pepper.language.wordnet_utils module¶
Created on Fri Mar 22 09:37:31 2019
@author: andrasaponyi
-
pepper.language.wordnet_utils.get_antonyms(synset)¶ Look up and return the antonyms of lemmas in a given synset.
-
pepper.language.wordnet_utils.get_definition(synset)¶ Look up and return the definition of a synset.
-
pepper.language.wordnet_utils.get_entailments(synset)¶ Look up and return the entailments for a given verbal synset.
-
pepper.language.wordnet_utils.get_holonyms(synset)¶ Look up and return the holonyms of a given synset.
-
pepper.language.wordnet_utils.get_hypernyms(synset)¶ Look up and return higher-levels concepts for a given synset.
-
pepper.language.wordnet_utils.get_hyponyms(synset)¶ Look up and return more specific synsets for a given synset.
-
pepper.language.wordnet_utils.get_lemmas(synset)¶ Look up and return all lemmas of a given synset.
-
pepper.language.wordnet_utils.get_lexname(synset)¶ Look up and return the lexname of a given synset.
-
pepper.language.wordnet_utils.get_parts(synset)¶ Look up and return the part meronyms of a given synset.
-
pepper.language.wordnet_utils.get_root(synset)¶ Look up and return the most general hypernym of a given sysnet.
-
pepper.language.wordnet_utils.get_substance(synset)¶ Look up and return the substance meronyms of a given synset.
-
pepper.language.wordnet_utils.get_synsets(word, tag)¶ Look up and return all possible synset of an input word.