An open API service indexing awesome lists of open source software.

https://github.com/avijay24/wsd_from_scratch

Implemented a dictionary-based Word Sense Disambiguation(WSD) system that disambiguates the sense by comparing the definitions of the target word to the definitions of relevant words in the context. (Simple Lesk and Corpus Lesk)
https://github.com/avijay24/wsd_from_scratch

corpus-lesk predictive-modeling python simple-lesk supervised-learning supervised-wsd text-analytics word-sense-disambiguation

Last synced: 8 months ago
JSON representation

Implemented a dictionary-based Word Sense Disambiguation(WSD) system that disambiguates the sense by comparing the definitions of the target word to the definitions of relevant words in the context. (Simple Lesk and Corpus Lesk)

Awesome Lists containing this project

README

          

# WSD_from_scratch
Implemented a dictionary-based Word Sense Disambiguation(WSD) system that disambiguates the sense by comparing the definitions of the target word to the definitions of relevant words in the context. (Simple Lesk and Corpus Lesk)