Thanks for your response! I'm trying to:
(1) parse questions into the "opening" such as "What is the", and "subject" like "capital of Burkina Faso"?
(2) also looking for similarities between things like "going running" and "going for a jog"
I'm not sure if both of these fall under natural processing... mostly I use python so your first suggestion sounds like a good starting place.
Comments
Thanks for your response! I'm trying to: (1) parse questions into the "opening" such as "What is the", and "subject" like "capital of Burkina Faso"? (2) also looking for similarities between things like "going running" and "going for a jog" I'm not sure if both of these fall under natural processing... mostly I use python so your first suggestion sounds like a good starting place.