integrate wordnet with solr

放肆的年华 提交于 2019-12-11 12:28:34

问题


I am trying to integrate wordnet api in to Apache solr. But it is not seems to be working and there is no good documentation as well. Could you please post me the steps if any body has experience on it?


回答1:


There are more than one way to do this:

1) https://issues.apache.org/jira/browse/LUCENE-2347 2) https://gist.github.com/562776

These are simple Java classes, which extract the synonyms from WordNet's prolog file - more or less the same way. Hope this helps.

Péter



来源:https://stackoverflow.com/questions/6188218/integrate-wordnet-with-solr

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