-1

There is a need to detect language from text in android. I have a lot of search and found an open source project but it not works in my case.

Please click on this tutorial

can anyone tell me about any library or any open source project which detect language of a text.

Thanks in advance.

Deepak Kumar
  • 293
  • 5
  • 17

2 Answers2

4

Language of a text can be identified using Firebase ML kit language identification API. Here is an example android app.

https://www.zoftino.com/identify-language-of-text-with-firebase-api-android-example

Arnav Rao
  • 6,186
  • 2
  • 31
  • 31
1

I have developed a web service specifically for detection the language of a text. You can read more about it at http://www.whatlanguage.net/en/api/language_identification_made_easy . If you have questions, please let me know.

Snels Nick
  • 895
  • 3
  • 12
  • 25