Uses of Record Class
com.yahoo.language.process.LinguisticsParameters
Packages that use LinguisticsParameters
-
Uses of LinguisticsParameters in com.yahoo.language.process
Methods in com.yahoo.language.process with parameters of type LinguisticsParametersModifier and TypeMethodDescriptionStemmer.stem(String input, LinguisticsParameters parameters) Stems the given input.StemmerImpl.stem(String input, LinguisticsParameters parameters) Tokenizer.tokenize(String input, LinguisticsParameters parameters) Tokenizes the given input string. -
Uses of LinguisticsParameters in com.yahoo.language.simple
Methods in com.yahoo.language.simple with parameters of type LinguisticsParametersModifier and TypeMethodDescriptionSimpleTokenizer.tokenize(String input, LinguisticsParameters parameters) Tokenize the input, applying the transform of this to each token string.