I'm looking for a library or technique to detect the input language of blocks of text provided by users. Online lookups (like Google translate) won't work for this task as I'm writing an app which must run offline.

Thanks.

link|improve this question

63% accept rate
feedback

2 Answers

Here are two more n-gram-based gems you might want to try. They work offline.

link|improve this answer
1  
The first one gives me камон is English. – jibiel Mar 1 at 12:50
feedback
up vote 1 down vote accepted

For anyone interested, I've found http://rubygems.org/gems/kenwaln-whatlanguage, which is performing excellently.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.