WDLOAD
NAME
wdload -- load a word item from text description
SYNOPSIS
wdload
(-t type) (-s stepsize) textfile file
DESCRIPTION
wdload
constructs a new word item in the given file from text
descriptions of word arcs in a text file. The word item
is a representation of a word lattice with nodes corrseponding
to times in the signal and arcs containing word names and
probabilities.
Currently, the only lattice format supported is the lattice
output from the Abbot recognition system.
Options
-I
Identify the program version.
-s stepsize
Specify the step interval in seconds between the nodes. Node
numbering is assumed to be fixed step time based.
-t type
Identify the text file format. Only "ABBOT" is allowed currently
and is the default.
type.
OUTPUT ITEMS
WD
Loaded word item
VERSION/AUTHOR
1.0 - Mark Huckvale
BUGS
The maximum word name length is set in sfs.h to be 32 characters.
Fri Jul 09 14:54:34 2004