Search Results

6
votes
3answers
349 views

Best way to return the language of a given string

More specifically, I'm trying to check if given string (a sentence) is in Turkish. I can check if the string has Turkish characters such as Ç, Ş, Ü, Ö, Ğ etc. However that's not very relia …