On Tue, Dec 28, 2010 at 12:42 AM, Shashwat Anand
wrote:
> Regarding dictionary lookup+n-gram approach I didn't quite understand what
> you wanted to say.
Run through trigram analysis first, if it identified multiple
languages as being matches within the error margin then split the text
into words
> Hi I already Developed a language detection with Python Here is the Link.
> http://code.google.com/p/langdet/
>
>
>
> With Regards,
> Santhosh V.Kumar
>
>
--
http://mail.python.org/mailman/listinfo/python-list
Hi I already Developed a language detection with Python Here is the Link.
With Regards,
Santhosh V.Kumar
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, Dec 28, 2010 at 6:03 AM, Katie T wrote:
> On Mon, Dec 27, 2010 at 7:10 PM, Shashwat Anand
> wrote:
> > Can anyone suggest a language detection library in python which works on
> a
> > phrase of say 2-5 words.
>
> Generally such libraries work by bi/trigram frequency analysis, which
> mea
On Mon, Dec 27, 2010 at 7:10 PM, Shashwat Anand
wrote:
> Can anyone suggest a language detection library in python which works on a
> phrase of say 2-5 words.
Generally such libraries work by bi/trigram frequency analysis, which
means you're going to have a fairly high error rate with such small