machine learning - Java Algorithm To Extract Information From a String -
i'm trying implement smart search feature in application. usecase: user enters search term in textbox
eg: find me christian male 28 years old brazil.
i need parse input map follows:
gender: male age: 38 location: brazil relegion: christian
already had glance on : opennlp, cross validate, java pattern matching , regex, information extraction. i'm confused 1 need deeper into.
is there java lib available specific domain?
there's api extracts structured information (json) free text: http://wit.ai
you need train wit examples of want achieved.

Comments
Post a Comment