Uses of Enum
morfologik.stemming.DictionaryAttribute
Packages that use DictionaryAttribute
-
Uses of DictionaryAttribute in morfologik.stemming
Subclasses with type arguments of type DictionaryAttribute in morfologik.stemmingMethods in morfologik.stemming that return DictionaryAttributeModifier and TypeMethodDescriptionstatic DictionaryAttributeDictionaryAttribute.fromPropertyName(String propertyName) static DictionaryAttributeReturns 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 DictionaryAttributeModifier and TypeMethodDescriptionDictionaryMetadata.getAttributes()DictionaryMetadataBuilder.toMap()Constructor parameters in morfologik.stemming with type arguments of type DictionaryAttributeModifierConstructorDescriptionDictionaryMetadata(Map<DictionaryAttribute, String> attrs) Create an instance from an attribute map.