Package | Description |
---|---|
morfologik.stemming |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Map<DictionaryAttribute,String> |
DictionaryMetadata.getAttributes() |
EnumMap<DictionaryAttribute,String> |
DictionaryMetadataBuilder.toMap() |
Constructor and Description |
---|
DictionaryMetadata(Map<DictionaryAttribute,String> attrs)
Create an instance from an attribute map.
|
Copyright © 2016. All rights reserved.