Uses of Class
morfologik.stemming.DictionaryAttribute
-
Packages that use DictionaryAttribute Package Description morfologik.stemming -
-
Uses of DictionaryAttribute in morfologik.stemming
Methods in morfologik.stemming that return DictionaryAttribute Modifier and Type Method Description static DictionaryAttribute
DictionaryAttribute. fromPropertyName(String propertyName)
static DictionaryAttribute
DictionaryAttribute. valueOf(String name)
Returns the enum constant of this type with the specified name.static DictionaryAttribute[]
DictionaryAttribute. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in morfologik.stemming that return types with arguments of type DictionaryAttribute Modifier and Type Method Description Map<DictionaryAttribute,String>
DictionaryMetadata. getAttributes()
EnumMap<DictionaryAttribute,String>
DictionaryMetadataBuilder. toMap()
Constructor parameters in morfologik.stemming with type arguments of type DictionaryAttribute Constructor Description DictionaryMetadata(Map<DictionaryAttribute,String> attrs)
Create an instance from an attribute map.
-