Uses of Class
net.sf.okapi.common.resource.RawDocument
-
-
Uses of RawDocument in net.sf.okapi.common
Methods in net.sf.okapi.common that return RawDocument Modifier and Type Method Description RawDocumentEvent. getRawDocument()Convenience method returns theIResourceas aRawDocument. -
Uses of RawDocument in net.sf.okapi.common.filters
Fields in net.sf.okapi.common.filters declared as RawDocument Modifier and Type Field Description protected RawDocumentAbstractLineFilter. inputMethods in net.sf.okapi.common.filters with parameters of type RawDocument Modifier and Type Method Description List<Event>SubFilter. getEvents(RawDocument input)Get events by subfilter at once, without using open()/hasNext()/next()/close().voidAbstractCompoundFilter. open(RawDocument input)voidAbstractCompoundFilter. open(RawDocument input, boolean generateSkeleton)voidAbstractFilter. open(RawDocument input, boolean generateSkeleton)voidAbstractLineFilter. open(RawDocument input)voidAbstractLineFilter. open(RawDocument input, boolean generateSkeleton)voidIFilter. open(RawDocument input)Opens the input document described in a give RawDocument object.voidIFilter. open(RawDocument input, boolean generateSkeleton)Opens the input document described in a give RawDocument object, and optionally creates skeleton information.voidSubFilter. open(RawDocument input)voidSubFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.common.pipeline
Methods in net.sf.okapi.common.pipeline with parameters of type RawDocument Modifier and Type Method Description voidIPipeline. process(RawDocument input)StartsIPipelineprocessing with aRawDocumentas input.voidPipeline. process(RawDocument input) -
Uses of RawDocument in net.sf.okapi.common.pipelinebuilder
Methods in net.sf.okapi.common.pipelinebuilder that return RawDocument Modifier and Type Method Description RawDocumentXDocument. getRawDocument()Methods in net.sf.okapi.common.pipelinebuilder with parameters of type RawDocument Modifier and Type Method Description voidXDocument. setRawDocument(RawDocument rawDocument)Constructors in net.sf.okapi.common.pipelinebuilder with parameters of type RawDocument Constructor Description XBatchItem(RawDocument rawDocument)XBatchItem(RawDocument rawDoc, URI outputURI, String outputEncoding)XDocument(RawDocument rawDocument)XDocument(RawDocument rawDoc, URI outputURI, String outputEncoding) -
Uses of RawDocument in net.sf.okapi.common.pipelinedriver
Fields in net.sf.okapi.common.pipelinedriver declared as RawDocument Modifier and Type Field Description RawDocumentDocumentData. rawDocumentThe inputRawDocumentitself.Methods in net.sf.okapi.common.pipelinedriver that return RawDocument Modifier and Type Method Description RawDocumentBatchItemContext. getRawDocument(int index)RawDocumentIBatchItemContext. getRawDocument(int index)Gets a RawDocument object from the given input document of this batch item.Methods in net.sf.okapi.common.pipelinedriver with parameters of type RawDocument Modifier and Type Method Description voidBatchItemContext. add(RawDocument rawDoc, URI outputURI, String outputEncoding)Adds a document to the list of inputs for this batch item using the provided arguments.voidIPipelineDriver. addBatchItem(RawDocument... rawDocs)Adds an item to this batch, using one or more RawDocument objects.voidIPipelineDriver. addBatchItem(RawDocument rawDoc, URI outputURI, String outputEncoding)Adds an item to this batch, using a RawDocument object.voidPipelineDriver. addBatchItem(RawDocument... rawDocs)voidPipelineDriver. addBatchItem(RawDocument rawDoc, URI outputURI, String outputEncoding)Constructors in net.sf.okapi.common.pipelinedriver with parameters of type RawDocument Constructor Description BatchItemContext(RawDocument rawDoc, URI outputURI, String outputEncoding)Creates a new BatchItemContext object and initializes it with a givenRawDocumentand additional arguments.BatchItemContext(RawDocument rawDoc, URI outputURI, String outputEncoding, RawDocument... rawDocs)Creates a new BatchItemContext object and initializes it with a givenRawDocumentand additional arguments. -
Uses of RawDocument in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return RawDocument Modifier and Type Method Description RawDocumentPipelineParameters. getInputRawDocument()RawDocumentPipelineParameters. getSecondInputRawDocument()RawDocumentPipelineParameters. getThirdInputRawDocument()Methods in net.sf.okapi.common.resource with parameters of type RawDocument Modifier and Type Method Description voidPipelineParameters. setInputRawDocument(RawDocument inputRawDocument)voidPipelineParameters. setSecondInputRawDocument(RawDocument secondInputRawDocument)voidPipelineParameters. setThirdInputRawDocument(RawDocument thirdInputRawDocument)Constructors in net.sf.okapi.common.resource with parameters of type RawDocument Constructor Description PipelineParameters(StartDocument startDoc, RawDocument inputDoc, RawDocument secondDoc, RawDocument thirdDoc)Creates a ParametersEvent object with most majority of defaults initialized -
Uses of RawDocument in net.sf.okapi.filters.abstractmarkup
Methods in net.sf.okapi.filters.abstractmarkup with parameters of type RawDocument Modifier and Type Method Description protected StringAbstractMarkupFilter. detectEncoding(RawDocument input)voidAbstractMarkupFilter. open(RawDocument input)Start a newIFilterusing the suppliedRawDocument.voidAbstractMarkupFilter. open(RawDocument input, boolean generateSkeleton)Start a newIFilterusing the suppliedRawDocument. -
Uses of RawDocument in net.sf.okapi.filters.archive
Methods in net.sf.okapi.filters.archive with parameters of type RawDocument Modifier and Type Method Description voidArchiveFilter. open(RawDocument input)voidArchiveFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.autoxliff
Methods in net.sf.okapi.filters.autoxliff with parameters of type RawDocument Modifier and Type Method Description voidAutoXLIFFFilter. open(RawDocument input)voidAutoXLIFFFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.doxygen
Methods in net.sf.okapi.filters.doxygen with parameters of type RawDocument Modifier and Type Method Description voidDoxygenFilter. open(RawDocument input)voidDoxygenFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.dtd
Methods in net.sf.okapi.filters.dtd with parameters of type RawDocument Modifier and Type Method Description voidDTDFilter. open(RawDocument input)voidDTDFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.html
Methods in net.sf.okapi.filters.html with parameters of type RawDocument Modifier and Type Method Description voidHtmlFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.icml
Methods in net.sf.okapi.filters.icml with parameters of type RawDocument Modifier and Type Method Description voidICMLFilter. open(RawDocument input)voidICMLFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.idml
Methods in net.sf.okapi.filters.idml with parameters of type RawDocument Modifier and Type Method Description voidIDMLFilter. open(RawDocument input)voidIDMLFilter. open(RawDocument rawDocument, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.its
Fields in net.sf.okapi.filters.its declared as RawDocument Modifier and Type Field Description protected RawDocumentITSFilter. inputMethods in net.sf.okapi.filters.its with parameters of type RawDocument Modifier and Type Method Description voidITSFilter. open(RawDocument input)voidITSFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.json
Methods in net.sf.okapi.filters.json with parameters of type RawDocument Modifier and Type Method Description voidJSONFilter. open(RawDocument input)voidJSONFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.markdown
Methods in net.sf.okapi.filters.markdown with parameters of type RawDocument Modifier and Type Method Description voidMarkdownFilter. open(RawDocument input)voidMarkdownFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.mif
Methods in net.sf.okapi.filters.mif with parameters of type RawDocument Modifier and Type Method Description voidMIFFilter. open(RawDocument input)voidMIFFilter. open(RawDocument rawDocument, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.mosestext
Methods in net.sf.okapi.filters.mosestext with parameters of type RawDocument Modifier and Type Method Description voidMosesTextFilter. open(RawDocument input)voidMosesTextFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.multiparsers
Methods in net.sf.okapi.filters.multiparsers with parameters of type RawDocument Modifier and Type Method Description voidMultiParsersFilter. open(RawDocument input)voidMultiParsersFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.openoffice
Methods in net.sf.okapi.filters.openoffice with parameters of type RawDocument Modifier and Type Method Description voidODFFilter. open(RawDocument input)voidODFFilter. open(RawDocument input, boolean generateSkeleton)voidOpenOfficeFilter. open(RawDocument input)voidOpenOfficeFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.openxml
Methods in net.sf.okapi.filters.openxml with parameters of type RawDocument Modifier and Type Method Description voidOpenXMLFilter. open(RawDocument input)Opens a RawDocument for filtering, defaulting to generating the skeletonvoidOpenXMLFilter. open(RawDocument rawDocument, boolean generateSkeleton)Opens a RawDocument for filtering -
Uses of RawDocument in net.sf.okapi.filters.pdf
Methods in net.sf.okapi.filters.pdf with parameters of type RawDocument Modifier and Type Method Description voidPdfFilter. open(RawDocument input)voidPdfFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.pensieve
Methods in net.sf.okapi.filters.pensieve with parameters of type RawDocument Modifier and Type Method Description voidPensieveFilter. open(RawDocument input)voidPensieveFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.php
Methods in net.sf.okapi.filters.php with parameters of type RawDocument Modifier and Type Method Description voidPHPContentFilter. open(RawDocument input)voidPHPContentFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.plaintext.regex
Methods in net.sf.okapi.filters.plaintext.regex with parameters of type RawDocument Modifier and Type Method Description voidRegexPlainTextFilter. open(RawDocument input)voidRegexPlainTextFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.po
Methods in net.sf.okapi.filters.po with parameters of type RawDocument Modifier and Type Method Description voidPOFilter. open(RawDocument input)voidPOFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.properties
Methods in net.sf.okapi.filters.properties with parameters of type RawDocument Modifier and Type Method Description voidPropertiesFilter. open(RawDocument input)voidPropertiesFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.rainbowkit
Methods in net.sf.okapi.filters.rainbowkit with parameters of type RawDocument Modifier and Type Method Description voidRainbowKitFilter. open(RawDocument input)voidRainbowKitFilter. open(RawDocument input, boolean generateSkeleton)voidXLIFF2Filter. open(RawDocument input)voidXLIFF2Filter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.regex
Methods in net.sf.okapi.filters.regex with parameters of type RawDocument Modifier and Type Method Description voidRegexFilter. open(RawDocument input)voidRegexFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.rtf
Methods in net.sf.okapi.filters.rtf with parameters of type RawDocument Modifier and Type Method Description voidRTFFilter. open(RawDocument input)voidRTFFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.sdlpackage
Methods in net.sf.okapi.filters.sdlpackage with parameters of type RawDocument Modifier and Type Method Description voidSdlPackageFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.tex
Methods in net.sf.okapi.filters.tex with parameters of type RawDocument Modifier and Type Method Description voidTEXFilter. open(RawDocument input)voidTEXFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.tmx
Methods in net.sf.okapi.filters.tmx with parameters of type RawDocument Modifier and Type Method Description voidTmxFilter. open(RawDocument input)voidTmxFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.transifex
Methods in net.sf.okapi.filters.transifex with parameters of type RawDocument Modifier and Type Method Description voidTransifexFilter. open(RawDocument input)voidTransifexFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.transtable
Methods in net.sf.okapi.filters.transtable with parameters of type RawDocument Modifier and Type Method Description voidTransTableFilter. open(RawDocument input)voidTransTableFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.ts
Methods in net.sf.okapi.filters.ts with parameters of type RawDocument Modifier and Type Method Description voidTsFilter. open(RawDocument input)voidTsFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.ttx
Methods in net.sf.okapi.filters.ttx with parameters of type RawDocument Modifier and Type Method Description voidTTXFilter. open(RawDocument input)voidTTXFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.txml
Methods in net.sf.okapi.filters.txml with parameters of type RawDocument Modifier and Type Method Description voidTXMLFilter. open(RawDocument input)voidTXMLFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.vignette
Methods in net.sf.okapi.filters.vignette with parameters of type RawDocument Modifier and Type Method Description voidVignetteFilter. open(RawDocument input)voidVignetteFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.wiki
Methods in net.sf.okapi.filters.wiki with parameters of type RawDocument Modifier and Type Method Description voidWikiFilter. open(RawDocument input)voidWikiFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.xini
Methods in net.sf.okapi.filters.xini with parameters of type RawDocument Modifier and Type Method Description voidXINIFilter. open(RawDocument input)voidXINIFilter. open(RawDocument input, boolean generateSkeleton)voidXINIReader. open(RawDocument input) -
Uses of RawDocument in net.sf.okapi.filters.xini.rainbowkit
Methods in net.sf.okapi.filters.xini.rainbowkit with parameters of type RawDocument Modifier and Type Method Description voidXINIRainbowkitFilter. open(RawDocument input)voidXINIRainbowkitFilter. open(RawDocument input, boolean generateSkeleton)voidXINIRainbowkitReader. open(RawDocument input) -
Uses of RawDocument in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff with parameters of type RawDocument Modifier and Type Method Description InputStreamReaderXLIFFFilter. createStreamReader(RawDocument input, String charset)voidXLIFFFilter. open(RawDocument input)voidXLIFFFilter. open(RawDocument input, boolean generateSkeleton)voidXLIFFFilter. open(RawDocument input, boolean generateSkeleton, IITSDataStore datastore)Opens the input document described in a give RawDocument object, optionally creates skeleton information, and set the default data store to use to harvest ITS standoff annotations. -
Uses of RawDocument in net.sf.okapi.filters.xliff2
Methods in net.sf.okapi.filters.xliff2 with parameters of type RawDocument Modifier and Type Method Description voidXLIFF2Filter. open(RawDocument input)voidXLIFF2Filter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.filters.yaml
Methods in net.sf.okapi.filters.yaml with parameters of type RawDocument Modifier and Type Method Description voidYamlFilter. open(RawDocument input)voidYamlFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.lib.merge.step
Methods in net.sf.okapi.lib.merge.step with parameters of type RawDocument Modifier and Type Method Description voidOriginalDocumentXliffMergerStep. setSecondInput(RawDocument secondInput)This is the original source document -
Uses of RawDocument in net.sf.okapi.lib.preprocessing.filters.common
Methods in net.sf.okapi.lib.preprocessing.filters.common with parameters of type RawDocument Modifier and Type Method Description voidPreprocessingFilter. open(RawDocument input)voidPreprocessingFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.lib.preprocessing.filters.simplification
Methods in net.sf.okapi.lib.preprocessing.filters.simplification with parameters of type RawDocument Modifier and Type Method Description voidSimplificationFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.lib.serialization.filter
Methods in net.sf.okapi.lib.serialization.filter with parameters of type RawDocument Modifier and Type Method Description voidTextUnitFlatFilter. open(RawDocument input)voidTextUnitFlatFilter. open(RawDocument input, boolean generateSkeleton) -
Uses of RawDocument in net.sf.okapi.lib.serialization.step
Methods in net.sf.okapi.lib.serialization.step with parameters of type RawDocument Modifier and Type Method Description voidOriginalDocumentTextUnitFlatMergerStep. setSecondInput(RawDocument secondInput)This is the original source document -
Uses of RawDocument in net.sf.okapi.lib.verification
Methods in net.sf.okapi.lib.verification that return types with arguments of type RawDocument Modifier and Type Method Description List<RawDocument>QualityCheckSession. getDocuments()Map<URI,RawDocument>QualityCheckSession. getDocumentsMap()Methods in net.sf.okapi.lib.verification with parameters of type RawDocument Modifier and Type Method Description voidIQualityCheckEditor. addRawDocument(RawDocument rawDoc)Adds a raw document to the session.voidQualityCheckSession. addRawDocument(RawDocument rawDoc)Adds a raw document to the session. -
Uses of RawDocument in net.sf.okapi.steps.batchtranslation
Methods in net.sf.okapi.steps.batchtranslation with parameters of type RawDocument Modifier and Type Method Description voidBatchTranslator. processDocument(RawDocument rd) -
Uses of RawDocument in net.sf.okapi.steps.diffleverage
Methods in net.sf.okapi.steps.diffleverage with parameters of type RawDocument Modifier and Type Method Description voidDiffLeverageStep. setSecondInput(RawDocument secondInput)This is the old document (previously translated)voidDiffLeverageStep. setTertiaryInput(RawDocument tertiaryInput)If set this is the old target that will be paragraph aligned with the old source. -
Uses of RawDocument in net.sf.okapi.steps.idaligner
Methods in net.sf.okapi.steps.idaligner with parameters of type RawDocument Modifier and Type Method Description voidIdBasedAlignerStep. setSecondInput(RawDocument secondInput) -
Uses of RawDocument in net.sf.okapi.steps.idbasedcopy
Methods in net.sf.okapi.steps.idbasedcopy with parameters of type RawDocument Modifier and Type Method Description voidIdBasedCopyStep. setSecondInput(RawDocument secondInput) -
Uses of RawDocument in net.sf.okapi.steps.moses
Methods in net.sf.okapi.steps.moses with parameters of type RawDocument Modifier and Type Method Description voidMergingStep. setSecondInput(RawDocument secondInput) -
Uses of RawDocument in net.sf.okapi.steps.paraaligner
Methods in net.sf.okapi.steps.paraaligner with parameters of type RawDocument Modifier and Type Method Description voidParagraphAlignerStep. setSecondInput(RawDocument secondInput) -
Uses of RawDocument in net.sf.okapi.steps.sentencealigner
Methods in net.sf.okapi.steps.sentencealigner with parameters of type RawDocument Modifier and Type Method Description voidSentenceAlignerStep. setSecondInput(RawDocument secondInput) -
Uses of RawDocument in net.sf.okapi.steps.translationcomparison
Methods in net.sf.okapi.steps.translationcomparison with parameters of type RawDocument Modifier and Type Method Description voidTranslationComparisonStep. setSecondInput(RawDocument secondInput)voidTranslationComparisonStep. setThirdInput(RawDocument thirdInput) -
Uses of RawDocument in net.sf.okapi.steps.xliffsplitter
Methods in net.sf.okapi.steps.xliffsplitter with parameters of type RawDocument Modifier and Type Method Description Map<String,Integer>XliffWCSplitter. process(RawDocument rawDoc)Process a raw document. -
Uses of RawDocument in net.sf.okapi.steps.xmlanalysis
Methods in net.sf.okapi.steps.xmlanalysis with parameters of type RawDocument Modifier and Type Method Description voidXMLAnalyzer. analyzeDocument(RawDocument rd) -
Uses of RawDocument in net.sf.okapi.steps.xsltransform
Methods in net.sf.okapi.steps.xsltransform with parameters of type RawDocument Modifier and Type Method Description voidXSLTransformStep. setInput(RawDocument input)voidXSLTransformStep. setSecondInput(RawDocument secondInput)voidXSLTransformStep. setThirdInput(RawDocument thridInput)
-