I have a corpus of text documents that contain text in more than one language.
For each line I read, I have to find out which language it is written in. This is limited to three languages, viz, English, Hindi (U+0900–U+097F) and Telugu (U+0C00–U+0C7F).
How can I make my program filter the lines with different script?