| Package | Description |
|---|---|
| net.sf.okapi.common.resource |
Interfaces and classes that represent the parsed resources attached to the
events sent by a filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextUnit.createSourceSegmentation(ISegmenter segmenter) |
void |
ITextUnit.createSourceSegmentation(ISegmenter segmenter)
Segments the default source content based on the rules provided by a given ISegmenter.
|
void |
TextUnit.createTargetSegmentation(ISegmenter segmenter,
LocaleId targetLocale) |
void |
ITextUnit.createTargetSegmentation(ISegmenter segmenter,
LocaleId targetLocale)
Segments the specified target content based on the rules provided by a given ISegmenter.
|
void |
AlignedSegments.segmentSource(ISegmenter segmenter,
LocaleId targetLocale) |
void |
IAlignedSegments.segmentSource(ISegmenter segmenter,
LocaleId targetLocale)
Segments the source content used for the given target locale based on the
rules provided by a given
ISegmenter. |
void |
AlignedSegments.segmentTarget(ISegmenter segmenter,
LocaleId targetLocale) |
void |
IAlignedSegments.segmentTarget(ISegmenter segmenter,
LocaleId targetLocale)
Segments the specified target content based on the rules provided by a
given
ISegmenter. |
Copyright © 2021. All rights reserved.