Viewing a single comment thread. View all comments

8hubham OP t1_j0lpb55 wrote

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.

2

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! 😊

1