alvations / pywsd

Python Implementations of Word Sense Disambiguation (WSD) Technologies.
MIT License
743 stars 134 forks source link

partially disambiguated sentence #69

Open arademaker opened 2 years ago

arademaker commented 2 years ago

Can we disambiguate words in a context partially disambiguate?

Imagine a dataset with some sentences with some words annotated with senses and we want to disambiguate only the words not annotated considering the surrounding senses. I know that UKB allows it. I imagine that PyWSD is providing a common API to the WSD algorithms and except for the baselines, that don't consider context, all the remaining algorithms in the README should have some potential improvements if the context does contains some partial annotation.