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.

enter image description here


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

php - MySQLi multi_query results for later use -