Text_LanguageDetectpear.php.netLanguage detection classText_LanguageDetect can identify 52 human languages from text samples and return confidence scores for each.
Nicholas Pisarrotaaktaak@php.netno2017-03-021.0.01.0.0stablestableBSD
- 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.41.9.0pcrembstring1.0.01.0.0stablestable2017-03-02BSD
- 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.00.3.0alphaalpha2012-01-16BSD
- 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.30.2.3alphaalpha2008-07-30BSDupdated package requirements
0.2.20.2.2alphaalpha2008-07-30BSD* Fixed Bug #13385
0.2.10.2.1alphaalpha2006-12-03BSD* 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.00.2.0alphaalpha2006-01-18BSD* 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.10.1.1alphaalpha2006-01-06BSD* 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.00.1.0alphaalpha2006-01-04BSDInitial PEAR release