[android-developers] detect the language of a particular piece of text (no internet connection)

2010-11-11 Thread alan lam
Is there any function/library/API which can detect the language of a particular piece of text (no internet connection)? i.e. for an input text This is a sentence, it should detect the language as English. Or for Esto es una sentencia it should detect the language as Spanish. -- You received this

[android-developers] Detect language of text

2010-11-10 Thread alan lam
i am writing a dictonary apps. i have some problem, hope here have some advance level developers to help me. 1. i want to detect the language of text like i have a string a = japanese pass string a into a function, return the language. japanese than japanese, english than english. PS is there