问题
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