Is there any language recognition open-source for Java? Found only for c/c++.
**UPD:**
I`m talking about human text language. Example:
Input: My name is John.
Output: English.
Input: Ich heisse John.
Output: German.
Input: ÐœÐµÐ½Ñ Ð·Ð¾Ð²ÑƒÑ‚ Джон.
Output: Russian.
以上就是Language recognition in Java的详细内容,更多请关注web前端其它相关文章!