Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

API for Natural Language Processing in Android

Tags:

android

nlp

I am trying to make an Android application similar to the one on this website.

The thing is that I am pretty new to the field of Natural Language Processing. I do not wish to achieve much, just provide the user some interaction with the application, give him a feeling that he is indeed chatting with someone.

Basically, I would just capture the text entered by the user and send it over to the API and display the result retrieved from the API. I came across http://opennlp.apache.org/ and http://gate.ac.uk/ but have NO idea how to implement them in my Android application.

ANY ideas/ suggestions/ help would indeed be great.

Thanks!

like image 576
Swayam Avatar asked Aug 17 '12 18:08

Swayam


1 Answers

If you are looking for Web Services that do NLP, I would suggest you to take a look at Maluuba's API. Here's a direct link to their developer site.

http://dev.maluuba.com

like image 81
Ye Myat Min Avatar answered Oct 17 '22 05:10

Ye Myat Min