Re: Language detection with python

2009-04-17 Thread Jeremiah Dodds
On Fri, Apr 17, 2009 at 3:19 PM, S.Selvam wrote: > 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 lang

Language detection with python

2009-04-17 Thread S.Selvam
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.