public class GreekGenerator extends Object
| Constructor and Description |
|---|
GreekGenerator()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
generate(CharSequence lemma,
CharSequence tag)
Generate the inflected forms of the lemma.
|
public List<String> generate(CharSequence lemma, CharSequence tag)
lemma - the lemmatag - the morphological attributes.Copyright © 2016. All rights reserved.