Would it be possible to use your tool to disambiguate number of word tokens in a blog dataset? My dataset is not annotated for any WSD and it is raw. Below I will demonstrate an example of my need:
Let's consider the following input:
Sentence: I would like to have a WSD tool with high accuracy.
token: like, pos: verb
Expected output:
pos: verb, sense: 02, synonym/meaning: wish
NLTK gives the following output:
Synset('wish'.v.02)
If your tool is capable to produce the above output (or similar to that regard), is there any tutorial, which points us to the required steps?
I appreciate your help.
Best,
Shabnam