public class ManualTagger extends Object implements WordTagger
File Format: fullform baseform postags (tab separated)
ManualSynthesizer
Constructor and Description |
---|
ManualTagger(InputStream inputStream) |
ManualTagger(InputStream inputStream,
boolean internTags) |
Modifier and Type | Method and Description |
---|---|
List<TaggedWord> |
tag(String word)
Look up a word's baseform (lemma) and POS information.
|
public ManualTagger(InputStream inputStream) throws IOException
IOException
public ManualTagger(InputStream inputStream, boolean internTags) throws IOException
IOException
public List<TaggedWord> tag(String word)
tag
in interface WordTagger
word
- the word to be tagged