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)
- Host: GitHub
- URL: https://github.com/avijay24/wsd_from_scratch
- Owner: avijay24
- Created: 2023-08-14T22:01:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T18:24:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T19:21:16.165Z (9 months ago)
- Topics: corpus-lesk, predictive-modeling, python, simple-lesk, supervised-learning, supervised-wsd, text-analytics, word-sense-disambiguation
- Language: Jupyter Notebook
- Homepage:
- Size: 3.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)