align2html.pl - Script that generate an HTML representation of the alignments issued from asclite.
align2html.pl -i alignfile -o outputdir [ -m mapfile ]
The script is taking in input the sdterr output from asclite Alignment Output) (launched with the option -f 6 or -f 7). Using the alignment output, it recreates the graphs of the segments and generates a graphical representation of the multi-dimension alignment. It also generates basic statistical information (Correct, Insertion, ...) regarding the overlap and Segment Group information. Using the -m option will add the information of the mapped speaker in every Segment Group representaion file.
Examples:
align2html.pl -a align.csv -o output_directory
align2html.pl -a align.csv -o output_directory -m map_file
The Alignment file from asclite.
The output directory where the files will be generated.
The map file allowing to display the speaker mapping information used during the alignment. Use the same mapfile used when asclite was lunched.
Display the help.
No known bugs.
NIST Public Domain
This software was developed at the National Institute of Standards and Technology by employees of the Federal Government in the course of their official duties. Pursuant to Title 17 Section 105 of the United States Code this software is not subject to copyright protection within the United States and is in the public domain. This software is an experimental system. NIST assumes no responsibility whatsoever for its use by any party.
THIS SOFTWARE IS PROVIDED "AS IS." With regard to this software, NIST MAKES NO EXPRESS OR IMPLIED WARRANTY AS TO ANY MATTER WHATSOEVER, INCLUDING MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
Hey! The above document had some coding errors, which are explained below:
You forgot a '=back' before '=head1'
You forgot a '=back' before '=head1'
'=item' outside of any '=over'
You forgot a '=back' before '=head1'