Package net.sf.okapi.steps.tokenization
Class RbbiTokenizer
- java.lang.Object
-
- net.sf.okapi.steps.tokenization.RbbiTokenizer
-
- All Implemented Interfaces:
ITokenizer
public class RbbiTokenizer extends Object implements ITokenizer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.okapi.steps.tokenization.ITokenizer
ITokenizer.TokenType
-
-
Constructor Summary
Constructors Constructor Description RbbiTokenizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()voidinit(String text, LocaleId language)Tokennext()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceITokenizer
-
next
public Token next()
- Specified by:
nextin interfaceITokenizer
-
init
public void init(String text, LocaleId language)
- Specified by:
initin interfaceITokenizer
-
-