Aditya
Aditya

Reputation: 41

Key Phrase Extraction in solr

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...

Upvotes: 1

Views: 789

Answers (1)

Jayendra
Jayendra

Reputation: 52799

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.

Upvotes: 1

Related Questions