Skip to content

Word Sense Disambiguation using the Lesk algorithm with Word2Vec embeddings

Notifications You must be signed in to change notification settings

hrshtv/WSD-Word2Vec-Lesk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

WSD using the Lesk Algorithm with Word2Vec Embeddings

This is an unsupervised approach for WSD that uses pre-trained Word2Vec embeddings for computing the overlaps/similarities in the Lesk algorithm. It's evaluated on the SemCor 3.0 dataset.

Usage:

See code/main.ipynb and run it cell by cell

(This was done as a course assignment for CS626: Speech and Natural Language Processing and the Web, Autumn 2021, IIT Bombay)