public class CatalanHybridDisambiguator extends AbstractDisambiguator
Constructor and Description |
---|
CatalanHybridDisambiguator() |
Modifier and Type | Method and Description |
---|---|
AnalyzedSentence |
disambiguate(AnalyzedSentence input)
Calls two disambiguator classes: (1) a chunker; (2) a rule-based
disambiguator.
|
preDisambiguate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
disambiguate
public final AnalyzedSentence disambiguate(AnalyzedSentence input) throws IOException
input
- The sentence with already tagged words. The words are expected to
have multiple tags.IOException