Lingua::LangId - Descript: language identification utilities: top-level


(Back to Top)


NAME

Lingua::LangId - Descript: language identification utilities: top-level

(Back to Top)


SYNOPSIS

 ##========================================================================
 ## PRELIMINARIES
 use Lingua::LangId;

(Back to Top)


DESCRIPTION

The Lingua::LangId package provides some language guessing routines using Kullback-Leibler divergence over character n-gram signatures.

Globals & Constants

Variable: $VERSION

Package version.

(Back to Top)


SEE ALSO

Lingua::LangId::Signature(3pm), Lingua::LangId::Map(3pm)

##====================================================================== ## Footer ##======================================================================

(Back to Top)


AUTHOR

Bryan Jurish <jurish@uni-potsdam.de>

(Back to Top)


COPYRIGHT AND LICENSE

Copyright (C) 2009 by Bryan Jurish

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.

(Back to Top)

 Lingua::LangId - Descript: language identification utilities: top-level