Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 295 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 295 Bytes

Word_Sense_Disambiguation

  • Program uses “lesk” algorithm in disambiguation of words in a sentence.
  • Given two sentences, consisting of one common word, the program gives the definition of this word with respect to the sentence it is used in.
  • Used tkinter library for GUI development.