word disambiguation algorithm (Lesk algorithm)

Posted by anyssnordin on Stack Overflow See other posts from Stack Overflow or by anyssnordin
Published on 2010-05-01T14:34:36Z Indexed on 2010/05/01 14:37 UTC
Read the original article Hit count: 1311

Filed under:
|

Hii.. Can anybody help me to find an algorithm in Java code to find synonyms of a search word based on the context and I want to implement the algorithm with WordNet database.

For example, "I am running a Java program". From the context, I want to find the synonyms for the word "running", but the synonyms must be suitable according to a context.

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about wordnet