/usr/bin/sphinx3-simple is in sphinx3 0.8-0ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #!/bin/sh
S3CONTINUOUS=/usr/bin/sphinx3_livedecode
ARGS=/usr/share/sphinx3/model/lm/an4/args.an4
echo " "
echo "sphinx3-simple:"
echo " Demo CMU Sphinx-3 decoder called with command line arguments."
echo " "
echo "<executing $S3CONTINUOUS, please wait>"
$S3CONTINUOUS ${ARGS}
|