问题
I have found a kool library in Perl http://www.d.umn.edu/~tpederse/similarity.html which perform a lot of similarities between words, there is something like this in java ?
回答1:
There is Java WordNet::Similarity (you have to scroll down a bit for the downloads).
According to the WordNet project page
Java WordNet::Similarity [...] is a pure Java version of Perl WordNet::Similarity
(developed by Ted Pedersen). The code supports all of the measures found in the
Perl version.
来源:https://stackoverflow.com/questions/8544232/wordnet-similarities-java