public class ManualTagger extends Object implements WordTagger
File Format: fullform baseform postags (tab separated)
ManualSynthesizer| Constructor and Description |
|---|
ManualTagger(InputStream inputStream) |
public ManualTagger(InputStream inputStream) throws IOException
IOExceptionpublic List<TaggedWord> tag(String word)
tag in interface WordTaggerword - the word to be tagged