public class UkrainianHybridDisambiguator extends AbstractDisambiguator
| Constructor and Description |
|---|
UkrainianHybridDisambiguator() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzedSentence |
disambiguate(AnalyzedSentence input)
Calls two disambiguator classes: (1) a chunker; (2) a rule-based disambiguator.
|
AnalyzedSentence |
preDisambiguate(AnalyzedSentence input)
If possible, filters out the wrong POS tags.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisambiguatepublic final AnalyzedSentence disambiguate(AnalyzedSentence input) throws IOException
input - The sentence with already tagged words. The words are expected to
have multiple tags.IOExceptionpublic AnalyzedSentence preDisambiguate(AnalyzedSentence input)
DisambiguatorpreDisambiguate in interface DisambiguatorpreDisambiguate in class AbstractDisambiguatorinput - The sentence with already tagged words. The words are expected to
have multiple tags.