Class ResourceWithLemmaID

  • Direct Known Subclasses:
    WikipediaID, WikiquoteID

    public abstract class ResourceWithLemmaID
    extends ResourceID
    A resource identifier with multiple parameters.
    Author:
    navigli, vannella
    • Constructor Detail

      • ResourceWithLemmaID

        public ResourceWithLemmaID​(String title,
                                   it.uniroma1.lcl.jlt.util.Language language,
                                   it.uniroma1.lcl.jlt.util.POS pos,
                                   SenseSource source)
        Builds a resource with lemma and ID
        Parameters:
        title - the item's title
        language - the item's language
        pos - the item's part of speech
        source - the sense source
      • ResourceWithLemmaID

        public ResourceWithLemmaID​(String title,
                                   it.uniroma1.lcl.jlt.util.Language language,
                                   SenseSource source)
        Builds a resource with lemma and ID
        Parameters:
        title - the item's title
        language - the item's language
        source - the sense source