public abstract class AbstractRuleDisambiguator extends Object implements Disambiguator
| Constructor and Description |
|---|
AbstractRuleDisambiguator() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzedSentence |
disambiguate(AnalyzedSentence input)
If possible, filters out the wrong POS tags.
|
public AnalyzedSentence disambiguate(AnalyzedSentence input) throws IOException
Disambiguatordisambiguate in interface Disambiguatorinput - The sentence with already tagged words. The words are expected to
have multiple tags.IOExceptionCopyright © 2005-2011 Daniel Naber