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
IOExceptionpublic ManualTagger(InputStream inputStream, boolean internTags) throws IOException
IOExceptionpublic List<TaggedWord> tag(String word)
tag in interface WordTaggerword - the word to be tagged