Skip to content

Naive Bayes algorithm-based word sense disambiguation implemented from scratch.

Notifications You must be signed in to change notification settings

sanjyotUM/NLP_assignment_3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word sense disambiguation

Naive Bayes algorithm based word sense disambiguation implemented from scratch.

Dependencies

Make sure you have

  • Numpy
  • Pandas
  • NLTK

Usage

$ python WSD.py plant.wsd

Program should print out accuracies on the 5-folds of dataset and write all disambiguations to WSD.answers.

Result accuracies

Accuracies

About

Naive Bayes algorithm-based word sense disambiguation implemented from scratch.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published