Is there any way of using SenseRelate in Java?

好久不见. 提交于 2019-12-23 02:47:16

问题


I need to use WSD for my java project..i got to SenseRelate..but its all in Perl..is there any library available for using SenseRelate in Java?


回答1:


You may want to try IMS (It Makes Sense), a Java WSD from NUS. Based on their paper, their system was performing well as compared to state-of-the-art systems in different evaluations.




回答2:


First a caveat: WSD is a reasonably active area of research, so you probably shouldn't expect an easy answer with guaranteed accuracy. That said, you might consider LingPipe's implementation. See http://alias-i.com/lingpipe/demos/tutorial/wordSense/read-me.html.

I haven't used LingPipe's WSD system, but I've been pretty happy with the systems I have used. Your mileage may vary, of course.



来源:https://stackoverflow.com/questions/5722624/is-there-any-way-of-using-senserelate-in-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!