mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
a26c32d03d
language identification. PR: 33437 Submitted by: Seamus Venasse <svenasse@polaris.ca>
10 lines
340 B
Plaintext
10 lines
340 B
Plaintext
This module implements a statistical language identifier.
|
|
|
|
The filename attributes to the constructor must refer to files
|
|
containing tables of n-gram probabilites for languages. These tables
|
|
can be generated using the trainlid(1) utility program.
|
|
|
|
WWW: http://search.cpan.org/search?dist=Lingua-Ident
|
|
|
|
Seamus Venasse <svenasse@polaris.ca>
|