문제

I would like to use NLP while indexing the data with Apache Solr.

  1. Identify the synonyms of the words and index that also.

  2. Identify thenamed entity and label it while indexing.

  3. when some one query the Solr Index, I should able to extract the named entity and intention from the query and form the query string, so that it can effectively search the indexed file.

Is there any tools / plugins available to satisfy my requirements? I believe it is a common use cases for most of the content based websites. How people handling it?

도움이 되었습니까?

다른 팁

Check out Apache UIMA

Specifically, if you need Solr to do named entity recognition, you can integrate it with UIMA using SolrUIMA

Check out this talk, that demonstrates UIMA + Solr.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top