I want to implement the key phrase extraction(KEA) algorithm in apache solr to extract the important phrases from documents indexed and create a tag cloud from the results returned after the query is executed.Can anyone please guide me through the process.Thanks a lot in advance…
I want to implement the key phrase extraction(KEA) algorithm in apache solr to extract
Share
Solr has an integration Module with Apache UIMA called SolrUIMA.
It can help you enhance the metadata by extract keys phrases, identifying language, people and much more.