summaryrefslogtreecommitdiffstats
path: root/development/julius/README
diff options
context:
space:
mode:
author Roberto Metere <roberto@metere.it>2010-07-04 02:13:48 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-07-04 02:13:48 -0500
commitb5769f30f027f8c558e8a88c2cc6e000b618f29e (patch)
tree413b514b85a2ffb1b861917af3052256b9d47a24 /development/julius/README
parentbd4adc80c0c73e267bacf8508127ab9d3cf5c1ce (diff)
downloadslackbuilds-b5769f30f027f8c558e8a88c2cc6e000b618f29e.tar.gz
slackbuilds-b5769f30f027f8c558e8a88c2cc6e000b618f29e.tar.xz
development/julius: Added (speech recognition decoder software)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/julius/README')
-rw-r--r--development/julius/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/julius/README b/development/julius/README
new file mode 100644
index 0000000000..f7868b4a3f
--- /dev/null
+++ b/development/julius/README
@@ -0,0 +1,12 @@
+"Julius" is a high-performance, two-pass large vocabulary continuous speech
+recognition (LVCSR) decoder software for speech-related researchers and
+developers. Based on word N-gram and context-dependent HMM, it can perform
+almost real-time decoding on most current PCs in 60k word dictation task.
+Major search techniques are fully incorporated such as tree lexicon, N-gram
+factoring, cross-word context dependency handling, enveloped beam search,
+Gaussian pruning, Gaussian selection, etc. Besides search efficiency, it
+is also modularized carefully to be independent from model structures, and
+various HMM types are supported such as shared-state triphones and
+tied-mixture models, with any number of mixtures, states, or phones.
+Standard formats are adopted to cope with other free modeling toolkit such
+as HTK, CMU-Cam SLM toolkit, etc.