Language Detection Library/Code

Katie T katie at coderstack.co.uk
Tue Dec 28 17:28:42 EST 2010


On Tue, Dec 28, 2010 at 12:42 AM, Shashwat Anand
<anand.shashwat at gmail.com> 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, and look up each word in the respective dictionaries to
get a second opinion.

Katie
-- 
CoderStack
http://www.coderstack.co.uk/python-jobs
The Software Developer Job Board



More information about the Python-list mailing list