Lingua-Identifier
view release on metacpan or search on metacpan
lib/Lingua/Identifier.pm view on Meta::CPAN
535455565758596061626364656667686970717273=head2 C<new>
Constructs a new Language Identification object.
my $identifier = Lingua::Identifier->new();
=cut
sub
new {
return
bless
{
languages
=>
$classes
}, __PACKAGE__;
}
=head2 C<languages>
Returns the list of codes for the active languages.
=cut
sub
languages {
my
$self
=
shift
;
( run in 0.315 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )