Tools for Transcriber
- parsetrs
Tool used to convert TRS
files in STM
NIST format or other user defined formats.
This tool is very useful to preprocess manual transcriptions before scoring.
Typical usage :
Displaying parsetrs complete help:
parsetrs -man
Converting file.trs
to stm NIST format and ouputting it to STDOUT:
parsetrs file.trs
Converting file.trs
to ascii text format and ouputting it to STDOUT:
parsetrs -f txt file.trs
- nomalize
Tool used to normalize STM
and
This tool is very useful to preprocess manual transcriptions before scoring.
Typical usage :
Normalizing file.xml
and output it to STDOUT:
cat file.xml | nomalize -n-l -v
Displaying normalize
complete help:
normalize -man