Uses of Class
net.sf.okapi.steps.tokenization.ITokenizer.TokenType
-
-
Uses of ITokenizer.TokenType in net.sf.okapi.steps.tokenization
Methods in net.sf.okapi.steps.tokenization that return ITokenizer.TokenType Modifier and Type Method Description static ITokenizer.TokenTypeITokenizer.TokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static ITokenizer.TokenType[]ITokenizer.TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-