State of the art word sense disambiguation on WordNet synsets
I am trying to perform a simple task: given a corpus, identify all words that are hyponyms of a certain synset (e.g., find every mention of a “plant” or a “bird”). In order to do that accurately, I need to do word sense disambiguation on a group of synsets for every word in my corpus.
State of the art word sense disambiguation on WordNet synsets using spaCy and transformers
I am trying to perform a simple task: given a corpus, identify all words that are hyponyms of a certain synset (e.g., find every mention of a “plant” or a “bird”). In order to do that accurately, I need to do word sense disambiguation on a group of synsets for every word in my corpus.