java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.external.SemanticWordRelationDictionary
de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.external.wordNet.WordNetKnowledgeSource
All Implemented Interfaces:
ExternalResource, ExternalResourceWithHypernymCapability, ExternalResourceWithSynonymCapability, HypernymCapability, SynonymCapability

public class WordNetKnowledgeSource extends SemanticWordRelationDictionary
API for WordNet requests.
  • Field Details

    • LOGGER

      private static org.slf4j.Logger LOGGER
    • dictionary

      private net.sf.extjwnl.dictionary.Dictionary dictionary
      WordNet dictionary instance.
    • buffer

      private Map<String,HashSet<String>> buffer
      Buffer for synonyms
    • linker

      the linker that is used to link words to wordnet concepts
  • Constructor Details

    • WordNetKnowledgeSource

      public WordNetKnowledgeSource()
      Constructor
  • Method Details