What are the best algorithms for Word-Sense-Disambiguation
I read a lot of posts, and each one proves in a research document that a specific algorithm is the best, this is very confusing.
I just come up with 2 realizations 1-Lesk Algorithm is deprecated, 2-Adapted Lesk is good but not the best
Please if anybody based on his (Experience) know any other good algorithm that give accuracy up to say 70% or more please mention it . and if there's a link to any Pseudo Code for the algorithm it'll be great, I'll try to implement it in Python or Java .