Package | Description |
---|---|
morfologik.stemming |
Modifier and Type | Method and Description |
---|---|
static DictionaryAttribute |
DictionaryAttribute.fromPropertyName(String propertyName)
Return an
DictionaryAttribute by its 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.
|
Modifier and Type | Method and Description |
---|---|
Map<DictionaryAttribute,String> |
DictionaryMetadata.getAttributes()
Return all attributes.
|
EnumMap<DictionaryAttribute,String> |
DictionaryMetadataBuilder.toMap() |
Constructor and Description |
---|
DictionaryMetadata(Map<DictionaryAttribute,String> userAttrs)
Create an instance from an attribute map.
|
Copyright © 2014. All rights reserved.