mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
14 lines
576 B
Plaintext
14 lines
576 B
Plaintext
Text::Language::Guess guesses a document's language. Its implementation
|
|
is simple: Using "Text::ExtractWords" and "Lingua::StopWords" from CPAN,
|
|
it determines how many of the known stopwords the document contains for
|
|
each language supported by "Lingua::StopWords".
|
|
|
|
Each word in the document recognized as stopword of a particular
|
|
language scores one point for this language.
|
|
|
|
The "language_guess()" function takes a document as a parameter and
|
|
returns the abbreviation of the language that it is most likely written
|
|
in.
|
|
|
|
WWW: https://metacpan.org/release/Text-Language-Guess
|