My Project's link
This semester, my project was to design an interface to play around with wordnet. Firstly, this program finds close words by given search key, ask for the designated meaning of the word, and then find the scores based on WordNet::Similarity.
I developed my project in Java, so I use these following libraries:
- WordNet 2.0
- Java WordNet Library(JWNL)
- Pure Java WordNet Similarity Library (Special Thanks to Mark A. Greenwood)
- Tomcat
I had difficulties trying out the original WordNet::Similarity, which is a CPAN Perl module. My Perl is rusty, and I was unable to find out the way to combine things together. Here's to the problems I have.
- Greenwood's Java WordNet Similarity Library
- Dependency:
- Inline
- Inline::Java
- WordNet::Similarity
- Dependency
- WordNet::QueryData
- WordNet 2.0
- Java WordNet Library(JWNL)
I installed these packages on CentOS 4.4 and MacOS X 10.4.9, but the package was falling apart. It was difficult to handle the library dependencies; what was even worse, the configuration was a disaster. So finally I gave up the original setting and pursue the more directed approach.
There's something similar to my project, which has fancier interface.