Search code examples
javasimilaritywordnet

java API give the similarity of words


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.


Solution

  • Take a look at the open source S-Space package.