Uses of Interface
com.yahoo.language.process.Token
Packages that use Token
-
Uses of Token in com.yahoo.language.process
Methods in com.yahoo.language.process that return TokenMethods in com.yahoo.language.process that return types with arguments of type TokenModifier and TypeMethodDescriptionDeprecated.use #tokenize(String, LinguisticsParameters)Tokenizer.tokenize(String input, LinguisticsParameters parameters) Tokenizes the given input string. -
Uses of Token in com.yahoo.language.simple
Classes in com.yahoo.language.simple that implement TokenMethods in com.yahoo.language.simple that return TokenMethods in com.yahoo.language.simple that return types with arguments of type TokenModifier and TypeMethodDescriptionSimpleTokenizer.tokenize(String input, LinguisticsParameters parameters) Tokenize the input, applying the transform of this to each token string.Tokenize the input, and apply the given transform to each token string.Methods in com.yahoo.language.simple with parameters of type Token