#!/usr/bin/env perl

# ABSTRACT: Script for language identification with custom models
# PODNAME: yali-identifier

use strict;
use warnings;

use Lingua::YALI::Identifier;



__END__
=pod

=head1 NAME

yali-identifier - Script for language identification with custom models

=head1 VERSION

version 0.006

=head1 AUTHOR

Martin Majlis <martin@majlis.cz>

=head1 COPYRIGHT AND LICENSE

This software is Copyright (c) 2012 by Martin Majlis.

This is free software, licensed under:

  The (three-clause) BSD License

=cut

