Submitted by 8hubham t3_znkeh2 in MachineLearning
8hubham OP t1_j0lpb55 wrote
Reply to comment by NinoIvanov in [P] Possible NLP approaches to extract 'goals' from text by 8hubham
Thank you for the suggestions.
I would like to learn more about the first approach. Can you share any links/articles explaining the first approach.
NinoIvanov t1_j0nl601 wrote
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