public abstract class AbstractDisambiguator extends Object implements Disambiguator
Disambiguator.preDisambiguate(AnalyzedSentence).| Constructor and Description |
|---|
AbstractDisambiguator() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzedSentence |
preDisambiguate(AnalyzedSentence input)
If possible, filters out the wrong POS tags.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisambiguate, disambiguatepublic AnalyzedSentence preDisambiguate(AnalyzedSentence input)
DisambiguatorpreDisambiguate in interface Disambiguatorinput - The sentence with already tagged words. The words are expected to
have multiple tags.