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.
|
preDisambiguate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
disambiguate
public final AnalyzedSentence disambiguate(AnalyzedSentence input)
Disambiguator
input
- The sentence with already tagged words. The words are expected to
have multiple tags.