.TH sylseg-sk-training 1 "September 9, 2006" "version 0.4" "USER COMMANDS" .SH NAME sylseg-sk-training \- train the statistic for the syllabic segmentation .SH SYNOPSIS .B sylseg-sk-training [\-\-color] [\-\-dl debug level] [\-\-help] [] .SH DESCRIPTION The sylabic segmentation is esential for some linguistic or speech recognition applications. Depending on the language either rule based or statistical approach is beying used. For Slovak the statistical approach seems to be more suitable. .PP sylseg-sk-training creates the necessary data for one of the statistical approaches for the syllabic segmentaion. The input data are expected to be word segmented into syllables. The syllabic separator should be "-". If no input file is specified, the standard input is expected. The output is written in to the file. The filename is input filename with the extension ".statistics". If standard input is used, then the output filename is syl_output.statistics. .PP The design of the sylseg-sk-training is language independent. Theoretically it should work for any language. .SH OPTIONS .TP \-\-color Enable color output. .TP \-\-dl Set the debug level. Control the amount of displayed information The debug level 0 displays nothing. The maximum level 5 displays full debugging report. The default debug level is 1. .TP \-\-help display a short help text .SH EXAMPLES .TP Use file aaa.txt as training input and set up debug level to 3: .B sylseg-sk-training \-\-dl 3 aaa.txt .PP .SH EXIT STATUS sylseg-sk-training returns a zero if the training succeeds .SH AUTHOR Jozef Ivanecky (dodo (at) kanoistika.sk) .SH SEE ALSO sylseg-sk(1)