Uses of Class
morfologik.stemming.EncoderType
-
Packages that use EncoderType Package Description morfologik.stemming -
-
Uses of EncoderType in morfologik.stemming
Methods in morfologik.stemming that return EncoderType Modifier and Type Method Description EncoderType
DictionaryMetadata. getSequenceEncoderType()
static EncoderType
EncoderType. valueOf(String name)
Returns the enum constant of this type with the specified name.static EncoderType[]
EncoderType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in morfologik.stemming with parameters of type EncoderType Modifier and Type Method Description DictionaryMetadataBuilder
DictionaryMetadataBuilder. encoder(EncoderType type)
-