WordNet Java API
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/15258950/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
WordNet Java API
提问by Noor
I'm having to use a Java API for WordNet, it will be for a big implementation. I'm searching but coming across many;
我不得不为 WordNet 使用 Java API,这将是一个大的实现。我正在寻找,但遇到了很多;
- JWordNet(http://sourceforge.net/projects/jwordnet/)
- MIT Java WordNet Interface (http://projects.csail.mit.edu/jwi/)
- RiTa WordNet(http://rednoise.org/rita/wordnet/documentation/index.htm)
- JWordNet( http://sourceforge.net/projects/jwordnet/)
- 麻省理工学院 Java WordNet 接口 ( http://projects.csail.mit.edu/jwi/)
- RiTa WordNet( http://rednoise.org/rita/wordnet/documentation/index.htm)
can i get some advise about which one is better?
我能得到一些关于哪个更好的建议吗?
回答by Milo? ?ernilovsky
You can refer to the paper Java Libraries for Accessing the PrincetonWordnet: Comparison and Evaluationwhich compares 12 Java libraries for accessing WordNet. It compares their performance and other features.
您可以参考访问 PrincetonWordnet 的 Java 库:比较和评估一文,其中比较了 12 个用于访问 WordNet 的 Java 库。它比较了它们的性能和其他功能。