|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerProvider
Provides common methods for encoding a layer on top of a text extracted with a filter.
Method Summary | |
---|---|
java.lang.String |
endCode()
Gets the string denoting the end of external codes. |
java.lang.String |
endInline()
Gets the string denoting the end of inline codes. |
java.lang.String |
endSegment()
Gets the string denoting the end of a bilingual segment. |
java.lang.String |
midSegment(int leverage)
Gets the string for the separator at the middle of a bilingual segment. |
java.lang.String |
startCode()
Gets the string denoting the start of external codes. |
java.lang.String |
startInline()
Gets the string denoting the start of inline codes. |
java.lang.String |
startSegment()
Gets the string denoting the start of a bilingual segment. |
Methods inherited from interface net.sf.okapi.common.encoder.IEncoder |
---|
encode, encode, encode, getCharsetEncoder, getLineBreak, setOptions, toNative |
Method Detail |
---|
java.lang.String startCode()
java.lang.String endCode()
java.lang.String startInline()
java.lang.String endInline()
java.lang.String startSegment()
java.lang.String endSegment()
java.lang.String midSegment(int leverage)
leverage
- Indicator of leverage to optionally place in the separator.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |