Uses of Interface
net.sf.okapi.common.ISegmenter
-
Packages that use ISegmenter Package Description net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter.net.sf.okapi.lib.segmentation Interfaces and classes for segmentation handling. -
-
Uses of ISegmenter in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource with parameters of type ISegmenter Modifier and Type Method Description voidITextUnit. createSourceSegmentation(ISegmenter segmenter)Segments the default source content based on the rules provided by a given ISegmenter.voidTextUnit. createSourceSegmentation(ISegmenter segmenter)voidITextUnit. createTargetSegmentation(ISegmenter segmenter, LocaleId targetLocale)Segments the specified target content based on the rules provided by a given ISegmenter.voidTextUnit. createTargetSegmentation(ISegmenter segmenter, LocaleId targetLocale)voidAlignedSegments. segmentSource(ISegmenter segmenter, LocaleId targetLocale)voidIAlignedSegments. segmentSource(ISegmenter segmenter, LocaleId targetLocale)Segments the source content used for the given target locale based on the rules provided by a givenISegmenter.voidAlignedSegments. segmentTarget(ISegmenter segmenter, LocaleId targetLocale)voidIAlignedSegments. segmentTarget(ISegmenter segmenter, LocaleId targetLocale)Segments the specified target content based on the rules provided by a givenISegmenter. -
Uses of ISegmenter in net.sf.okapi.lib.segmentation
Classes in net.sf.okapi.lib.segmentation that implement ISegmenter Modifier and Type Class Description classSRXSegmenterImplements theISegmenterinterface for SRX rules.Methods in net.sf.okapi.lib.segmentation that return ISegmenter Modifier and Type Method Description ISegmenterSRXDocument. compileLanguageRules(LocaleId languageCode, ISegmenter existingSegmenter)Compiles the all language rules applicable for a given language code, and assign them to a segmenter.ISegmenterSRXDocument. compileSingleLanguageRule(String ruleName, ISegmenter existingSegmenter)Compiles a single language rule group and assign it to a segmenter.Methods in net.sf.okapi.lib.segmentation with parameters of type ISegmenter Modifier and Type Method Description ISegmenterSRXDocument. compileLanguageRules(LocaleId languageCode, ISegmenter existingSegmenter)Compiles the all language rules applicable for a given language code, and assign them to a segmenter.ISegmenterSRXDocument. compileSingleLanguageRule(String ruleName, ISegmenter existingSegmenter)Compiles a single language rule group and assign it to a segmenter.
-