-1

i m creating a mobile application that will require understanding the context of the sms. please give some idea. how can i implement it??

by understanding the context of the sms i mean that i want a program that can understand the meaning of the message typed by the user....

vidhi
  • 753
  • 1
  • 6
  • 7
  • In other words, do you need a [natural language understanding](https://en.wikipedia.org/wiki/Natural_language_understanding) system that transforms each message into a representation of its meaning? – Anderson Green May 23 '17 at 02:03

1 Answers1

2

There is a long history of NLP (and AI) that is suggested by your question. However, clearly, you are not going to get a PhD to undertake this project. I strongly recommend that you think carefully about precisely what you want to learn from each message. Named Entity extraction, as available open source at gate might give you a leg up.

bmargulies
  • 97,814
  • 39
  • 186
  • 310