I was wondering as elasticsearch is very good at natural language processing, Is there any way to use it for question answering system?
Suppose I have a story following:
My name is Shahriar and I have a cat. Its name is Tom.
And so many description and detail in this story.
Question can be like:
- Does Shahriar have a cat?
- What is the name of Shahriar's cat?
Can I build something using elasticsearch to answer this question?
Can you have any suggestions for me how can I start? How to approach and what are the steps?