How to find polysemous words from given input query?

372 views Asked by At

If my input query is:

"Dog is barking at tree"

here word "bark" is polysemous word and we know that. But how to check it through a code in python language using wordnet as a lexical database?

1

There are 1 answers

0
AudioBubble On

If a word has multiple synsets then you can say it is a polysemous word.