Class BabelLemma

  • All Implemented Interfaces:
    Lemma

    public class BabelLemma
    extends Object
    implements Lemma
    A class representing the lemma in BabelSynset.
    Author:
    navigli
    • Constructor Detail

      • BabelLemma

        public BabelLemma​(String lemma,
                          BabelLemmaType type)
        Crates a lemma object
        Parameters:
        lemma - the lemma
        type - the type of lemma
    • Method Detail

      • getLemma

        public String getLemma()
        Returns the lemma
        Returns:
        the lemma
      • getType

        public BabelLemmaType getType()
        Returns the lemma type
        Returns:
        the lemma type