The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

yali-identifier - Script for language identification with custom models

VERSION

version 0.016

SYNOPSIS

yali-identifier [options]

Identify languages with models trained by yali-builder.

Options:

 -i, --input=F         input file. When F is -, read standard input.
     --filelist=F      input files are read from F. When F is -, read them from standard input.
 -f, --format=FORMAT   output FORMAT
 -c, --classes=F       file with paths to model. Containing two columns - the first with class, the second one with path to the model.
 -h, --help            prints documentation

FORMAT:

 single   - prints out only the most probable class
 all      - prints out all classes sorted according to their probability descendetly
 all_p    - prints out all classes with probability sorted according to their probability descendetly
 tabbed   - prints out probabilities of classes separated by tab in order used in --classes

More examples are available at http://search.cpan.org/perldoc?Lingua%3A%3AYALI%3A%3AExamples

Version: 0.016 (2019-02-02)

AUTHOR

Martin Majlis <martin@majlis.cz>

COPYRIGHT AND LICENSE

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

This is free software, licensed under:

  The (three-clause) BSD License