NAME

yali-identifier - Script for language identification with custom models

VERSION

version 0.008

SYNOPSIS

yali-identifier [options]

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

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