Class DemoDisambiguator

  • All Implemented Interfaces:
    Disambiguator

    public class DemoDisambiguator
    extends AbstractDisambiguator
    Trivial disambiguator. Does nothing at all. Just copies input to output.
    • Constructor Detail

      • DemoDisambiguator

        public DemoDisambiguator()
    • Method Detail

      • disambiguate

        public final AnalyzedSentence disambiguate​(AnalyzedSentence input)
        Description copied from interface: Disambiguator
        If possible, filters out the wrong POS tags.
        Parameters:
        input - The sentence with already tagged words. The words are expected to have multiple tags.
        Returns:
        Analyzed sentence, where each word has only one (possibly the most correct) tag.