Language detection with python

S.Selvam s.selvamsiva at gmail.com
Fri Apr 17 10:19:26 EDT 2009


Hi all,

I am trying for language detection in python.I just need to check whether
the input text is english or not.

1)I tried nltk's stopwords and compared with input text,but only with little
success.

2)Used oice.langdet for language detection,which uses bi-gram approach.It is
also inefficient.

I need a best way to detect english text .

I welcome your suggestions ...
-- 
Yours,
S.Selvam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090417/b2483d4e/attachment.html>


More information about the Python-list mailing list