I was interested in what opensource NLP APIs people on stackoverflow have used and liked for working on Android? Have you found performance issues related to doing NLP on Android Devices?
I was interested in what opensource NLP APIs people on stackoverflow have used and
Share
As far as I know, no. However, there is a lot of NLP code in Java, so it could certainly be ported over, especially if you didn’t want to do any training and instead just use a statistical model to classify stuff.
A better question would be what exactly are you trying to do, and how much NLP/ML power do you need?