public final class ManualSynthesizer extends Object
File Format: fullform baseform postags (tab separated)
ManualTagger
,
BaseSynthesizer
Constructor and Description |
---|
ManualSynthesizer(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getPossibleTags()
Retrieve all the possible POS values.
|
List<String> |
lookup(String lemma,
String posTag)
Look up a word's inflected form as specified by the lemma and POS tag.
|
public ManualSynthesizer(InputStream inputStream) throws IOException
IOException
@Nullable public List<String> lookup(String lemma, String posTag)
lemma
- the lemma to inflect.posTag
- the required POS tag.null
.