Update mail/geary to version 0.10.0
[dports.git] / textproc / p5-Text-Language-Guess / pkg-descr
1 Text::Language::Guess guesses a document's language. Its implementation
2 is simple: Using "Text::ExtractWords" and "Lingua::StopWords" from CPAN,
3 it determines how many of the known stopwords the document contains for
4 each language supported by "Lingua::StopWords".
5
6 Each word in the document recognized as stopword of a particular
7 language scores one point for this language.
8
9 The "language_guess()" function takes a document as a parameter and
10 returns the abbreviation of the language that it is most likely written
11 in.
12
13 WWW: http://search.cpan.org/dist/Text-Language-Guess/