Package net.sf.okapi.steps.tokenization
Interface ITokenizer
-
- All Known Implementing Classes:
RbbiTokenizer
public interface ITokenizer
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classITokenizer.TokenType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()voidinit(String text, LocaleId language)Tokennext()
-