My requirement is to analyze sentence like. "Find me The Hungry Tide book." or "The Hungry Tide or Broken Mirror which one is better." where Hungry Tide and Broken Mirror are books name, for this i need to create a custom models to find the books title in given array of tokens. So that later on i can create a query based on given sentence. Please let me know how i can achieve this or if there is any other way to analyze the sentence like that.
Asked
Active
Viewed 521 times
1 Answers
0
http://opennlp.apache.org/documentation/1.5.3/manual/opennlp.html
this documentation is very useful. Follow the code examples. Check Name Finder tool and training of Name Finder.
Related Question: How to create Custom model using OpenNLP?

Community
- 1
- 1

AvenashKrish
- 343
- 2
- 6
- 20