Package | Description |
---|---|
morfologik.stemming | |
morfologik.tools |
Modifier and Type | Method and Description |
---|---|
EncoderType |
DictionaryMetadata.getEncoderType()
Return sequence encoder type.
|
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.
|
Modifier and Type | Method and Description |
---|---|
DictionaryMetadataBuilder |
DictionaryMetadataBuilder.encoder(EncoderType type) |
Modifier and Type | Method and Description |
---|---|
EncoderType |
SequenceEncoders.IEncoder.type() |
EncoderType |
SequenceEncoders.TrimSuffixEncoder.type() |
EncoderType |
SequenceEncoders.TrimPrefixAndSuffixEncoder.type() |
EncoderType |
SequenceEncoders.TrimInfixAndSuffixEncoder.type() |
EncoderType |
SequenceEncoders.CopyEncoder.type() |
Modifier and Type | Method and Description |
---|---|
static SequenceEncoders.IEncoder |
SequenceEncoders.forType(EncoderType encType) |
Copyright © 2016. All rights reserved.