The CMU Sphinx Group Open Source Speech Recognition Engines

Speech at CMU   |   Sphinx at SourceForge

Introduction

General Documentation

CMUSphinx Components

Common library

Decoders

Acoustic Model Training

Language Model Training

Utilities


Latest News

PocketSphinx 0.5.1 and SphinxBase 0.4.1
2008-11-29 22:42
Read More »

PocketSphinx: 0.5 release
2008-07-08 16:02
Read More »

cmudict.0.7a release
2008-02-19 18:22
Read More »

Site news archive »


External Links

Notice: if you have comments about the links below, please contact the authors directly.

CMU Sphinx documentation Wiki

The dictionary markup can be used to store key-value pairs like in a dictionary or glossary. It uses definition lists (see HelpOnLists). A dictionary page used by the system has to have a name ending with Dict (see page_dict_regex on the page HelpOnConfiguration).

Dictionaries can be either shared or private (only you have read access to them under your homepage).

How does it look?

This is an example:

var1
value1
var2
value2
var3
value3

And it looks like this in the page source:

 var1:: value1
 var2:: value2
 var3:: value3
  • /!\ The leading space and the space after '::' are important.

See also HelpOnVariables

Dictionaries for translations

Dictionaries can be used to translate user-specified words with auto-substitution1. If you want to use that a dictionary has to be named in the form LanguageDict (examples: GermanDict, FrenchDict, SpanishDict, etc.).


  1. this is an alternative for the distributed PO-Files, which are used instead in MoinMaster wiki (1)

HelpOnDictionaries (last modified 2008-02-03 23:05:17)

SourceForge.net Logo This page is maintained by David Huggins-Daines ()
CMUSphinx is a project within the Sphinx Group at Carnegie Mellon