i have two list of words, i want a java API to give me the similarity between these words. for example calculating Inverse document frequency, or Vector space model.
java API
Take a look at the open source S-Space package.