How to find polysemous words from given input query?

391 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 best solutions below

0
On

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