Martin Majlis > Lingua-YALI-0.010_05 > yali-identifier

Download:
Lingua-YALI-0.010_05.tar.gz

Annotate this POD

View/Report Bugs
Source   Latest Release: Lingua-YALI-0.014

NAME ^

yali-identifier - Script for language identification with custom models

VERSION ^

version 0.010_05

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.010_05 (2012-06-30)

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
syntax highlighting: