public class NoopDisambiguator extends AbstractDisambiguator
| Constructor and Description |
|---|
NoopDisambiguator() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzedSentence |
disambiguate(AnalyzedSentence input)
If possible, filters out the wrong POS tags.
|
preDisambiguateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisambiguatepublic final AnalyzedSentence disambiguate(AnalyzedSentence input)
Disambiguatorinput - The sentence with already tagged words. The words are expected to
have multiple tags.