Hi all,<br><br>I am trying for language detection in python.I just need to check whether the input text is english or not.<br><br>1)I tried nltk's stopwords and compared with input text,but only with little success.<br>
<br>2)Used oice.langdet for language detection,which uses bi-gram approach.It is also inefficient.<br><br>I need a best way to detect english text .<br><br>I welcome your suggestions ...<br>-- <br>Yours,<br>S.Selvam<br>