Attempts to determine the natural language of a selection of Unicode (utf-8) text. Based on guesslanguage.cpp by Jacob R Rideout for KDE which itself is based on Language::Guess by Maciej Ceglowski. Detects over 60 languages, all languages listed in the trigrams directory plus Japanese, Chinese, Korean and Greek. WWW: https://pypi.python.org/pypi/guess-language PR: 211058 Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
7 lines
368 B
Text
7 lines
368 B
Text
Attempts to determine the natural language of a selection of Unicode
|
|
(utf-8) text. Based on guesslanguage.cpp by Jacob R Rideout for KDE
|
|
which itself is based on Language::Guess by Maciej Ceglowski. Detects
|
|
over 60 languages, all languages listed in the trigrams directory
|
|
plus Japanese, Chinese, Korean and Greek.
|
|
|
|
WWW: https://pypi.python.org/pypi/guess-language
|