nlp - Any (rough) equivalent to iOS NSLinguisticTagger for android? -


in ios, can use nslinguistictagger things part-of-speech tagging, , lemmatizing word (like recognizing "went" form of verb "to go") several different languages.

is there use android development, that's available several different languages, case ios? i'm aware of stuff stanford nlp, seems work limited number of languages (english + 5 others), not sufficient purposes. plus, i'm not sure if work on android. (but correct me if i'm wrong)

it need work without accessing network, must on device without connecting service.

i'm afraid answer "no"...but asking anyway in case, before spend huge amount of time trying develop own workaround.

you can use java-based nlp toolkits in android applications. here list of popular ones simple description :

stanford corenlp

i don't know how many mean several if ever want make toolkit can train corenlp corpus.

apache opennlp

apache lucene , solr

apache's toolkits , analyzers support more languages , can train models opennlp well. can see list of languages supported here : languages supported solr.

gate


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -