Submitted by 8hubham t3_znkeh2 in MachineLearning
NinoIvanov t1_j0nl601 wrote
Reply to comment by 8hubham in [P] Possible NLP approaches to extract 'goals' from text by 8hubham
A brief intro using regular expressions, giving you the general idea:
https://www.nzini.com/lessons/NLP2+-+Template+Matching.html
Also, classically, look for the "Message Understanding Conferences" and "Information Extraction" & "Named Entity Recognition" as a task.
It gets really tricky if the information is "implied": John bought flowers for Lucy —> "Does John like Lucy?": evidently yes, but nobody SAYS that. Good luck! 😊
Viewing a single comment thread. View all comments