Text_LanguageDetect pear.php.net Language detection class Text_LanguageDetect can identify 52 human languages from text samples and return confidence scores for each. Nicholas Pisarro taak taak@php.net no 2017-03-02 1.0.0 1.0.0 stable stable BSD - Add PHP5 constructors - Fix bug #21189: Language detection on PHP7 broken - Fix coding style problems - BC break: Add real visibility to properties and methods 5.4 1.9.0 pcre mbstring 1.0.0 1.0.0 stable stable 2017-03-02 BSD - Add PHP5 constructors - Fix bug #21189: Language detection on PHP7 broken - Fix coding style problems - BC break: Add real visibility to properties and methods 0.3.0 0.3.0 alpha alpha 2012-01-16 BSD - BC break: Return lowercase language names - BC break: Use exceptions instead of PEAR_Error - Implement request #19221: Return ISO 639-1 or ISO 639-2 language codes 0.2.3 0.2.3 alpha alpha 2008-07-30 BSD updated package requirements 0.2.2 0.2.2 alpha alpha 2008-07-30 BSD * Fixed Bug #13385 0.2.1 0.2.1 alpha alpha 2006-12-03 BSD * Fix: Now uses conventionalized include path * Fix: Won't cause error if input is purely symbol-range characters * Better error reporting if error in unicode db loading 0.2.0 0.2.0 alpha alpha 2006-01-18 BSD * Added unicode block range identification * unicode block ranges used to optimize language detection by pre-selecting which known language trigram profiles in the database to attempt comparison with * Added several utf8/unicode utility functions * new Parser class for building data profiles from text samples * Fix: mb_convert_encoding() now used correctly * Fix: basic case-folding for Cyrillic alphabet implemented 0.1.1 0.1.1 alpha alpha 2006-01-06 BSD * Output of clustering now cached * Fix: better error checking in clustering functions * Fix: clusteredSearch() now handles null strings gracefully * Compare order is preserved in clusteredSearch() results * Slight speed improvement to utf8 iterator 0.1.0 0.1.0 alpha alpha 2006-01-04 BSD Initial PEAR release