Forming a generic sentences from significant terms

Hello,
I am using ElasticSearch 2.1.1.I am curious to find out if there is a way to form generic sentences from the user text.
For example,suppose there are two sentences "My system isn't able to host elasticsearch" and "Elasticsearch isn't responding". Now I want these two sentences analyzed and stored in a generic form,say "Issue with ElasticSearch".
Is there a way of doing this?
Thanks.

This sounds like you need a very sophisticated natural language processing system as a pre-processing step, it's nothing Elasticsearch can do. I'd suggest taking a look at some NLP literature and start with something small. If you really want to get into something like this. Automatic Summarization is a big research topic that could be a start.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.