| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ConcatFileDataSource.PROP_BATCH_FILE
The property for the file containing a list of audio files to read from.
|
static java.lang.String |
DataConverter.PROP_CONVERSION_MODE |
static java.lang.String |
WavWriter.PROP_OUT_FILE_NAME_PATTERN
The pathname which must obey the pattern: pattern + i + .wav.
|
static java.lang.String |
DataDumper.PROP_OUTPUT_FORMAT
The property that specifies the format of the output.
|
static java.lang.String |
Microphone.PROP_SELECT_MIXER
The property that specifies the mixer to use.
|
static java.lang.String |
ConcatFileDataSource.PROP_SILENCE_FILE
The property that specifies the silence audio file, if any.
|
static java.lang.String |
Microphone.PROP_STEREO_TO_MONO
The property that specifies how to convert stereo audio to mono.
|
static java.lang.String |
ConcatFileDataSource.PROP_TRANSCRIPT_FILE
The property that specifies the name of the transcript file.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ConfigMonitor.PROP_OUTFILE |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSGFGrammar.PROP_BASE_GRAMMAR_URL
The property that defines the location of the JSGF grammar file.
|
static java.lang.String |
JSGFGrammar.PROP_GRAMMAR_NAME
The property that defines the location of the JSGF grammar file.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AcousticModel.PROP_LOCATION
The directory where the acoustic model data can be found.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Sphinx3Loader.PROP_LOCATION
The root location of the model directory structure
|
static java.lang.String |
KaldiLoader.PROP_LOCATION |
static java.lang.String |
HTKLoader.PROP_MODEL
The name of the model definition file (contains the HMM data)
|
static java.lang.String |
HTKLoader.PROP_PROPERTIES_FILE
The property for the name of the acoustic properties file.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ModelInitializerLoader.DATA_DIR |
static java.lang.String |
Sphinx3Saver.DATA_LOCATION |
static java.lang.String |
Sphinx3Saver.DEF_FILE |
static java.lang.String |
ModelInitializerLoader.LOCATION |
static java.lang.String |
ModelInitializerLoader.MODEL_NAME |
static java.lang.String |
ModelInitializerLoader.PHONE_LIST |
static java.lang.String |
ModelInitializerLoader.PROP_FILE |
static java.lang.String |
TrainerAcousticModel.PROP_FORMAT_SAVE
The save format for the acoustic model data.
|
static java.lang.String |
Sphinx3Saver.SAVE_LOCATION |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Dictionary.PROP_ADDENDA
The property for the custom dictionary file paths.
|
static java.lang.String |
Dictionary.PROP_DICTIONARY
The property for the dictionary file path.
|
static java.lang.String |
Dictionary.PROP_FILLER_DICTIONARY
The property for the filler dictionary file path.
|
static java.lang.String |
Dictionary.PROP_G2P_MODEL_PATH
The property for the g2p model file path.
|
static java.lang.String |
MappingDictionary.PROP_MAP_FILE |
static java.lang.String |
Dictionary.PROP_WORD_REPLACEMENT
The property that specifies the word to substitute when a lookup fails to find the word in the
dictionary.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ClassMap.PROP_CLASS_DEFS_LOCATION |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SimpleWordListGrammar.PROP_PATH
The property that defines the location of the word list grammar
|
static java.lang.String |
FSTGrammar.PROP_PATH
The property for the location of the FST n-gram file.
|
static java.lang.String |
BatchForcedAlignerGrammar.PROP_REF_FILE
Property that defines the reference file containing the transcripts used to create the froced align grammar
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NetworkLanguageModel.PROP_HOST
The property specifying the host of the language model server.
|
static java.lang.String |
LanguageModel.PROP_LOCATION
The property specifying the location of the language model.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LargeNGramModel.PROP_QUERY_LOG_FILE
The property for the name of the file that logs all the queried N-grams.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NgramTrieModel.PROP_QUERY_LOG_FILE
The property for the name of the file that logs all the queried N-grams.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LinguistDumper.PROP_FILENAME
The property for the destination of the LinguistDumper
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BatchNISTRecognizer.PROP_CTL_FILE
The property that specifies the file containing the corpus utterance audio
|
static java.lang.String |
BatchNISTRecognizer.PROP_CTM_FILE
The property that specifies the the directory where the output XXX files should be placed
|
static java.lang.String |
BatchNISTRecognizer.PROP_DATA_DIR
The property that specifies the file containing the corpus utterance audio
|
static java.lang.String |
BatchNISTRecognizer.PROP_REF_FILE
The property that specifies the file containing the transcripts of the corpus
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LiveModeRecognizer.PROP_HYPOTHESIS_TRANSCRIPT
The property specifying the transcript file.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ControlFile.PROP_AUDIO_FILE
Simple control file containing audio file names only.
|
static java.lang.String |
Trainer.PROP_FINAL_STAGE
The property for the final trainer stage to be processed.
|
static java.lang.String |
Trainer.PROP_INITIAL_STAGE
The property for the initial trainer stage to be processed.
|
static java.lang.String |
ControlFile.PROP_TRANSCRIPT_FILE
Transcription file containing transcriptions, simple or full.
|