Uses of Enum Class
com.yahoo.language.process.StemMode
Packages that use StemMode
-
Uses of StemMode in com.yahoo.language.process
Methods in com.yahoo.language.process that return StemModeModifier and TypeMethodDescriptionLinguisticsParameters.stemMode()Returns the value of thestemModerecord component.static StemModeReturns the enum constant of this class with the specified name.static StemMode[]StemMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.language.process with parameters of type StemModeModifier and TypeMethodDescriptionDeprecated.use #stem(String, LinguisticsParameters)Deprecated.use #stem(String, LinguisticsParameters)Deprecated.use #tokenize(String, LinguisticsParameters)Constructors in com.yahoo.language.process with parameters of type StemModeModifierConstructorDescriptionLinguisticsParameters(Language language, StemMode stemMode, boolean removeAccents, boolean lowercase) Creates an instance of aLinguisticsParametersrecord class.