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?
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?
If a word has multiple synsets then you can say it is a polysemous word.