Reputation: 11
Hi everyone currently I'm doing a project on word sense disambiguation and I have came across python implementation of lesk algorithm pywsd https://github.com/alvations/pywsd
How can get maximum correctness of sense using the above code
I have heard pos tagging helps to improve efficiency can anyone tell me how to add pos tagging to above lesk code and are there any methods where I can get maximum correctness of a particular sense
Upvotes: 1
Views: 804