PHP: Guess the language of a given text
Monday, July 9th, 2007
There exist a open project called LibTextCat. I’ve used this class for many projects with greats results. What this project do is recieve a text as a parameter and return in what lang it is text written.
A great project for web-crawler and other kinds of projects that need text categorization. The only “problem” (that is not a problem) is that I haven’t found a PHP port of it.
So, I’ve implement the LibTextCat algorithm, and the result could be found here. (more…)