Package | Description |
---|---|
morfologik.stemming |
Modifier and Type | Class and Description |
---|---|
class |
NoEncoder
No relative encoding at all (full target form is returned).
|
class |
TrimInfixAndSuffixEncoder
Encodes
dst relative to src by trimming whatever
non-equal suffix and infix src and dst have. |
class |
TrimPrefixAndSuffixEncoder
Encodes
dst relative to src by trimming whatever
non-equal suffix and prefix src and dst have. |
class |
TrimSuffixEncoder
Encodes
dst relative to src by trimming whatever
non-equal suffix src has. |
Modifier and Type | Method and Description |
---|---|
abstract ISequenceEncoder |
EncoderType.get() |
Copyright © 2016. All rights reserved.