Hacker News new | ask | show | jobs
by microtonal 4592 days ago
Also, for those who would like to know how you can implement a language guesser (sources + link to paper):

http://www.let.rug.nl/vannoord/TextCat/

Python version:

http://thomas.mangin.com/data/source/ngram.py

It's something that is fun to implement and doesn't take more than a few hours at most.