Interface LexiconGenerator<T extends Tag>

  • Type Parameters:
    T - the tag type parameter
    All Known Implementing Classes:
    DistributionalLexiconGenerator

    public interface LexiconGenerator<T extends Tag>
    Defines a methodology for constructing a lexicon for a set of tags.
    Author:
    David B. Bracewell
    • Method Detail

      • generate

        Multimap<T,​String> generate()
        Generate a lexicon (collection of strings) for a set of Tags
        Returns:
        the multimap of tag to lemma entries