pepper.language.utils.wordnet_utils module

Created on Fri Mar 22 09:37:31 2019

@author: andrasaponyi

pepper.language.utils.wordnet_utils.get_antonyms(synset)[source]

Look up and return the antonyms of lemmas in a given synset.

pepper.language.utils.wordnet_utils.get_definition(synset)[source]

Look up and return the definition of a synset.

pepper.language.utils.wordnet_utils.get_entailments(synset)[source]

Look up and return the entailments for a given verbal synset.

pepper.language.utils.wordnet_utils.get_holonyms(synset)[source]

Look up and return the holonyms of a given synset.

pepper.language.utils.wordnet_utils.get_hypernyms(synset)[source]

Look up and return higher-levels concepts for a given synset.

pepper.language.utils.wordnet_utils.get_hyponyms(synset)[source]

Look up and return more specific synsets for a given synset.

pepper.language.utils.wordnet_utils.get_lemmas(synset)[source]

Look up and return all lemmas of a given synset.

pepper.language.utils.wordnet_utils.get_lexname(synset)[source]

Look up and return the lexname of a given synset.

pepper.language.utils.wordnet_utils.get_parts(synset)[source]

Look up and return the part meronyms of a given synset.

pepper.language.utils.wordnet_utils.get_root(synset)[source]

Look up and return the most general hypernym of a given sysnet.

pepper.language.utils.wordnet_utils.get_substance(synset)[source]

Look up and return the substance meronyms of a given synset.

pepper.language.utils.wordnet_utils.get_synsets(word, tag)[source]

Look up and return all possible synset of an input word.