Blame view
tools/sctk-2.4.10/doc/align2html.html
4.17 KB
8dcb6dfcb first commit |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 |
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:root@localhost" /> </head> <body> <ul id="index"> <li><a href="#NAME">NAME</a></li> <li><a href="#SYNOPSIS">SYNOPSIS</a></li> <li><a href="#DESCRIPTION">DESCRIPTION</a></li> <li><a href="#USAGE">USAGE</a></li> <li><a href="#OPTIONS">OPTIONS</a></li> <li><a href="#BUGS">BUGS</a></li> <li><a href="#NOTES">NOTES</a></li> <li><a href="#AUTHORS">AUTHORS</a></li> <li><a href="#COPYRIGHT">COPYRIGHT</a></li> <li><a href="#DISCLAIMER">DISCLAIMER</a></li> <li><a href="#POD-ERRORS">POD ERRORS</a></li> </ul> <h1 id="NAME">NAME</h1> <p>align2html.pl - Script that generate an HTML representation of the alignments issued from asclite.</p> <h1 id="SYNOPSIS">SYNOPSIS</h1> <pre><code> align2html.pl -i alignfile -o outputdir [ -m mapfile ]</code></pre> <h1 id="DESCRIPTION">DESCRIPTION</h1> <p>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.</p> <h1 id="USAGE">USAGE</h1> <p>Examples:</p> <pre><code> align2html.pl -a align.csv -o output_directory align2html.pl -a align.csv -o output_directory -m map_file</code></pre> <h1 id="OPTIONS">OPTIONS</h1> <dl> <dt id="Required-file-arguments"><b>Required file arguments:</b></dt> <dd> <dl> <dt id="a---alignfile-alignfile"><b>-a</b>, <b>--alignfile <alignfile</b>></dt> <dd> <p>The Alignment file from asclite.</p> </dd> <dt id="o---output-outputdir"><b>-o</b>, <b>--output <outputdir</b>></dt> <dd> <p>The output directory where the files will be generated.</p> </dd> </dl> </dd> <dt id="Options"><b>Options:</b></dt> <dd> <dl> <dt id="m---mapfile-mapfile"><b>-m</b>,<b>--mapfile <mapfile</b>></dt> <dd> <p>The map file allowing to display the speaker mapping information used during the alignment. Use the same mapfile used when asclite was lunched.</p> </dd> </dl> </dd> <dt id="Other-options"><b>Other options:</b></dt> <dd> <dl> <dt id="h---help"><b>-h</b>, <b>--help</b></dt> <dd> <p>Display the help.</p> </dd> </dl> </dd> </dl> <h1 id="BUGS">BUGS</h1> <p>No known bugs.</p> <h1 id="NOTES">NOTES</h1> <h1 id="AUTHORS">AUTHORS</h1> <dl> <dt id="Jerome-Ajot-jerome.ajot-nist.gov">Jerome Ajot <jerome.ajot@nist.gov></dt> <dd> </dd> </dl> <h1 id="COPYRIGHT">COPYRIGHT</h1> <p>NIST Public Domain</p> <h1 id="DISCLAIMER">DISCLAIMER</h1> <p>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.</p> <p>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.</p> <h1 id="POD-ERRORS">POD ERRORS</h1> <p>Hey! <b>The above document had some coding errors, which are explained below:</b></p> <dl> <dt id="Around-line-57">Around line 57:</dt> <dd> <p>You forgot a '=back' before '=head1'</p> <p>You forgot a '=back' before '=head1'</p> </dd> <dt id="Around-line-65">Around line 65:</dt> <dd> <p>'=item' outside of any '=over'</p> </dd> <dt id="Around-line-67">Around line 67:</dt> <dd> <p>You forgot a '=back' before '=head1'</p> </dd> </dl> </body> </html> |