A B C D E F G H I J L M N O P R S T U V W X Z

A

AbstractDecoder - Class in edu.cmu.sphinx.decoder
An abstract decoder which implements all functionality which is indpendent of the used decoding-pardigm (pull/push).
AbstractDecoder() - Constructor for class edu.cmu.sphinx.decoder.AbstractDecoder
 
AbstractSausageMaker - Class in edu.cmu.sphinx.result
Parent to all sausage makers.
AbstractSausageMaker() - Constructor for class edu.cmu.sphinx.result.AbstractSausageMaker
 
AbstractScorer - Class in edu.cmu.sphinx.decoder.scorer
Implements some basic scorer functionality but keeps specific scoring open for sub-classes.
AbstractScorer() - Constructor for class edu.cmu.sphinx.decoder.scorer.AbstractScorer
 
AbstractTestProcessor - Class in edu.cmu.sphinx.frontend.test
A DataProcessor implemenation which can be used to setup simple unit-tests for other DataProcessors.
AbstractTestProcessor() - Constructor for class edu.cmu.sphinx.frontend.test.AbstractTestProcessor
 
AccuracyTracker - Class in edu.cmu.sphinx.instrumentation
Tracks and reports recognition accuracy
AccuracyTracker() - Constructor for class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
A sphinx property used to define the acoustic model to use when building the search graph
AcousticModel - Interface in edu.cmu.sphinx.linguist.acoustic
Represents the generic interface to the Acoustic Model for sphinx4
AcousticScorer - Interface in edu.cmu.sphinx.decoder.scorer
Provides a mechanism for scoring a set of HMM states
action(String, File) - Method in class edu.cmu.sphinx.tools.gui.GUIMediator
all action will call this method, with its specific command
action(String, JTextArea) - Method in class edu.cmu.sphinx.tools.gui.GUIMediator
action that needs String return, with its specific command
action(String) - Method in class edu.cmu.sphinx.tools.gui.GUIMediator
action command that does not involve File operation
ActiveList - Interface in edu.cmu.sphinx.decoder.search
An active list is maintained as a sorted list

Note that all scores are represented in LogMath logbase

ActiveListFactory - Class in edu.cmu.sphinx.decoder.search
Creates new active lists.
ActiveListFactory() - Constructor for class edu.cmu.sphinx.decoder.search.ActiveListFactory
 
ActiveListManager - Interface in edu.cmu.sphinx.decoder.search
An active list is maintained as a sorted list
add(Token) - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Adds the given token to the list, keeping track of the lowest scoring token
add(Token) - Method in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Adds the given token to the list
add(Token) - Method in class edu.cmu.sphinx.decoder.search.ArrayTokenStack
Adds the given Token to this TokenStack.
add(Token) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
Adds the given token to the list
add(Token) - Method in interface edu.cmu.sphinx.decoder.search.TokenStack
Adds the given Token to this TokenStack.
add(byte[]) - Method in class edu.cmu.sphinx.frontend.util.Utterance
Adds an audio frame into this Utterance.
add(GrammarNode, float) - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Adds an arc to the given node
add(WordResult) - Method in class edu.cmu.sphinx.result.WordResultPath
 
add(String, String) - Method in class edu.cmu.sphinx.tools.gui.RawPropertyData
Adds a new property
add(String, List) - Method in class edu.cmu.sphinx.tools.gui.RawPropertyData
Adds a new property
add(String, CommandInterface) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Adds the given command to the command list.
add(Map<String, CommandInterface>) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Add the given set of commands to the list of commands.
add(String, String) - Method in class edu.cmu.sphinx.util.props.RawPropertyData
Adds a new property
add(String, CommandInterface) - Method in class edu.cmu.sphinx.util.SocketCommandInterpreter
Adds the given command to the command list.
ADD_OUT_OF_GRAMMAR_BRANCH - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Sphinx property that specifies whether to add a branch for detecting out-of-grammar utterances.
addAlias(String, String) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Adds an alias to the command
addAlternatePredecessor(Token, Token) - Method in class edu.cmu.sphinx.decoder.search.AlternateHypothesisManager
Collects adds alternate predecessors for a token that would have lost because of viterbi.
addAsLinear(float, float) - Method in class edu.cmu.sphinx.util.LogMath
Returns the summation of two numbers when the arguments and the result are in log.
addChangeListener(ChangeListener) - Method in class edu.cmu.sphinx.tools.audio.AudioData
Add a ChangeListener.
addComplex(Complex, Complex) - Method in class edu.cmu.sphinx.util.Complex
Method to add two complex numbers.
addConfigurable(Class<? extends Configurable>, String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Registers a new configurable to this configuration manager.
addConfigurable(Class<? extends Configurable>, String, Map<String, Object>) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Registers a new configurable to this configuration manager.
addConfigurable(Configurable, String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Adds an already instantiated Configurable to this configuration manager.
addConfigurationChangeListener(ConfigurationChangeListener) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Adds a new listener for configuration change events.
addConfigurationProp(RawPropertyData) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
This function is used to attach a configuration set for this component
addDataListener(DataListener) - Method in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
Adds a new listener.
addDataListener(DataListener) - Method in interface edu.cmu.sphinx.frontend.databranch.DataProducer
Registers a new listener for Datas.
addDataListener(DataListener) - Method in class edu.cmu.sphinx.frontend.databranch.FrontEndSplitter
 
addEdge(Node, Node, double, double) - Method in class edu.cmu.sphinx.result.Lattice
Add an edge from fromNode to toNode.
addNewFileListener(AudioFileProcessListener) - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
Adds a new listener for new file events.
addNode(Word, int, int) - Method in class edu.cmu.sphinx.result.Lattice
Add a Node that represents the theory that a given word was spoken over a given period of time.
addNode(String, int, int) - Method in class edu.cmu.sphinx.result.Lattice
Add a Node that represents the theory that a given word was spoken over a given period of time.
addProperty(ConfigurableProperty) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
Add a new property for this component
addResultListener(ResultListener) - Method in class edu.cmu.sphinx.decoder.AbstractDecoder
Adds a result listener to this recognizer.
addResultListener(ResultListener) - Method in interface edu.cmu.sphinx.decoder.ResultProducer
Registers a new listener for Result.
addResultListener(ResultListener) - Method in class edu.cmu.sphinx.recognizer.Recognizer
Adds a result listener to this recognizer.
addRPDProperties(Map) - Method in class edu.cmu.sphinx.tools.gui.ConfigProperties
add a whole set of Raw Property Data properties ( NOT Global properties )
addSignalListener(SignalListener) - Method in class edu.cmu.sphinx.frontend.FrontEnd
Add a listener to be called when a signal is detected.
addStateListener(StateListener) - Method in class edu.cmu.sphinx.recognizer.Recognizer
Adds a status listener to this recognizer.
addSubConfiguration(ConfigurationManager) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
 
addSubConfiguration(ConfigurationManager, boolean) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Adds a subconfiguration to this instance by registering all subCM-components and all its global properties.
addWord(Word, int) - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns a new word sequence with the given word added to the sequence
addWordHypothesis(WordResult) - Method in class edu.cmu.sphinx.result.ConfusionSet
Add a word hypothesis to this confusion set.
addWordHypothesis(int, WordResult) - Method in class edu.cmu.sphinx.result.Sausage
Add a word hypothesis to a given word slot in the sausage.
addWordHypothesis(int, String, double, LogMath) - Method in class edu.cmu.sphinx.result.Sausage
 
align(String, String) - Method in class edu.cmu.sphinx.util.NISTAlign
Performs the NIST alignment on the reference and hypothesis strings.
allocate() - Method in class edu.cmu.sphinx.decoder.AbstractDecoder
Allocate resources necessary for decoding
allocate() - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
 
allocate() - Method in interface edu.cmu.sphinx.decoder.pruner.Pruner
Allocates resources necessary for this pruner
allocate() - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
 
allocate() - Method in class edu.cmu.sphinx.decoder.scorer.AbstractScorer
 
allocate() - Method in interface edu.cmu.sphinx.decoder.scorer.AcousticScorer
Allocates resources for this scorer
allocate() - Method in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
 
allocate() - Method in interface edu.cmu.sphinx.decoder.search.SearchManager
Allocates the resources necessary for this search.
allocate() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
allocate() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
 
allocate() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Gets this acoustic model ready to use, allocating all necessary resources.
allocate() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
initialize this acoustic model with the given name and context.
allocate() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
 
allocate() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
 
allocate() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Allocates the dictionary
allocate() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
 
allocate() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
 
allocate() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
allocate() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Create the grammar
allocate() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Create the language model
allocate() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
allocate() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
allocate() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
allocate() - Method in interface edu.cmu.sphinx.linguist.Linguist
Allocates the linguist.
allocate() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
initialize this acoustic model with the given name and context.
allocate() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
initialize this acoustic model with the given name and context.
allocate() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
initialize this acoustic model with the given name and context.
allocate() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
initialize this acoustic model with the given name and context.
allocate() - Method in class edu.cmu.sphinx.recognizer.Recognizer
Allocate the resources needed for the recognizer.
ALLOCATED - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer has been allocated
ALLOCATING - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer is allocating resources
allPaths() - Method in class edu.cmu.sphinx.result.Lattice
Generate a List of all paths through this Lattice.
AlternateHypothesisManager - Class in edu.cmu.sphinx.decoder.search
Created by IntelliJ IDEA.
AlternateHypothesisManager(int) - Constructor for class edu.cmu.sphinx.decoder.search.AlternateHypothesisManager
Creates an alternate hypotheses manager
AlternativeState - Class in edu.cmu.sphinx.linguist.flat
Represents a set of alternatives in an SentenceHMMS
AlternativeState(GrammarState, int) - Constructor for class edu.cmu.sphinx.linguist.flat.AlternativeState
Creates a WordState
analyze(String, String) - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Compare the hypothesis to the reference string collecting statistics on it.
AnotherDummyFrontEnd - Class in edu.cmu.sphinx.util.props.test
 
AnotherDummyFrontEnd() - Constructor for class edu.cmu.sphinx.util.props.test.AnotherDummyFrontEnd
 
AnotherDummyProcessor - Class in edu.cmu.sphinx.util.props.test
DOCUMENT ME!
AnotherDummyProcessor() - Constructor for class edu.cmu.sphinx.util.props.test.AnotherDummyProcessor
 
ArrayTokenStack - Class in edu.cmu.sphinx.decoder.search
An array implementation of TokenStack.
ArrayTokenStack(int) - Constructor for class edu.cmu.sphinx.decoder.search.ArrayTokenStack
Constructs a ArrayTokenStack object with the given capacity.
AUDIO_FILE_LISTENERS - Static variable in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
 
AudioData - Class in edu.cmu.sphinx.tools.audio
Represents a 16bit, SIGNED_PCM, big endian audio clip with a sample rate specified by AudioFormat.
AudioData() - Constructor for class edu.cmu.sphinx.tools.audio.AudioData
No-arg constructor.
AudioData(short[], float) - Constructor for class edu.cmu.sphinx.tools.audio.AudioData
Creates a new AudioData with the given data and sample rate.
AudioData(AudioInputStream) - Constructor for class edu.cmu.sphinx.tools.audio.AudioData
Creates a new AudioData from the given AudioInputStream, converting the data to 16bit, big endian, SIGNED_PCM if needed.
AudioDataInputStream - Class in edu.cmu.sphinx.tools.audio
Converts an AudioData into an InputStream.
AudioDataInputStream(AudioData) - Constructor for class edu.cmu.sphinx.tools.audio.AudioDataInputStream
Creates a new AudioDataInputStream for the given AudioData.
AudioDataSourcesTest - Class in edu.cmu.sphinx.frontend.util.test
Some small unit tests to check whether the AudioFileDataSource and the ConcatAudioFileDataSource are working properly.
AudioDataSourcesTest() - Constructor for class edu.cmu.sphinx.frontend.util.test.AudioDataSourcesTest
 
AudioFileDataSource - Class in edu.cmu.sphinx.frontend.util
An AudioFileDataSource generates a stream of audio data from a given audion file.
AudioFileDataSource() - Constructor for class edu.cmu.sphinx.frontend.util.AudioFileDataSource
 
AudioFileProcessListener - Interface in edu.cmu.sphinx.frontend.util
An interface which is describes the functionality which is required to handle new file signals fired by the aduio-data sources.
audioFileProcFinished(File) - Method in interface edu.cmu.sphinx.frontend.util.AudioFileProcessListener
This method is invoked whenever a file processing has finished within a audio file data source.
audioFileProcStarted(File) - Method in interface edu.cmu.sphinx.frontend.util.AudioFileProcessListener
This method is invoked whenever a new file is started to become processed by an audio file data source.
AudioPanel - Class in edu.cmu.sphinx.tools.audio
Provides an interface to view and play back various forms of an audio signal.
AudioPanel(AudioData, float, float) - Constructor for class edu.cmu.sphinx.tools.audio.AudioPanel
Creates a new AudioPanel.
AudioPlayer - Class in edu.cmu.sphinx.tools.audio
Plays an AudioData in a separate thread.
AudioPlayer(AudioData) - Constructor for class edu.cmu.sphinx.tools.audio.AudioPlayer
Creates a new AudioPlayer for the given AudioData.
AudioTool - Class in edu.cmu.sphinx.tools.audio
Records and displays the waveform and spectrogram of an audio signal.
AudioTool() - Constructor for class edu.cmu.sphinx.tools.audio.AudioTool
 
AUTO_ALLOCATE - Static variable in class edu.cmu.sphinx.decoder.AbstractDecoder
If set to true the used search-manager will be automatically allocated in newProperties().
available() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 

B

barkToHertz(double) - Method in class edu.cmu.sphinx.frontend.frequencywarp.FrequencyWarper
Compute linear frequency in Hertz from Bark frequency.
BaseDataProcessor - Class in edu.cmu.sphinx.frontend
An abstract DataProcessor implementing elements common to all concrete DataProcessors, such as name, predecessor, and timer.
BaseDataProcessor() - Constructor for class edu.cmu.sphinx.frontend.BaseDataProcessor
 
baseDir - Static variable in class edu.cmu.sphinx.frontend.util.test.AudioDataSourcesTest
 
BatchCMN - Class in edu.cmu.sphinx.frontend.feature
Applies cepstral mean normalization (CMN), sometimes called channel mean normalization, to incoming cepstral data.
BatchCMN() - Constructor for class edu.cmu.sphinx.frontend.feature.BatchCMN
 
BatchFile - Class in edu.cmu.sphinx.util
Provides a set of utilities methods for manipulating batch files.
BatchFile() - Constructor for class edu.cmu.sphinx.util.BatchFile
 
BatchForcedAlignerGrammar - Class in edu.cmu.sphinx.linguist.language.grammar
Copyright 1999-2006 Carnegie Mellon University.
BatchForcedAlignerGrammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.BatchForcedAlignerGrammar
 
BatchForcedAlignerRecognizer - Class in edu.cmu.sphinx.tools.batch
Copyright 1999-2002 Carnegie Mellon University.
BatchForcedAlignerRecognizer() - Constructor for class edu.cmu.sphinx.tools.batch.BatchForcedAlignerRecognizer
 
BatchItem - Class in edu.cmu.sphinx.util
Provides a standard interface to for a single decode in a batch of decodes
BatchItem(String, String) - Constructor for class edu.cmu.sphinx.util.BatchItem
Creates a batch item
BatchManager - Interface in edu.cmu.sphinx.util
Provides a standard interface to a batching mechanism
BatchModeRecognizer - Class in edu.cmu.sphinx.tools.batch
Decodes a batch file containing a list of files to decode.
BatchModeRecognizer() - Constructor for class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
BatchNISTRecognizer - Class in edu.cmu.sphinx.tools.batch
Copyright 1999-2002 Carnegie Mellon University.
BatchNISTRecognizer() - Constructor for class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
BatchNISTRecognizer.CTLUtterance - Class in edu.cmu.sphinx.tools.batch
 
BeamFinder - Class in edu.cmu.sphinx.instrumentation
Monitors the absolute and relative beam sizes required to achieve the optimum recognition results and reports this data.
BeamFinder() - Constructor for class edu.cmu.sphinx.instrumentation.BeamFinder
 
BEGIN - Static variable in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
HMM is at the beginning position of the word
BestConfidenceAccuracyTracker - Class in edu.cmu.sphinx.instrumentation
Tracks and reports recognition accuracy using the "confidenceScorer" component specified in the ConfigurationManager.
BestConfidenceAccuracyTracker() - Constructor for class edu.cmu.sphinx.instrumentation.BestConfidenceAccuracyTracker
 
BestPathAccuracyTracker - Class in edu.cmu.sphinx.instrumentation
Tracks and reports recognition accuracy based upon the highest scoring path in a Result.
BestPathAccuracyTracker() - Constructor for class edu.cmu.sphinx.instrumentation.BestPathAccuracyTracker
 
bfaGrammar - Variable in class edu.cmu.sphinx.tools.batch.BatchForcedAlignerRecognizer
 
BinaryLoader - Class in edu.cmu.sphinx.linguist.language.ngram.large
Reads a binary language model file generated by the CMU-Cambridge Statistical Language Modelling Toolkit.
BinaryLoader(String, File, boolean, LogMath, float, double, float) - Constructor for class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Initializes the binary loader
BOOLEAN - Static variable in class edu.cmu.sphinx.tools.gui.util.PropertyType
An integer type
BranchState - Class in edu.cmu.sphinx.linguist.flat
Represents a branching node in a grammar
BranchState(String, String, int) - Constructor for class edu.cmu.sphinx.linguist.flat.BranchState
Creates a branch state
buildID(int, int, int) - Method in class edu.cmu.sphinx.linguist.util.HMMPool
Builds an id from the given unit and its left and right unit ids
BYTES_PER_BIGRAM - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The number of bytes per bigram in the LM file generated by the CMU-Cambridge Statistical Language Modelling Toolkit.
BYTES_PER_TRIGRAM - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The number of bytes per trigram in the LM file generated by the CMU-Cambridge Statistical Language Modelling Toolkit.
bytesToFile(byte[], String) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Saves the given bytes to the given binary file.
bytesToShort(byte[], int) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Convert the two bytes starting at the given offset to a short.
bytesToShort(AudioFormat, byte[]) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Convert the bytes starting at the given offset to a signed short based upon the AudioFormat.
bytesToValues(byte[], int, int, int, boolean) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Converts a big-endian byte array into an array of doubles.
byteToShortArray(byte[], int, int) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Converts a byte array into a short array.

C

calculateComponentScore(Data) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Calculate scores for each component in the senone's distribution.
calculateComponentScore(Data) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Calculates the scores for each component in the senone.
calculateComponentScore(Data) - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Senone
Calculates the component scores for the mixture components in this senone based upon the given feature.
calculateComponentScore(Data) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Gets the scores for each mixture component in this HMM state
calculateScore(Data) - Method in interface edu.cmu.sphinx.decoder.scorer.Scoreable
Calculates a score against the given data.
calculateScore(Data) - Method in class edu.cmu.sphinx.decoder.search.Token
Calculates a score against the given feature.
calculateScore(Data) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Calculates the score for the senone.
calculateScores(List<Token>) - Method in class edu.cmu.sphinx.decoder.scorer.AbstractScorer
Scores the given set of states.
calculateScores(List<Token>) - Method in interface edu.cmu.sphinx.decoder.scorer.AcousticScorer
Scores the given set of states
calculateVULevels(Data) - Method in class edu.cmu.sphinx.frontend.util.VUMeter
 
calculateVULevels(byte[], int, int) - Method in class edu.cmu.sphinx.frontend.util.VUMeter
 
centerFreqInBark - Variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFilter
The center frequency of the filter in Bark.
centerFreqInHz - Variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFilter
The center frequency of the filter in Hertz.
change(String, String) - Method in class edu.cmu.sphinx.tools.gui.RawPropertyData
Change property value
change(String, List) - Method in class edu.cmu.sphinx.tools.gui.RawPropertyData
Change property value
changeConfigurationPropValue(String, String, String) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
Change the value of a specific property inside one of the configuration sets
changeConfigurationPropValue(String, String, List) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
Change the value of a specific property inside one of the configuration sets
changeSuccessor(Token, Token) - Method in class edu.cmu.sphinx.decoder.search.AlternateHypothesisManager
Chantge the successor from one token to another
checkDuplicateConfigurationSet(String) - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
Check if there is already a configuration set with this name in the whole model
child(SearchState, float, float, float, int) - Method in class edu.cmu.sphinx.decoder.search.Token
Constructs a new token that continues the search from the current token.
CIPhoneLoop - Class in edu.cmu.sphinx.linguist.flat
Constructs a loop of all the context-independent phones.
CIPhoneLoop(AcousticModel, float) - Constructor for class edu.cmu.sphinx.linguist.flat.CIPhoneLoop
Creates the CIPhoneLoop with the given acoustic model and phone insertion probability
ClassFinder - Class in edu.cmu.sphinx.tools.gui.util
This class is used mainly to facilitate scanning all the folders of sphinx system, and to filter classes that are Configurable (implements 'edu.cmu.sphinx.util.props.Configurable' in one of the ancestors) and are not of Interface type.
ClassFinder() - Constructor for class edu.cmu.sphinx.tools.gui.util.ClassFinder
 
ClassTraverseTester - Class in edu.cmu.sphinx.tools.gui.util
This class is used to traverse the sphinx system; used to test if model built is correct
ClassTraverseTester() - Constructor for class edu.cmu.sphinx.tools.gui.util.ClassTraverseTester
 
clear() - Method in class edu.cmu.sphinx.decoder.search.ArrayTokenStack
Removes all of the Tokens from this TokenStack
clear() - Method in interface edu.cmu.sphinx.decoder.search.TokenStack
Removes all of the Tokens from this TokenStack
clear() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Clears all cached audio data.
clearAll() - Method in interface edu.cmu.sphinx.tools.gui.GUIFileActionListener
clear all data in the GUI
clearAll() - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
This method is inherited from GUIFileActionListener Delete all configurable property values that are stored in the Model
clearBuffer() - Method in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
 
clearInstance() - Static method in class edu.cmu.sphinx.util.LogMath
Resets the singelton instance kept by this class.
clone() - Method in class edu.cmu.sphinx.frontend.DoubleData
Returns a clone of this Data object.
clone() - Method in class edu.cmu.sphinx.frontend.FloatData
Returns a clone of this Data object.
clone() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
clone() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
clone() - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Creates a deep copy of the given CM instance.
close() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
close() - Method in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
Do clean up
close() - Method in class edu.cmu.sphinx.util.CommandInterpreter
 
close() - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Closes the tokenizer
close() - Method in class edu.cmu.sphinx.util.SocketCommandClient
Closes the socket connection
CM_FILE_SUFFIX - Static variable in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
The default file suffix of configuration files.
CMUTests - Class in edu.cmu.sphinx.util.props.test
Some unit-tests for the ConfigurationManagerUtils.
CMUTests() - Constructor for class edu.cmu.sphinx.util.props.test.CMUTests
 
collectOutput(BaseDataProcessor) - Method in class edu.cmu.sphinx.frontend.test.AbstractTestProcessor
 
collectOutput(double) - Method in class edu.cmu.sphinx.frontend.test.DataBlockerTest
 
collectStates(SentenceHMMState) - Static method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Collect all states starting from the given start state
Color - Class in edu.cmu.sphinx.linguist.flat
A Color is used to tag SentenceHMM nodes
CommandInterface - Interface in edu.cmu.sphinx.util
An interface implemented by command functions typically added to a command interpreter
CommandInterpreter - Class in edu.cmu.sphinx.util
This class is a command interpreter.
CommandInterpreter(BufferedReader, PrintWriter) - Constructor for class edu.cmu.sphinx.util.CommandInterpreter
Creates a command interpreter that reads/writes on the given streams.
CommandInterpreter() - Constructor for class edu.cmu.sphinx.util.CommandInterpreter
Creates a command interpreter that won't read a stream.
commentChar(int) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Specified that the character argument starts a single-line comment.
COMP_LOG_LEVEL - Static variable in class edu.cmu.sphinx.util.props.PropertySheet
 
COMPARATOR - Static variable in class edu.cmu.sphinx.decoder.search.Token
a token comparator that is used to order tokens in descending order
Complex - Class in edu.cmu.sphinx.util
Implements complex types and arythmetics
Complex() - Constructor for class edu.cmu.sphinx.util.Complex
Create a default complex number
Complex(double) - Constructor for class edu.cmu.sphinx.util.Complex
Create a complex number from a real one
Complex(double, double) - Constructor for class edu.cmu.sphinx.util.Complex
Create a complex number from the real and imaginary parts
COMPONENT - Static variable in class edu.cmu.sphinx.tools.gui.util.PropertyType
A String type
COMPONENT_LIST - Static variable in class edu.cmu.sphinx.tools.gui.util.PropertyType
An array of components
componentAdded(ConfigurationManager, PropertySheet) - Method in interface edu.cmu.sphinx.util.props.ConfigurationChangeListener
Called if a new compoenent defined by ps was registered to the ConfigurationManager cm.
ComponentListTests - Class in edu.cmu.sphinx.util.props.test
DOCUMENT ME!
ComponentListTests() - Constructor for class edu.cmu.sphinx.util.props.test.ComponentListTests
 
ComponentPropertyTest - Class in edu.cmu.sphinx.util.props.test
DOCUMENT ME!
ComponentPropertyTest() - Constructor for class edu.cmu.sphinx.util.props.test.ComponentPropertyTest
 
componentRemoved(ConfigurationManager, PropertySheet) - Method in interface edu.cmu.sphinx.util.props.ConfigurationChangeListener
Called if a compoenent defined by ps was unregistered (removed) from the ConfigurationManager cm.
componentRenamed(ConfigurationManager, PropertySheet, String) - Method in interface edu.cmu.sphinx.util.props.ConfigurationChangeListener
Called if a compoenent was renamed.
CompositeSenone - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Represents a composite senone.
CompositeSenone(Senone[], float) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Constructs a CompositeSenone given the set of constiuent senones
computeNodePosteriors(float) - Method in class edu.cmu.sphinx.result.Lattice
Compute the utterance-level posterior for every node in the lattice, i.e. the probability that this node occurs on any path through the lattice.
computeNodePosteriors(float, boolean) - Method in class edu.cmu.sphinx.result.Lattice
Compute the utterance-level posterior for every node in the lattice, i.e. the probability that this node occurs on any path through the lattice.
ConcatAudioFileDataSource - Class in edu.cmu.sphinx.frontend.util
Concatenates a list of audio files as one continuous audio stream.
ConcatAudioFileDataSource() - Constructor for class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
ConcatAudioFileDataSource(int) - Constructor for class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
ConcatFileDataSource - Class in edu.cmu.sphinx.frontend.util
Concatenates a list raw headerless audio files as one continuous audio stream.
ConcatFileDataSource() - Constructor for class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
 
ConfCategory - Annotation Type in edu.cmu.sphinx.util.props
An annotation which can be used to tag classes.
ConfidenceResult - Interface in edu.cmu.sphinx.result

Shows the confidence information about a Result.

ConfidenceScorer - Interface in edu.cmu.sphinx.result

Computes confidences for a Result.

ConfigConverter - Class in edu.cmu.sphinx.tools.gui.writer
This is a helper class to convert from ConfigProperties to String format that's ready to be written to .config.XML file
ConfigMonitor - Class in edu.cmu.sphinx.instrumentation
Shows the configuration currently in use.
ConfigMonitor() - Constructor for class edu.cmu.sphinx.instrumentation.ConfigMonitor
 
ConfigProperties - Class in edu.cmu.sphinx.tools.gui
This class stores all the configuration information to be written to output and the properties loaded from input file It does not create any HashMap instances, so these responsibilites are on the creator and be careful when modifying the globalProperties and propertyMap because the original data would also be modified
ConfigProperties() - Constructor for class edu.cmu.sphinx.tools.gui.ConfigProperties
Creates a new instance of ConfigProperties
Configurable - Interface in edu.cmu.sphinx.util.props
Defines the interface that must be implemented by any configurable component in Sphinx-4.
ConfigurableAdapter - Class in edu.cmu.sphinx.util.props
An empty dummy implementation of the Configurable interface.
ConfigurableAdapter() - Constructor for class edu.cmu.sphinx.util.props.ConfigurableAdapter
 
ConfigurableComponent - Class in edu.cmu.sphinx.tools.gui.util
This class holds information about one configurable class in the Sphinx model Which includes the classname, property list, class description,group name, and the configuration sets that are defined for this class This class, combined with ConfigurableProperty construct the Sphinx model.
ConfigurableComponent(String, Class, String, String) - Constructor for class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
Creates a new instance of ConfigurableComponent
ConfigurableProperty - Class in edu.cmu.sphinx.tools.gui.util
This class holds information about a Configurable property that is owned by a Configurable class.
ConfigurableProperty(String, String, PropertyType, String, String) - Constructor for class edu.cmu.sphinx.tools.gui.util.ConfigurableProperty
Creates a new instance of ConfigurableProperty
ConfigurableProperty(String, String, PropertyType, String, String, String) - Constructor for class edu.cmu.sphinx.tools.gui.util.ConfigurableProperty
Creates a new instance of ConfigurableProperty, and this property needs a certain class type as value
ConfigurableUtilException - Exception in edu.cmu.sphinx.tools.gui.util
This exception class is thrown when there is an error in the operation of ModelBuilder, ConfigurableComponentConfigurableProperty
ConfigurableUtilException(String, int) - Constructor for exception edu.cmu.sphinx.tools.gui.util.ConfigurableUtilException
Creates a new instance of ConfigurableUtilException with the specific mode that describe the reason, and message
configurationChanged(String, String, ConfigurationManager) - Method in interface edu.cmu.sphinx.util.props.ConfigurationChangeListener
Called if the configuration of a registered compoenent named configurableName was changed.
ConfigurationChangeListener - Interface in edu.cmu.sphinx.util.props
Describes all methods necessary to process change events of a ConfigurationManager.
ConfigurationManager - Class in edu.cmu.sphinx.util.props
Manages a set of Configurables, their parametrization and the relationships between them.
ConfigurationManager() - Constructor for class edu.cmu.sphinx.util.props.ConfigurationManager
Creates a new empty configuration manager.
ConfigurationManager(String) - Constructor for class edu.cmu.sphinx.util.props.ConfigurationManager
Creates a new configuration manager.
ConfigurationManager(URL) - Constructor for class edu.cmu.sphinx.util.props.ConfigurationManager
Creates a new configuration manager.
ConfigurationManagerTest - Class in edu.cmu.sphinx.util.props.test
Some unit tests, which ensure a proper implementation of configuration management.
ConfigurationManagerTest() - Constructor for class edu.cmu.sphinx.util.props.test.ConfigurationManagerTest
 
ConfigurationManagerUtils - Class in edu.cmu.sphinx.util.props
Some static utitity methods which ease the handling of system configurations.
configureLogger() - Static method in class edu.cmu.sphinx.decoder.scorer.ScorerTests
 
configureLogger(ConfigurationManager) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Configure the logger
configureLogger(Logger) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Configures a logger to use the sphinx4-log-formatter.
ConfusionSet - Class in edu.cmu.sphinx.result
A confusion set is a set of words with their associated posteriors.
ConfusionSet() - Constructor for class edu.cmu.sphinx.result.ConfusionSet
 
confusionSetIterator() - Method in interface edu.cmu.sphinx.result.ConfidenceResult
Iterator through the confusion sets in this result.
confusionSetIterator() - Method in class edu.cmu.sphinx.result.Sausage
Get an iterator for the sausage.
confusionSetIterator(int) - Method in class edu.cmu.sphinx.result.Sausage
Get an iterator for the sausage.
connect(SentenceHMMStateArc) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Connects the arc to this sentence hmm.
contains(String) - Method in class edu.cmu.sphinx.tools.gui.RawPropertyData
Determines if the map already contains an entry for this property
containsConfigurationSet(String) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
check if this component has a RawPropertyData configuration set with specified name
containsFiller() - Method in class edu.cmu.sphinx.result.ConfusionSet
Check whether this confusion set contains any fillers.
containsProperty(String) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
Check if component has the property
containsWord(String) - Method in class edu.cmu.sphinx.result.ConfusionSet
Check whether this confusion set contains the given word
Context - Class in edu.cmu.sphinx.linguist.acoustic
Represents the context for a unit
CONVERT_D2F - Static variable in class edu.cmu.sphinx.frontend.util.DataConverter
 
CONVERT_F2D - Static variable in class edu.cmu.sphinx.frontend.util.DataConverter
 
convertDoublesToAudioStream(double[], int) - Static method in class edu.cmu.sphinx.frontend.util.WavWriter
 
countWordHypotheses() - Method in class edu.cmu.sphinx.result.Sausage
 
create(Collection, float) - Static method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
a factory method that creates a CompositeSenone from a list of senones.
create(List) - Static method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence
a factory method that creates a SeononeSequence from a list of senones.
createDataFilter(boolean) - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarkerTest
 
createDataFilter(boolean) - Method in class edu.cmu.sphinx.frontend.endpoint.test.NonSpeechDataFilterTest
 
createDataInput(int, int, int, int) - Static method in class edu.cmu.sphinx.frontend.test.DataBlockerTest
 
createFeatVectors(double, int, long, int, double) - Static method in class edu.cmu.sphinx.frontend.test.AbstractTestProcessor
 
createNewSet(String) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
This function is used to create a new configuration set for this type of class The property values are set as their default values
createRandFeatureVector(int, double[], double[]) - Static method in class edu.cmu.sphinx.frontend.test.AbstractTestProcessor
 
crop() - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Crops the audio data between the start and end selections.

D

Data - Interface in edu.cmu.sphinx.frontend
Implements the interface for all Data objects that passes between DataProcessors.
DATA_LISTENERS - Static variable in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
 
DATA_PROCS - Static variable in class edu.cmu.sphinx.util.props.test.DummyFrontEnd
 
DataBlocker - Class in edu.cmu.sphinx.frontend
A DataProcessor which wraps incoming DoubleData-objects into equally size blocks of defined length.
DataBlocker() - Constructor for class edu.cmu.sphinx.frontend.DataBlocker
 
DataBlocker(double) - Constructor for class edu.cmu.sphinx.frontend.DataBlocker
 
DataBlockerTest - Class in edu.cmu.sphinx.frontend.test
Some small tests which ensure that the DataBlocker works properly.
DataBlockerTest() - Constructor for class edu.cmu.sphinx.frontend.test.DataBlockerTest
 
DataBufferProcessor - Class in edu.cmu.sphinx.frontend.databranch
A FIFO-buffer for Data-elements.
DataBufferProcessor() - Constructor for class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
 
DataConverter - Class in edu.cmu.sphinx.frontend.util
A simple converter which converts DoubleData to FloatData and vv (depending on its configuration).
DataConverter() - Constructor for class edu.cmu.sphinx.frontend.util.DataConverter
 
DataDumper - Class in edu.cmu.sphinx.frontend.util
Dumps the data
DataDumper() - Constructor for class edu.cmu.sphinx.frontend.util.DataDumper
 
DataEndSignal - Class in edu.cmu.sphinx.frontend
A signal that indicates the end of data.
DataEndSignal(long) - Constructor for class edu.cmu.sphinx.frontend.DataEndSignal
Constructs a DataEndSignal.
DataEndSignal(long, long) - Constructor for class edu.cmu.sphinx.frontend.DataEndSignal
Constructs a DataEndSignal with the given creation time.
DataListener - Interface in edu.cmu.sphinx.frontend.databranch
Defines some API-elements for Data-observer classes.
DataProcessingException - Exception in edu.cmu.sphinx.frontend
Thrown to indicate that a DataProcessor has problems processing incoming Data objects.
DataProcessingException() - Constructor for exception edu.cmu.sphinx.frontend.DataProcessingException
Constructs a DataProcessingException with no detailed message.
DataProcessingException(String) - Constructor for exception edu.cmu.sphinx.frontend.DataProcessingException
Constructs a DataProcessingException with the specified detailed message.
DataProcessor - Interface in edu.cmu.sphinx.frontend
A processor that performs a signal processing function.
DataProducer - Interface in edu.cmu.sphinx.frontend.databranch
Some API-elements which are shared by components which can generate Datas.
DataStartSignal - Class in edu.cmu.sphinx.frontend
A signal that indicates the start of data.
DataStartSignal(int) - Constructor for class edu.cmu.sphinx.frontend.DataStartSignal
Constructs a DataStartSignal.
DataStartSignal(int, long) - Constructor for class edu.cmu.sphinx.frontend.DataStartSignal
Constructs a DataStartSignal at the given time.
DataStartSignal(int, boolean) - Constructor for class edu.cmu.sphinx.frontend.DataStartSignal
Constructs a DataStartSignal at the given time.
DataStartSignal(int, long, boolean) - Constructor for class edu.cmu.sphinx.frontend.DataStartSignal
Constructs a DataStartSignal at the given time.
DataUtil - Class in edu.cmu.sphinx.frontend.util
Defines utility methods for manipulating data values.
deallocate() - Method in class edu.cmu.sphinx.decoder.AbstractDecoder
Deallocate resources
deallocate() - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
 
deallocate() - Method in interface edu.cmu.sphinx.decoder.pruner.Pruner
Deallocates resources necessary for this pruner
deallocate() - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
 
deallocate() - Method in class edu.cmu.sphinx.decoder.scorer.AbstractScorer
 
deallocate() - Method in interface edu.cmu.sphinx.decoder.scorer.AcousticScorer
Deallocates resouces for this scorer
deallocate() - Method in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
 
deallocate() - Method in interface edu.cmu.sphinx.decoder.search.SearchManager
Deallocates resources necessary for this search.
deallocate() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
deallocate() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
 
deallocate() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Deallocates previously allcoated resources
deallocate() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
 
deallocate() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
 
deallocate() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
 
deallocate() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Deallocates the dictionary
deallocate() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
 
deallocate() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
 
deallocate() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
deallocate() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Deallocate resources allocated to this grammar
deallocate() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Deallocate resources allocated to this language model
deallocate() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
deallocate() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
deallocate() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
deallocate() - Method in interface edu.cmu.sphinx.linguist.Linguist
Deallocates the linguist.
deallocate() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
deallocate() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
deallocate() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
deallocate() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
 
deallocate() - Method in class edu.cmu.sphinx.recognizer.Recognizer
Deallocates the recognizer.
DEALLOCATED - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer is in the deallocated state.
DEALLOCATING - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer is deallocating resources
decode(String) - Method in class edu.cmu.sphinx.decoder.AbstractDecoder
Decode frames until recognition is complete
decode(String) - Method in class edu.cmu.sphinx.decoder.Decoder
Decode frames until recognition is complete.
decode(String) - Method in class edu.cmu.sphinx.decoder.FrameDecoder
Decode a single frame.
decode(String) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
Decodes the batch of audio files
decode() - Method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
decode() - Method in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
Decodes the batch of audio files
Decoder - Class in edu.cmu.sphinx.decoder
The primary decoder class
Decoder() - Constructor for class edu.cmu.sphinx.decoder.Decoder
 
DEFAULT_DIST_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
 
DEFAULT_VAR_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
 
deleteAllConfigurationProp() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
Delete all configuration sets from this component
deleteConfigurationProp(String) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
Delete the configuration set with specified name
deleteOneConfigurationPropFromSet(String, String) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
Remove a specific property from one of the configuration sets
DeltasFeatureExtractor - Class in edu.cmu.sphinx.frontend.feature
Computes the delta and double delta of input cepstrum (or plp or ...).
DeltasFeatureExtractor() - Constructor for class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
 
detect() - Method in class edu.cmu.sphinx.util.GapInsertionDetector
Detect the gap insertion errors.
df - Static variable in class edu.cmu.sphinx.util.MatrixUtils
 
Dictionary - Interface in edu.cmu.sphinx.linguist.dictionary
Provides a generic interface to a dictionary.
dimension() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
 
dimension() - Method in class edu.cmu.sphinx.util.machlearn.OVector
Returns the dimension of this observation.
DIRECTORY - Static variable in class edu.cmu.sphinx.util.StreamFactory
Identifies a plain directory.
DiscreteCosineTransform - Class in edu.cmu.sphinx.frontend.transform
Applies a logarithm and then a Discrete Cosine Transform (DCT) to the input data.
DiscreteCosineTransform() - Constructor for class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
 
DiscreteCosineTransform2 - Class in edu.cmu.sphinx.frontend.transform
Applies the optimized MelCosine filter used in pocketsphinx to the given melspectrum.
DiscreteCosineTransform2() - Constructor for class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform2
 
DiscreteFourierTransform - Class in edu.cmu.sphinx.frontend.transform
Computes the Discrete Fourier Transform (FT) of an input sequence, using Fast Fourier Transform (FFT).
DiscreteFourierTransform() - Constructor for class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
 
Dither - Class in edu.cmu.sphinx.frontend.filter
Implements a dither for the incoming packet.
Dither() - Constructor for class edu.cmu.sphinx.frontend.filter.Dither
 
divideComplex(Complex, Complex) - Method in class edu.cmu.sphinx.util.Complex
Method to divide two complex numbers.
DOUBLE - Static variable in class edu.cmu.sphinx.tools.gui.util.PropertyType
A floating point type
double2float(double[]) - Static method in class edu.cmu.sphinx.util.MatrixUtils
 
double2float(double[][]) - Static method in class edu.cmu.sphinx.util.MatrixUtils
 
doubleArrayToString(double[]) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns the given double array as a string.
DoubleData - Class in edu.cmu.sphinx.frontend
A Data object that holds data of primitive type double.
DoubleData(double[]) - Constructor for class edu.cmu.sphinx.frontend.DoubleData
Constructs a new Data object with values only.
DoubleData(double[], int, long, long) - Constructor for class edu.cmu.sphinx.frontend.DoubleData
Constructs a Data object with the given values, collect time, and first sample number.
DoubleData2FloatData(DoubleData) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Converts FloatData object to DoubleData.
doubleToScientificString(double, int) - Static method in class edu.cmu.sphinx.util.Utilities
Returns the string representation of the given double value in normalized scientific notation.
downsample(short[], int, int) - Static method in class edu.cmu.sphinx.tools.audio.Downsampler
Downsamples the given audio clip from the given input sample rate to the given output sample rate.
Downsampler - Class in edu.cmu.sphinx.tools.audio
Downsamples an audio clip.
Downsampler() - Constructor for class edu.cmu.sphinx.tools.audio.Downsampler
 
DummyComp - Class in edu.cmu.sphinx.util.props.test
 
DummyComp() - Constructor for class edu.cmu.sphinx.util.props.test.DummyComp
 
DummyFrontEnd - Class in edu.cmu.sphinx.util.props.test
DOCUMENT ME!
DummyFrontEnd() - Constructor for class edu.cmu.sphinx.util.props.test.DummyFrontEnd
 
DummyFrontEndProcessor - Interface in edu.cmu.sphinx.util.props.test
DOCUMENT ME!
DummyProcessor - Class in edu.cmu.sphinx.util.props.test
DOCUMENT ME!
DummyProcessor() - Constructor for class edu.cmu.sphinx.util.props.test.DummyProcessor
 
dump() - Method in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Dumps out debug info for the active list manager
dump() - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
Outputs debugging info for this list manager
dump(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Dumps this senone
dump(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Dumps this senone.
dump(String) - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Senone
Dumps a senone
dump(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence
Dumps this senone sequence
dump() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Dumps this FastDictionary to System.out.
dump() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Dumps a pronunciation
dump() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Dumps the grammar
dump() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Dumps the language model
dump(String) - Method in class edu.cmu.sphinx.result.ConfusionSet
Dumps out the contents of this ConfusionSet.
dump(String) - Method in class edu.cmu.sphinx.result.Lattice
Dump the Lattice as a .LAT file.
dump() - Method in class edu.cmu.sphinx.util.StatisticsVariable
Dumps this StatisticsVariable.
dump() - Method in class edu.cmu.sphinx.util.Timer
Dump the timer.
dump(PrintWriter, int, String) - Static method in class edu.cmu.sphinx.util.Utilities
Dumps padded text.
dumpAISee(String, String) - Method in class edu.cmu.sphinx.result.Lattice
Dump the Lattice in the form understood by AiSee (a graph visualization tool).
dumpAISee(String, String) - Method in class edu.cmu.sphinx.result.Sausage
Write this sausage to an aisee format text file.
dumpAll() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Dumps this SentenceHMMState and all its successors.
dumpAll() - Static method in class edu.cmu.sphinx.util.StatisticsVariable
Dump all of the StatisticsVariable in the given context
dumpAll() - Static method in class edu.cmu.sphinx.util.Timer
Dump all timers
dumpAllPaths() - Method in class edu.cmu.sphinx.result.Lattice
Dump all paths through this Lattice.
dumpAscii(String) - Method in class edu.cmu.sphinx.tools.feature.FeatureFileDumper
Dumps the feature to the given ascii output file.
dumpBinary(String) - Method in class edu.cmu.sphinx.tools.feature.FeatureFileDumper
Dumps the feature to the given binary output.
dumpComponentAsGDL(ConfigurationManager, PrintStream, String) - Static method in class edu.cmu.sphinx.util.props.tools.GDLDumper
Dumps the given component as GDL to the given stream
dumpComponentAsHTML(PrintStream, String, PropertySheet) - Static method in class edu.cmu.sphinx.util.props.tools.HTMLDumper
Dumps the given component as HTML to the given stream
dumpFooter(PrintStream) - Static method in class edu.cmu.sphinx.util.props.tools.HTMLDumper
Dumps the footer for HTML output
dumpGDL(String) - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Dumps the grammar in GDL form
dumpGDL(String, String) - Method in class edu.cmu.sphinx.result.TokenGraphDumper
Dumps the GDL output of the search space to the given file.
dumpGDL(String) - Method in class edu.cmu.sphinx.result.TokenGraphDumper
Dumps the GDL output.
dumpGDLFooter(PrintStream) - Static method in class edu.cmu.sphinx.util.props.tools.GDLDumper
Dumps the footer for GDL output
dumpGDLHeader(PrintStream) - Static method in class edu.cmu.sphinx.util.props.tools.GDLDumper
Outputs the GDL header
dumpGrammar(String) - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Dumps the grammar
dumpHeader(PrintStream) - Static method in class edu.cmu.sphinx.util.props.tools.HTMLDumper
Dumps the header for HTML output
dumpInfo() - Method in class edu.cmu.sphinx.linguist.util.HMMPool
Dumps out info about this pool
dumpMemoryInfo(String) - Static method in class edu.cmu.sphinx.util.Utilities
Dumps out memory information
dumpPropStructure(ConfigurationManager) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
dumpRandomSentences(String, int) - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Dump a set of random sentences that fit this grammar
dumpRandomSentences(int) - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Dump a set of random sentences that fit this grammar
dumpStatistics() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Dumps statistics for this grammar
dumpTokenPath() - Method in class edu.cmu.sphinx.decoder.search.Token
dumps a branch of tokens
dumpTokenPath(boolean) - Method in class edu.cmu.sphinx.decoder.search.Token
dumps a branch of tokens
DynamicFlatLinguist - Class in edu.cmu.sphinx.linguist.dflat
A simple form of the linguist.
DynamicFlatLinguist() - Constructor for class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
 

E

Edge - Class in edu.cmu.sphinx.result
Edges are part of Lattices.
editConfig(ConfigurationManager, String) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
edu.cmu.sphinx.decoder - package edu.cmu.sphinx.decoder
Provides a set of high level classes that can be used to configure and initiate the speech recognition decoding process.
edu.cmu.sphinx.decoder.pruner - package edu.cmu.sphinx.decoder.pruner
Provides an interface that represents the pruning facility
edu.cmu.sphinx.decoder.scorer - package edu.cmu.sphinx.decoder.scorer
Provides an interface that represents entities that can be scored, and an interface and several implementations of a scorer that can score these entities.
edu.cmu.sphinx.decoder.search - package edu.cmu.sphinx.decoder.search
Provides classes and interfaces that are used to manage the search through the search graph.
edu.cmu.sphinx.frontend - package edu.cmu.sphinx.frontend
Provides a set of high level classes and interfaces that are used to perform digital signal processing for speech recognition.
edu.cmu.sphinx.frontend.databranch - package edu.cmu.sphinx.frontend.databranch
This package contains some classes to create a subbranch of a FronEnd at an arbitrary position.
edu.cmu.sphinx.frontend.endpoint - package edu.cmu.sphinx.frontend.endpoint
Provides classes and interfaces used for speech endpointing.
edu.cmu.sphinx.frontend.endpoint.test - package edu.cmu.sphinx.frontend.endpoint.test
 
edu.cmu.sphinx.frontend.feature - package edu.cmu.sphinx.frontend.feature
Provides classes that processes features.
edu.cmu.sphinx.frontend.filter - package edu.cmu.sphinx.frontend.filter
Provides classes that implement frequency filters
edu.cmu.sphinx.frontend.frequencywarp - package edu.cmu.sphinx.frontend.frequencywarp
Provides classes that perform frequency warping.
edu.cmu.sphinx.frontend.test - package edu.cmu.sphinx.frontend.test
 
edu.cmu.sphinx.frontend.transform - package edu.cmu.sphinx.frontend.transform
Provides classes that transform data from one domain into another.
edu.cmu.sphinx.frontend.util - package edu.cmu.sphinx.frontend.util
Provides classes that are generally useful to the various frontend classes.
edu.cmu.sphinx.frontend.util.test - package edu.cmu.sphinx.frontend.util.test
 
edu.cmu.sphinx.frontend.window - package edu.cmu.sphinx.frontend.window
Provides classes that implement windowing functions
edu.cmu.sphinx.instrumentation - package edu.cmu.sphinx.instrumentation
Provides a set of classes that monitor and track operational aspects of the Sphinx system.
edu.cmu.sphinx.linguist - package edu.cmu.sphinx.linguist
Provides a set of interfaces and classes that are used to define the search graph used by the decoder.
edu.cmu.sphinx.linguist.acoustic - package edu.cmu.sphinx.linguist.acoustic
Provides classes that represent the acoustic model.
edu.cmu.sphinx.linguist.acoustic.tiedstate - package edu.cmu.sphinx.linguist.acoustic.tiedstate
Provides classes that represent acoustic model in terms of a set of tied states.
edu.cmu.sphinx.linguist.acoustic.tiedstate.test - package edu.cmu.sphinx.linguist.acoustic.tiedstate.test
 
edu.cmu.sphinx.linguist.acoustic.trivial - package edu.cmu.sphinx.linguist.acoustic.trivial
Provides classes that represent a trivial acoustic model.
edu.cmu.sphinx.linguist.dflat - package edu.cmu.sphinx.linguist.dflat
 
edu.cmu.sphinx.linguist.dictionary - package edu.cmu.sphinx.linguist.dictionary
Provides a generic interface to a dictionary as well as several implementations.
edu.cmu.sphinx.linguist.flat - package edu.cmu.sphinx.linguist.flat
Provides an implementation of the Linguist that statically represents the search space as a flat graph, where each word in the vocabulary has its own branch.
edu.cmu.sphinx.linguist.language.grammar - package edu.cmu.sphinx.linguist.language.grammar
Provides classes and interfaces that can be used to represent a graph of words and word transitions.
edu.cmu.sphinx.linguist.language.ngram - package edu.cmu.sphinx.linguist.language.ngram
Provides classes and interfaces that represent a stochastic language model
edu.cmu.sphinx.linguist.language.ngram.large - package edu.cmu.sphinx.linguist.language.ngram.large
Provides an implementation of the LanguageModel interface.
edu.cmu.sphinx.linguist.lextree - package edu.cmu.sphinx.linguist.lextree
Provides an implementation of the Linguist that represents the search space as a lex tree.
edu.cmu.sphinx.linguist.util - package edu.cmu.sphinx.linguist.util
Provides a set of classes that are useful by implementations of the Linguist interface.
edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz - package edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz
 
edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz - package edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz
 
edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz - package edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz
 
edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz - package edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz
 
edu.cmu.sphinx.recognizer - package edu.cmu.sphinx.recognizer
Provides a set of high level classes and interfaces that are used to perform speech recognition with the Sphinx-4 speech recognition system.
edu.cmu.sphinx.result - package edu.cmu.sphinx.result
Provides a set of classes that represent the result of a recognition.
edu.cmu.sphinx.tools.audio - package edu.cmu.sphinx.tools.audio
Provides an tool that records and displays the waveform and spectrogram of an audio signal.
edu.cmu.sphinx.tools.batch - package edu.cmu.sphinx.tools.batch
Provides an tool that performs batch-mode speech recognition
edu.cmu.sphinx.tools.feature - package edu.cmu.sphinx.tools.feature
Provides an tool that generates different types of features (MFCC, PLP, spectrum) from audio files.
edu.cmu.sphinx.tools.gui - package edu.cmu.sphinx.tools.gui
 
edu.cmu.sphinx.tools.gui.reader - package edu.cmu.sphinx.tools.gui.reader
 
edu.cmu.sphinx.tools.gui.util - package edu.cmu.sphinx.tools.gui.util
 
edu.cmu.sphinx.tools.gui.writer - package edu.cmu.sphinx.tools.gui.writer
 
edu.cmu.sphinx.tools.live - package edu.cmu.sphinx.tools.live
Provides an tool that performs pseudo-live-mode speech recognition
edu.cmu.sphinx.util - package edu.cmu.sphinx.util
Provides a set of general purpose utility classes for Sphinx.
edu.cmu.sphinx.util.machlearn - package edu.cmu.sphinx.util.machlearn
Provides a set of classes and interfaces which aim to unify the different probabilistic modeling approaches spread over the S4-library into a common probabilistic framework.
edu.cmu.sphinx.util.props - package edu.cmu.sphinx.util.props
Provides a mechanism for managing persistent configuration data.
edu.cmu.sphinx.util.props.test - package edu.cmu.sphinx.util.props.test
 
edu.cmu.sphinx.util.props.tools - package edu.cmu.sphinx.util.props.tools
 
EMPTY - Static variable in class edu.cmu.sphinx.linguist.WordSequence
an empty word sequence, that is, it has no words.
EMPTY_CONTEXT - Static variable in class edu.cmu.sphinx.linguist.acoustic.Context
Represents an empty context
END - Static variable in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
HMM is at the end position of the word
EnergyPlotter - Class in edu.cmu.sphinx.frontend.util
Plots positive energy values of a cepstrum to stdout.
EnergyPlotter() - Constructor for class edu.cmu.sphinx.frontend.util.EnergyPlotter
 
equals(Object) - Method in class edu.cmu.sphinx.linguist.acoustic.Context
Determines if an object is equal to this context
equals(Object) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Determines if two objects are equal
equals(Object) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Determines if two objects are equal
equals(Object) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
 
equals(Object) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Determines if two HMMStates are equal
equals(Object) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence
Returns true if the objects are equal
equals(Object) - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Checks to see of an object is equal to this unit
equals(Object) - Method in class edu.cmu.sphinx.linguist.dictionary.Word
 
equals(Object) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Determines if the given object is equal to this object
equals(Object) - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndUnitState
Determines if the given object is equal to this object
equals(Object) - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
Determines if the given object is equal to this object
equals(Object) - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeUnitState
Determines if the given object is equal to this object
equals(Object) - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Determines if the given object is equal to this object
equals(Object) - Method in class edu.cmu.sphinx.linguist.WordSequence
compares the given object to see if it is identical to this WordSequence
equals(Object) - Method in class edu.cmu.sphinx.result.Node
Assumes ids are unique node identifiers
equals(Object) - Method in class edu.cmu.sphinx.util.machlearn.OVector
 
equals(Object) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Test wether the given configuration manager instance equals this instance in terms of same configuration.
equals(Object) - Method in class edu.cmu.sphinx.util.props.GlobalProperties
 
equals(Object) - Method in class edu.cmu.sphinx.util.props.GlobalProperty
 
equals(Object) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Returns true if two property sheet define the same object in terms of configuration.
ERROR - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer is in an error state
EXCEPTION_DECODER - Static variable in exception edu.cmu.sphinx.tools.gui.GUIOperationException
 
EXCEPTION_FILE_NOT_FOUND - Static variable in exception edu.cmu.sphinx.tools.gui.reader.GUIReaderException
 
EXCEPTION_FRONTEND - Static variable in exception edu.cmu.sphinx.tools.gui.GUIOperationException
 
EXCEPTION_GLOBAL - Static variable in exception edu.cmu.sphinx.tools.gui.GUIOperationException
 
EXCEPTION_INVALID_TYPE - Static variable in exception edu.cmu.sphinx.tools.gui.reader.GUIReaderException
 
EXCEPTION_INVALID_TYPE - Static variable in exception edu.cmu.sphinx.tools.gui.writer.GUIWriterException
 
EXCEPTION_IO - Static variable in exception edu.cmu.sphinx.tools.gui.reader.GUIReaderException
 
EXCEPTION_IO - Static variable in exception edu.cmu.sphinx.tools.gui.writer.GUIWriterException
 
EXCEPTION_LINGUIST - Static variable in exception edu.cmu.sphinx.tools.gui.GUIOperationException
 
EXCEPTION_MISC - Static variable in exception edu.cmu.sphinx.tools.gui.GUIOperationException
 
EXCEPTION_NO_FILENAME - Static variable in exception edu.cmu.sphinx.tools.gui.reader.GUIReaderException
 
EXCEPTION_NO_FILENAME - Static variable in exception edu.cmu.sphinx.tools.gui.writer.GUIWriterException
 
EXCEPTION_OTHER - Static variable in exception edu.cmu.sphinx.tools.gui.reader.GUIReaderException
 
EXCEPTION_OTHER - Static variable in exception edu.cmu.sphinx.tools.gui.writer.GUIWriterException
 
ExcessiveNonSpeechPruner - Class in edu.cmu.sphinx.frontend.endpoint
Removes excessive non-speech-segments from a speech stream.
ExcessiveNonSpeechPruner() - Constructor for class edu.cmu.sphinx.frontend.endpoint.ExcessiveNonSpeechPruner
 
execute() - Method in class edu.cmu.sphinx.tools.gui.GUIMediator
Start the GUI - after load operations is completed successfully
execute(CommandInterpreter, String[]) - Method in interface edu.cmu.sphinx.util.CommandInterface
Execute the given command.
execute(String) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Execute the given command string.
EXIT - Static variable in class edu.cmu.sphinx.tools.gui.GUIMediator
 
expectInt(String, int) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Loads an integer from the tokenizer and ensures that it matches 'expecting'
expectString(String) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Loads a word from the tokenizer and ensures that it matches 'expecting'
ExtendedStreamTokenizer - Class in edu.cmu.sphinx.util
A class that provides a mechanism for tokenizing a stream
ExtendedStreamTokenizer(String) - Constructor for class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Creates and returns a stream tokenizer that has been properly configured to parse sphinx3 data This ExtendedStreamTokenizer has no comment characters.
ExtendedStreamTokenizer(String, boolean) - Constructor for class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Creates and returns a stream tokenizer that has been properly configured to parse sphinx3 data This ExtendedStreamTokenizer has no comment characters.
ExtendedStreamTokenizer(InputStream, int, boolean) - Constructor for class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Constructs an ExtendedStreamTokenizer from the given InputStream
ExtendedStreamTokenizer(InputStream, boolean) - Constructor for class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Constructs an ExtendedStreamTokenizer from the given InputStream.
ExtendedStreamTokenizer(Reader, boolean) - Constructor for class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Constructs an ExtendedStreamTokenizer from the given Reader.
ExtendedUnitState - Class in edu.cmu.sphinx.linguist.flat
A unit state that modifies how the unit state is cached.
ExtendedUnitState(PronunciationState, int, Unit) - Constructor for class edu.cmu.sphinx.linguist.flat.ExtendedUnitState
Creates a UnitState.

F

FastDictionary - Class in edu.cmu.sphinx.linguist.dictionary
Creates a dictionary by quickly reading in an ASCII-based Sphinx-3 format dictionary.
FastDictionary() - Constructor for class edu.cmu.sphinx.linguist.dictionary.FastDictionary
 
FEATURE_FRONTEND - Static variable in class edu.cmu.sphinx.decoder.scorer.AbstractScorer
Property the defines the frontend to retrieve features from for scoring
FeatureFileDumper - Class in edu.cmu.sphinx.tools.feature
This program takes in an audio file, does frontend signal processing to it, and then dumps the resulting Feature into a separate file.
FeatureFileDumper(ConfigurationManager, String, String) - Constructor for class edu.cmu.sphinx.tools.feature.FeatureFileDumper
Constructs a FeatureFileDumper.
FilenameDialog - Class in edu.cmu.sphinx.tools.audio
Creates a dialog that prompts for a filename.
FilenameDialog(Frame, boolean, String) - Constructor for class edu.cmu.sphinx.tools.audio.FilenameDialog
Class constructor.
FileReferenceSource - Class in edu.cmu.sphinx.util
A source of reference texts.
FileReferenceSource(String) - Constructor for class edu.cmu.sphinx.util.FileReferenceSource
Constructs a ReferenceSource from a reference file.
fillInBlanks(LogMath) - Method in class edu.cmu.sphinx.result.Sausage
Adds skip elements for each word slot in which the word posteriors do not add up to linear 1.
filterOutput(double[]) - Method in class edu.cmu.sphinx.frontend.frequencywarp.MelFilter
Compute the output of a filter.
filterOutput(double[]) - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPFilter
Compute the PLP spectrum at the center frequency of this filter for a given power spectrum.
findArc(SentenceHMMState) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Searches the set of arcs for an arc that points to a state with an identical value
findClasses(String, String, Set) - Static method in class edu.cmu.sphinx.tools.gui.util.ClassFinder
find a list of java classes inside 'startDir', that meets the ancestor and fields requirement for the model recursively goes down to the bottom level
findEquivalentLeavingEdge(Edge) - Method in class edu.cmu.sphinx.result.Node
Returns a leaving edge that is equivalent to the given edge.
findFile(String) - Static method in class edu.cmu.sphinx.tools.gui.util.ClassFinder
find a File, open it and return the content as BufferedReader
findFolder(String) - Static method in class edu.cmu.sphinx.tools.gui.util.ClassFinder
find a list of folder names that are directly under 'startDir', not recursive
findPartialMatchingTokens(String) - Method in class edu.cmu.sphinx.result.Result
Searches through the n-best list to find the the branch that matches the beginning of the given string
findToken(String) - Method in class edu.cmu.sphinx.result.Result
Searches through the n-best list to find the the branch that matches the given string
FIRE_NON_FINAL_RESULTS - Static variable in class edu.cmu.sphinx.decoder.AbstractDecoder
If set to false the used search-manager all registered result listeners will be notified only for final results.
fixDuplicateNames(ConfigurationManager, ConfigurationManager) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
This method will automatically rename all components of subCM for which there is component named the same in the baseCM .
FlatLinguist - Class in edu.cmu.sphinx.linguist.flat
A simple form of the linguist.
FlatLinguist() - Constructor for class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
flatten(ConfigurationManager) - Method in class edu.cmu.sphinx.util.props.RawPropertyData
Returns a copy of this property data instance with all ${}-fields resolved.
FLOAT - Static variable in class edu.cmu.sphinx.tools.gui.util.PropertyType
A floating point type
float2double(float[]) - Static method in class edu.cmu.sphinx.util.MatrixUtils
 
float2double(float[][]) - Static method in class edu.cmu.sphinx.util.MatrixUtils
 
floatArrayToString(float[]) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns the given float array as a string.
FloatData - Class in edu.cmu.sphinx.frontend
A Data object that holds data of primitive type float.
FloatData(float[], int, long, long) - Constructor for class edu.cmu.sphinx.frontend.FloatData
Constructs a Data object with the given values, sample rate, collect time, and first sample number.
FloatData2DoubleData(FloatData) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Converts DoubleData object to FloatDatas.
ForcedAlignerGrammar - Class in edu.cmu.sphinx.linguist.language.grammar
Creates a grammar from a reference sentence.
ForcedAlignerGrammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.ForcedAlignerGrammar
 
format(LogRecord) - Method in class edu.cmu.sphinx.util.SphinxLogFormatter
Formats the given log record and return the formatted string.
formatDouble(double, int, int) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns a formatted string of the given number, with the given numbers of digit space for the integer and fraction parts.
FrameDecoder - Class in edu.cmu.sphinx.decoder
A decoder which does not use the common pull-principle of S4 but processes only one single frame on each call of decode().
FrameDecoder() - Constructor for class edu.cmu.sphinx.decoder.FrameDecoder
 
FrameDropper - Class in edu.cmu.sphinx.frontend.feature
Drops certain feature frames, usually to speed up decoding.
FrameDropper() - Constructor for class edu.cmu.sphinx.frontend.feature.FrameDropper
 
FrameStatistics - Class in edu.cmu.sphinx.result
Contains statistics about a frame.
FrameStatistics() - Constructor for class edu.cmu.sphinx.result.FrameStatistics
 
FrequencyWarper - Class in edu.cmu.sphinx.frontend.frequencywarp
Defines the Bark frequency warping function.
FrequencyWarper() - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.FrequencyWarper
 
FrontEnd - Class in edu.cmu.sphinx.frontend
FrontEnd is a wrapper class for the chain of front end processors.
FrontEnd() - Constructor for class edu.cmu.sphinx.frontend.FrontEnd
 
FrontEndSplitter - Class in edu.cmu.sphinx.frontend.databranch
Creates push-branches out of a Frontend.
FrontEndSplitter() - Constructor for class edu.cmu.sphinx.frontend.databranch.FrontEndSplitter
 
FrontEndUtils - Class in edu.cmu.sphinx.frontend.util
Some little helper methods to ease the handling of frontend-processor chains.
FrontEndUtils() - Constructor for class edu.cmu.sphinx.frontend.util.FrontEndUtils
 
FSTGrammar - Class in edu.cmu.sphinx.linguist.language.grammar
Loads a grammar from a file representing a finite-state transducer (FST) in the 'ARPA' grammar format.
FSTGrammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
 
FullDictionary - Class in edu.cmu.sphinx.linguist.dictionary
Creates a dictionary by reading in an ASCII-based Sphinx-3 format dictionary.
FullDictionary() - Constructor for class edu.cmu.sphinx.linguist.dictionary.FullDictionary
 

G

GAIN_FACTOR - Static variable in class edu.cmu.sphinx.frontend.GainControlProcessor
 
GainControlProcessor - Class in edu.cmu.sphinx.frontend
Allows to modify the gain of an audio-signal.
GainControlProcessor() - Constructor for class edu.cmu.sphinx.frontend.GainControlProcessor
 
GapInsertionDetector - Class in edu.cmu.sphinx.util
A program that takes in a reference transcript and a hypothesis transcript and figures out how many gap insertion errors are there.
GapInsertionDetector(String, String, boolean) - Constructor for class edu.cmu.sphinx.util.GapInsertionDetector
Create a gap insertion detector to detect gap insertions using the given reference file and hypothesis file.
GaussianMixture - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Represents a concrete implementation of a simple senone.
GaussianMixture(LogMath, float[], MixtureComponent[], long) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Creates a new senone from the given components.
GDLDumper - Class in edu.cmu.sphinx.linguist.util
A linguist processor that dumps out the sentence hmm in GDL format.
GDLDumper() - Constructor for class edu.cmu.sphinx.linguist.util.GDLDumper
 
GDLDumper - Class in edu.cmu.sphinx.util.props.tools
Dumps a given configuration manager as GDL. ...
GDLDumper() - Constructor for class edu.cmu.sphinx.util.props.tools.GDLDumper
 
GDLLatticeFactory - Class in edu.cmu.sphinx.result
Creates a Lattice from a GDL (AISee) Lattice file.
get(Unit[], Unit[]) - Static method in class edu.cmu.sphinx.linguist.acoustic.LeftRightContext
Factory method for creating a left/right context
get(HMMPosition, Unit) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
Retrieves an HMM by position and unit
get(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
returns the object with the given ID from the pool
getAcousticProbability() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Retrieves the acoustic transition probablility for this transition.
getAcousticProbability() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
Gets the acoustic probability of entering this state
getAcousticProbability() - Method in interface edu.cmu.sphinx.linguist.SearchStateArc
Gets the language probability of entering this state
getAcousticScore() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the acoustic score for this token (in logMath log base)
getAcousticScore() - Method in class edu.cmu.sphinx.result.Edge
Get the acoustic score associated with an Edge.
getActiveList() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
getActiveList() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Returns the ActiveList.
getActiveTokens() - Method in class edu.cmu.sphinx.result.Result
Returns a list of active tokens for this result.
getAlignedHypothesis() - Method in class edu.cmu.sphinx.util.NISTAlign
Returns the aligned hypothesis string.
getAlignedReference() - Method in class edu.cmu.sphinx.util.NISTAlign
Returns the aligned reference string.
getAligner() - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
Retrieves the aligner used to track the accuracy stats
getAlpha() - Method in class edu.cmu.sphinx.util.props.test.DummyComp
 
getAlternateHypothesisManager() - Method in class edu.cmu.sphinx.result.Result
Returns the AlternateHypothesisManager Used to construct a Lattice
getAlternatePredecessors(Token) - Method in class edu.cmu.sphinx.decoder.search.AlternateHypothesisManager
Returns a list of alternate predecessors for a token.
getAlternative() - Method in class edu.cmu.sphinx.linguist.flat.AlternativeState
Gets the word associated with this state
getAlternatives() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Retrieves the words associated with this grammar node
getAnnotation() - Method in class edu.cmu.sphinx.util.props.S4PropWrapper
 
getARFilter(double[]) - Method in class edu.cmu.sphinx.frontend.frequencywarp.LinearPredictor
Routine to compute Linear Prediction Coefficients for a frame of speech.
getAssociatedWord() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Returns the word associated with the particular unit
getAudio() - Method in class edu.cmu.sphinx.frontend.util.Utterance
Returns the complete audio stream of this utterance.
getAudioData() - Method in class edu.cmu.sphinx.tools.audio.AudioData
Gets the SIGNED_PCM 16 bit big endian audio data.
getAudioFormat() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Returns the format of the audio recorded by this Microphone.
getAudioFormat() - Method in class edu.cmu.sphinx.frontend.util.Utterance
Returns the audio format of this Utterance.
getAudioFormat() - Method in class edu.cmu.sphinx.tools.audio.AudioData
Gets the audio format.
getAudioFromFile(String) - Static method in class edu.cmu.sphinx.tools.audio.AudioTool
 
getAudioTime(Data) - Method in class edu.cmu.sphinx.frontend.endpoint.ExcessiveNonSpeechPruner
Returns the amount of audio data in milliseconds in the given SpeechClassifiedData object.
getAudioTime(SpeechClassifiedData) - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
Returns the amount of audio data in milliseconds in the given SpeechClassifiedData object.
getAudioTime() - Method in class edu.cmu.sphinx.frontend.util.Utterance
Returns the amount of time (in seconds) this Utterance lasts.
getAverageDB() - Method in class edu.cmu.sphinx.frontend.util.VUMeter
 
getAverageTime() - Method in class edu.cmu.sphinx.util.Timer
Gets the average time for this timer in milliseconds
getBackoff(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Returns the backoff probability for the give sequence of words
getBackoff(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Returns the backoff probability for the give sequence of words
getBackwardScore() - Method in class edu.cmu.sphinx.result.Node
Returns the backward score, which is calculated during the computation of the posterior score for this node.
getBaseID() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Gets the base ID for this unit
getBaseUnit() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMM
Gets the base unit associated with this HMM
getBaseUnit() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Gets the base unit associated with this HMM
getBaseUnit() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Gets the base unit associated with this HMM
getBeamThreshold() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
gets the beam threshold best upon the best scoring token
getBeamWidth() - Method in class edu.cmu.sphinx.util.props.test.DummyComp
 
getBeginTime() - Method in class edu.cmu.sphinx.result.Node
Get the frame number when the word began
getBestActiveParitalMatchingToken(String) - Method in class edu.cmu.sphinx.result.Result
Returns the best scoring token that matches the beginning of the given text.
getBestActiveToken() - Method in class edu.cmu.sphinx.result.Result
Returns the best scoring token in the active set
getBestASR() - Method in class edu.cmu.sphinx.util.props.test.DummyComp
 
getBestFinalResultNoFiller() - Method in class edu.cmu.sphinx.result.Result
Returns the string of the best final result, removing any filler words.
getBestFinalToken() - Method in class edu.cmu.sphinx.result.Result
Returns the best scoring final token in the result.
getBestHypothesis() - Method in interface edu.cmu.sphinx.result.ConfidenceResult
Returns the best hypothesis of the result.
getBestHypothesis() - Method in class edu.cmu.sphinx.result.ConfusionSet
Return the single best hypothesis.
getBestHypothesis() - Method in class edu.cmu.sphinx.result.Sausage
 
getBestHypothesisNoFiller() - Method in class edu.cmu.sphinx.result.Sausage
Get the best hypothesis path discarding any filler words.
getBestHypothesisSet() - Method in class edu.cmu.sphinx.result.ConfusionSet
Return the set of best hypothesis.
getBestHypothesisString() - Method in class edu.cmu.sphinx.result.Sausage
Get a string representing the best path through the sausage.
getBestPosterior() - Method in class edu.cmu.sphinx.result.ConfusionSet
Get the highest posterior (confidence) stored in this set.
getBestPredecessor() - Method in class edu.cmu.sphinx.result.Node
Returns the best predecessor for this node.
getBestPronunciationResult() - Method in class edu.cmu.sphinx.result.Result
The method is used when the application wants the phonemes on the best final path.
getBestResultNoFiller() - Method in class edu.cmu.sphinx.result.Result
Returns the string of the best result, removing any filler words.
getBestScore() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
gets the best score in the list
getBestScore() - Method in class edu.cmu.sphinx.result.FrameStatistics
Gets the best score for this frame
getBestState() - Method in class edu.cmu.sphinx.result.FrameStatistics
Gets the best scoring hmm state for this frame
getBestToken() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Gets the best scoring token for this active list
getBestToken() - Method in class edu.cmu.sphinx.result.Result
Returns the best scoring token in the result.
getBestUnit() - Method in class edu.cmu.sphinx.result.FrameStatistics
Gets the unit that had the best score for this frame
getBestWordHypothesis(int) - Method in class edu.cmu.sphinx.result.Sausage
Get the word hypothesis with the highest posterior for a word slot
getBestWordHypothesisPosterior(int) - Method in class edu.cmu.sphinx.result.Sausage
Get the the highest posterior for a word slot
getBigEndian() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns true if the loaded file is in big-endian.
getBigramMisses() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Returns the number of times when a bigram is queried, but there is no bigram in the LM (in which case it uses the backoff probabilities).
getBigramOffset() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns the location (or offset) into the file where bigrams start.
getBigramProbabilities() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns all the bigram probabilities.
getBilinearCepstra(double, int) - Method in class edu.cmu.sphinx.frontend.frequencywarp.LinearPredictor
Computes a bi-linear frequency warped version of the LPC cepstrum from the LPC cepstrum.
getBlockSizeMs() - Method in class edu.cmu.sphinx.frontend.DataBlocker
 
getBoolean(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Gets the value associated with this name
getBuffer() - Method in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
 
getBufferSize() - Method in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
 
getCapacity() - Method in class edu.cmu.sphinx.decoder.search.ArrayTokenStack
Returns the capacity of this TokenStack, that is, the maximum number of elements allowed in this TokenStack.
getCapacity() - Method in interface edu.cmu.sphinx.decoder.search.TokenStack
Returns the capacity of this TokenStack, that is, the maximum number of elements allowed in this TokenStack.
getChildNodes() - Method in class edu.cmu.sphinx.result.Node
Get the nodes at the other ends of outgoing edges of this node.
getClasses() - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
 
getClassGroup(String) - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
 
getClassificationName() - Method in class edu.cmu.sphinx.linguist.dictionary.WordClassification
 
getclasslist(String) - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
get list of Configurable classes that is of specified type
getClassName() - Method in class edu.cmu.sphinx.tools.gui.RawPropertyData
 
getClassName() - Method in class edu.cmu.sphinx.util.props.RawPropertyData
 
getClassType() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableProperty
 
getCollectTime() - Method in class edu.cmu.sphinx.frontend.DoubleData
Returns the time in milliseconds at which the audio data is collected.
getCollectTime() - Method in class edu.cmu.sphinx.frontend.FloatData
Returns the time in milliseconds at which the audio data is collected.
getColor() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Gets the color for this node
getColor(ConfigurationManager, String) - Static method in class edu.cmu.sphinx.util.props.tools.GDLDumper
Gets the color for the given component
getCommandError() - Method in class edu.cmu.sphinx.tools.gui.util.SysCommandExecutor
get the error message after command execution
getCommandOutput() - Method in class edu.cmu.sphinx.tools.gui.util.SysCommandExecutor
get the output of command
getComponent(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Gets a component associated with the given parameter name
getComponentClass() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
 
getComponentClass(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Returns the class of of a registered component property without instantiating it.
getComponentList(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Gets a list of components associated with the given parameter name
getComponentNames() - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Returns all names of configurables registered to this instance.
getComponentWeights() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
 
getCompositeSenoneSequence(Unit, HMMPosition) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Get a composite senone sequence given the unit The unit should have a LeftRightContext, where one or two of 'left' or 'right' may be null to indicate that the match should succeed on any context.
getCompositeSenoneSequence(Unit, HMMPosition) - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Get a composite senone sequence given the unit The unit should have a LeftRightContext, where one or two of 'left' or 'right' may be null to indicate that the match should succeed on any context.
getCompositeSenoneSequence(Unit, HMMPosition) - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Get a composite senone sequence given the unit The unit should have a LeftRightContext, where one or two of 'left' or 'right' may be null to indicate that the match should succeed on any context.
getCompositeSenoneSequence(Unit, HMMPosition) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Get a composite senone sequence given the unit The unit should have a LeftRightContext, where one or two of 'left' or 'right' may be null to indicate that the match should succeed on any context.
getCompositeSenoneSequence(Unit, HMMPosition) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Get a composite senone sequence given the unit The unit should have a LeftRightContext, where one or two of 'left' or 'right' may be null to indicate that the match should succeed on any context.
getConfidence() - Method in interface edu.cmu.sphinx.result.Path
Returns a log confidence score for this path.
getConfidence() - Method in class edu.cmu.sphinx.result.SimpleWordResult
 
getConfidence() - Method in interface edu.cmu.sphinx.result.WordResult
Returns a log confidence score for this WordResult.
getConfidence() - Method in class edu.cmu.sphinx.result.WordResultPath
 
getConfigurableClass() - Method in class edu.cmu.sphinx.util.props.PropertySheet
Returns the class of the owner configurable of this property sheet.
getConfigurationPropMap() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
 
getConfigurationPropValue(String, String) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
Get current value of the configuration
getConfigURL() - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Returns the url of the xml-configuration which defined this configuration or null if it was created dynamically.
getConfusionSet(int) - Method in interface edu.cmu.sphinx.result.ConfidenceResult
Get the nth confusion set in this result
getConfusionSet(int) - Method in class edu.cmu.sphinx.result.Sausage
Get the confusion set stored in a given word slot.
getContext() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Returns the context for this unit
getContextIndependentUnitIterator() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnitIterator() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnitIterator() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnitIterator() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnitIterator() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnitIterator() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnitIterator() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnits() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Returns the map of context indepent units.
getContextIndependentUnits() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Returns the map of context indepent units.
getContextIndependentUnits() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Returns the map of context indepent units.
getContextIndependentUnits() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the map of context indepent units.
getContextIndependentUnits() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the map of context indepent units.
getContextIndependentUnits() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the map of context indepent units.
getContextIndependentUnits() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Returns the map of context indepent units.
getContextName(Unit[]) - Static method in class edu.cmu.sphinx.linguist.acoustic.LeftRightContext
Gets the context name for a particular array of units
getCopyOfLeavingEdges() - Method in class edu.cmu.sphinx.result.Node
Returns a copy of the Edges from this Node, so that the underlying data structure will not be modified.
getCount() - Method in class edu.cmu.sphinx.util.Timer
Gets the count of starts for this timer
getCumulativeSpeed() - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
Returns the cumulative speed of this decoder as a fraction of real time.
getCurrentFrameNumber() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Returns the current frame number.
getCurrentFrameNumber() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Returns the current frame number.
getCurTime() - Method in class edu.cmu.sphinx.util.Timer
Returns the latest time gathered
getData() - Method in class edu.cmu.sphinx.decoder.FrameDecoder
 
getData() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the feature for this Token.
getData() - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Returns the processed Data output.
getData() - Method in class edu.cmu.sphinx.frontend.DataBlocker
 
getData() - Method in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
Returns the processed Data output.
getData() - Method in class edu.cmu.sphinx.frontend.databranch.FrontEndSplitter
Reads and returns the next Data frame or return null if no data is available.
getData() - Method in interface edu.cmu.sphinx.frontend.DataProcessor
Returns the processed Data output.
getData() - Method in class edu.cmu.sphinx.frontend.endpoint.ExcessiveNonSpeechPruner
Returns the processed Data output.
getData() - Method in class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
Returns the next Data or Signal.
getData() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
Returns the next Data object.
getData() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
Returns the next Data object.
getData() - Method in class edu.cmu.sphinx.frontend.feature.BatchCMN
Returns the next Data object, which is a normalized cepstrum.
getData() - Method in class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
Returns the next Data object produced by this DeltasFeatureExtractor.
getData() - Method in class edu.cmu.sphinx.frontend.feature.FrameDropper
Returns the next Data object from this FrameDropper.
getData() - Method in class edu.cmu.sphinx.frontend.feature.LDA
Returns the next Data object being processed by this LDA, or if it is a Signal, it is returned without modification.
getData() - Method in class edu.cmu.sphinx.frontend.feature.LiveCMN
Returns the next Data object, which is a normalized Data produced by this class.
getData() - Method in class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
Returns the next Data object produced by this S3FeatureExtractor.
getData() - Method in class edu.cmu.sphinx.frontend.filter.Dither
Returns the next Data object being processed by this Dither, or if it is a Signal, it is returned without modification.
getData() - Method in class edu.cmu.sphinx.frontend.filter.Preemphasizer
Returns the next Data object being processed by this Preemphasizer, or if it is a Signal, it is returned without modification.
getData(int) - Method in class edu.cmu.sphinx.frontend.frequencywarp.LinearPredictor
Computes LPC Cepstra from the AR predictor parameters and alpha using a recursion invented by Oppenheim et al.
getData() - Method in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
Reads the next Data object, which is the power spectrum of an audio input frame.
getData() - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
Returns the next Data object, which is the PLP cepstrum of the input frame.
getData() - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
Reads the next Data object, which is the power spectrum of an audio input frame.
getData() - Method in class edu.cmu.sphinx.frontend.FrontEnd
Returns the processed Data output, basically calls getData() on the last processor.
getData() - Method in class edu.cmu.sphinx.frontend.GainControlProcessor
 
getData() - Method in class edu.cmu.sphinx.frontend.test.AbstractTestProcessor
 
getData() - Method in class edu.cmu.sphinx.frontend.test.DataBlockerTest
Returns the processed Data output.
getData() - Method in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
Returns the next DoubleData object, which is the mel cepstrum of the input frame.
getData() - Method in class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
Reads the next DoubleData object, which is a data frame from which we'll compute the power spectrum.
getData() - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
Reads and returns the next Data from the InputStream of StreamDataSource, return null if no data is read and end of file is reached.
getData() - Method in class edu.cmu.sphinx.frontend.util.DataConverter
 
getData() - Method in class edu.cmu.sphinx.frontend.util.DataDumper
Reads and returns the next Data object from this DataProcessor, return null if there is no more audio data.
getData() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Reads and returns the next Data object from this Microphone, return null if there is no more audio data.
getData() - Method in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
Returns the next Data object, which is the mel cepstrum of the input frame.
getData() - Method in class edu.cmu.sphinx.frontend.util.StreamDataSource
Reads and returns the next Data from the InputStream of StreamDataSource, return null if no data is read and end of file is reached.
getData() - Method in class edu.cmu.sphinx.frontend.util.VUMeterMonitor
 
getData() - Method in class edu.cmu.sphinx.frontend.util.WavWriter
 
getData() - Method in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
Returns the next Data object, which is usually a window of the input Data, with the windowing function applied to it.
getData() - Method in class edu.cmu.sphinx.result.FrameStatistics
Gets the feature associated with this frame
getDataFrames() - Method in class edu.cmu.sphinx.result.Result
Gets the feature frames associated with this result
getDataFrames() - Method in class edu.cmu.sphinx.result.SimpleWordResult
 
getDataFrames() - Method in interface edu.cmu.sphinx.result.WordResult
Gets the feature frames associated with this word
getDataProc() - Method in class edu.cmu.sphinx.util.props.test.TestConfigurable
 
getDataProcs() - Method in class edu.cmu.sphinx.util.props.test.DummyFrontEnd
 
getDefault() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableProperty
 
getDesc() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
 
getDesc() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableProperty
 
getDictionary() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Gets the dictionary for this grammar
getDictionary() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
getDouble(String) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
gets a double from the tokenizer stream
getDouble(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Gets the value associated with this name
getDuration() - Method in class edu.cmu.sphinx.frontend.DataEndSignal
Returns the duration of the entire data stream in milliseconds
getEdgeFromNode(Node) - Method in class edu.cmu.sphinx.result.Node
given a node find the edge from that node
getEdges() - Method in class edu.cmu.sphinx.result.Lattice
Get the set of all Edges.
getEdgeToNode(Node) - Method in class edu.cmu.sphinx.result.Node
given a node find the edge to that node
getElements() - Method in class edu.cmu.sphinx.frontend.FrontEnd
Returns the collection of DataProcessors which setup this FrontEnd.
getEmittingList() - Method in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Returns the emitting ActiveList, and removes it from this manager.
getEmittingList() - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
Returns the emitting ActiveList, and removes it from this manager.
getEmptyContext(int) - Static method in class edu.cmu.sphinx.linguist.acoustic.Unit
Creates and returns an empty context with the given size.
getEndFrame() - Method in class edu.cmu.sphinx.result.Result
Gets the ending frame number for the result.
getEndFrame() - Method in class edu.cmu.sphinx.result.SimpleWordResult
 
getEndFrame() - Method in interface edu.cmu.sphinx.result.WordResult
Gets the ending frame number for the word
getEndOffset() - Method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer.CTLUtterance
 
getEndTime() - Method in class edu.cmu.sphinx.result.Node
Get the frame number when the word ends
getEnteringEdges() - Method in class edu.cmu.sphinx.result.Node
Get the Edges to this Node
getErrorCode() - Method in exception edu.cmu.sphinx.tools.gui.GUIOperationException
 
getErrorCode() - Method in exception edu.cmu.sphinx.tools.gui.reader.GUIReaderException
 
getErrorCode() - Method in exception edu.cmu.sphinx.tools.gui.util.ConfigurableUtilException
 
getErrorCode() - Method in exception edu.cmu.sphinx.tools.gui.writer.GUIWriterException
 
getFeature(String, int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Retrieves a feature from this pool
getFile() - Method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer.CTLUtterance
 
getFilename(String, int) - Static method in class edu.cmu.sphinx.tools.audio.AudioTool
Gets a filename.
getFilename() - Method in class edu.cmu.sphinx.tools.audio.FilenameDialog
Gets the user ID.
getFilename(String) - Static method in class edu.cmu.sphinx.util.BatchFile
Returns the file name portion of a line in a batch file.
getFilename() - Method in class edu.cmu.sphinx.util.BatchItem
Gets the filename for this batch
getFilename() - Method in interface edu.cmu.sphinx.util.BatchManager
Returns the name of the file
getFilename() - Method in class edu.cmu.sphinx.util.PooledBatchManager
Returns the name of the file
getFilename() - Method in class edu.cmu.sphinx.util.SimpleBatchManager
Returns the name of the file
getFillerDictionaryFile() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Get the filler dictionary file
getFillerDictionaryFile() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Get the filler dictionary file
getFillerWords() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Gets the set of all filler words in the dictionary
getFillerWords() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Gets the set of all filler words in the dictionary
getFillerWords() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Gets the set of all filler words in the dictionary
getFirstSampleNumber() - Method in class edu.cmu.sphinx.frontend.DoubleData
Returns the position of the first sample in the original data.
getFirstSampleNumber() - Method in class edu.cmu.sphinx.frontend.FloatData
Returns the position of the first sample in the original data.
getFloat(String) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
gets a float from the tokenizer stream
getFloat(String, float) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
gets a optional float from the tokenizer stream.
getFloat(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Gets the value associated with this name
getForwardScore() - Method in class edu.cmu.sphinx.result.Node
Returns the forward score, which is calculated during the computation of the posterior score for this node.
getFrameNumber() - Method in interface edu.cmu.sphinx.decoder.scorer.Scoreable
Returns the frame number that this Scoreable should be scored against.
getFrameNumber() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the frame number for this token.
getFrameNumber() - Method in class edu.cmu.sphinx.result.FrameStatistics
Gets the frame number
getFrameNumber() - Method in class edu.cmu.sphinx.result.Result
Returns the current frame number
getFrameStatistics() - Method in class edu.cmu.sphinx.result.Result
Returns detailed frame statistics for this result
getFromNode() - Method in class edu.cmu.sphinx.result.Edge
Get the "from" Node associated with an Edge
getFrontEnd() - Method in class edu.cmu.sphinx.util.props.test.DummyComp
 
getFrontEndProcessor(DataProcessor, Class<T>) - Static method in class edu.cmu.sphinx.frontend.util.FrontEndUtils
Returns a the next DataProcessor of type predecClass which preceeds dp
getFullName() - Method in class edu.cmu.sphinx.linguist.flat.ExtendedUnitState
Gets the fullName for this state
getFullName() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Gets the fullName for this state
getGainFactor() - Method in class edu.cmu.sphinx.frontend.GainControlProcessor
 
getGamma() - Method in class edu.cmu.sphinx.util.props.test.TestConfigurable
 
getGlobal() - Method in class edu.cmu.sphinx.tools.gui.ConfigProperties
 
getGlobalProperties() - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Returns a copy of the map of global properties set for this configuration manager.
getGlobalProperty(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Returns a global property.
getGlobalProperty(String, Map<String, String>) - Method in class edu.cmu.sphinx.util.props.RawPropertyData
Lookup a global symbol with a given name (and resolves
getGloPropReference(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
 
getGrammarNode() - Method in class edu.cmu.sphinx.linguist.flat.GrammarState
Gets the grammar node associated with this state
getGrammarNode() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarArc
Retrieves the destination node for this transition
getGrammarNodes() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
returns the set of of nodes in this grammar
getGrammarNodes() - Method in interface edu.cmu.sphinx.linguist.language.grammar.GrammarInterface
 
getGroups() - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
 
getGrowTimer() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Returns the Timer for growing.
getGrowTimer() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Returns the Timer for growing.
getHelp() - Method in interface edu.cmu.sphinx.util.CommandInterface
Returns a one line description of the command
getHMM() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMMState
Gets the HMM associated with this state
getHMM() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Gets the HMM associated with this state
getHMM(int, HMMPosition) - Method in class edu.cmu.sphinx.linguist.util.HMMPool
Given a unit id and a position, return the HMM associated with the unit/position
getHMMIterator() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMIterator() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMIterator() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMIterator() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMIterator() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMIterator() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMIterator() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMManager() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Returns the HMM Manager for this loader
getHMMManager() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Returns the HMM Manager for this loader
getHMMManager() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Returns the hmm manager associated with this loader
getHMMManager() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the hmm manager associated with this loader
getHMMManager() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the hmm manager associated with this loader
getHMMManager() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the hmm manager associated with this loader
getHMMManager() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Returns the hmm manager associated with this loader
getHMMState() - Method in class edu.cmu.sphinx.linguist.acoustic.HMMStateArc
Gets the HMM associated with this state
getHMMState() - Method in class edu.cmu.sphinx.linguist.flat.HMMStateState
Gets the hmmState associated with this state
getHMMState() - Method in interface edu.cmu.sphinx.linguist.HMMSearchState
Gets the hmm state
getHMMState() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
returns the hmm state associated with this state
getHypothesis() - Method in class edu.cmu.sphinx.util.NISTAlign
Returns the hypothesis string.
getHypothesis() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Returns the list of hypothesized words only to a space separated string.
getID() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Gets the ID for this senone
getID() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Gets the ID for this senone
getID() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Senone
Gets the ID for this senone
getID() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Returns the ID of this GrammarNode.
getID(Unit) - Method in class edu.cmu.sphinx.linguist.util.HMMPool
given a unit return its ID
getId() - Method in class edu.cmu.sphinx.result.Node
Get the ID associated with this Node
getImaginary() - Method in class edu.cmu.sphinx.util.Complex
Returns the imaginary part of this Complex number.
getIndex() - Method in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
Returns the index for this position.
getInitialNode() - Method in class edu.cmu.sphinx.linguist.language.grammar.BatchForcedAlignerGrammar
 
getInitialNode() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Returns the initial node for the grammar
getInitialNode() - Method in interface edu.cmu.sphinx.linguist.language.grammar.GrammarInterface
 
getInitialNode() - Method in class edu.cmu.sphinx.result.Lattice
Get the initialNode for this Lattice.
getInitialState() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMM
Gets the initial states (with probabilities) for this HMM
getInitialState() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Gets the initial states (with probabilities) for this HMM
getInitialState() - Method in interface edu.cmu.sphinx.linguist.SearchGraph
Retrieves initial search state
getInputStream() - Method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer.CTLUtterance
 
getInputStream(String, String) - Static method in class edu.cmu.sphinx.util.StreamFactory
Returns an appropriate InputStream of the given file in the given URL location.
getInputStream(String, String, String) - Static method in class edu.cmu.sphinx.util.StreamFactory
According to the given data format, returns an appropriate InputStream of the given file in the given URL location.
getInsertionProbability() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the insertionPenalty associated with this token
getInsertionProbability() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Retrieves the insertaion probability for this transition
getInsertionProbability() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndUnitState
Gets the acoustic probability of entering this state
getInsertionProbability() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
Gets the language probability of entering this state
getInsertionProbability() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeUnitState
Gets the acoustic probability of entering this state
getInsertionProbability() - Method in interface edu.cmu.sphinx.linguist.SearchStateArc
Gets the insertion probability of entering this state
getInstance() - Static method in class edu.cmu.sphinx.tools.gui.reader.XMLConfigReader
Singleton constructor
getInstance() - Static method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
Obtain a reference to the ModelBuilder instance.
getInstance() - Static method in class edu.cmu.sphinx.tools.gui.util.SysCommandExecutor
Get reference to the SysCommandExecutor
getInstance() - Static method in class edu.cmu.sphinx.tools.gui.writer.ConfigConverter
Get reference to the ConfigConverter
getInstance() - Static method in class edu.cmu.sphinx.tools.gui.writer.XMLConfigWriter
Singleton constructor of XMLConfigWriter ; only one instance is created for the whole system
getInstance() - Static method in class edu.cmu.sphinx.util.LogMath
Returns the last created instance of LogMath or a default instance using all default parameters.
getInstance(Class<C>) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManager
Creates an instance of the given Configurable by using the default parameters as defined by the class annotations to parameterize the component.
getInstance(Class<C>, Map<String, Object>) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManager
Creates an instance of the given Configurable by using the default parameters as defined by the class annotations to parameterize the component.
getInstance(Class<C>, Map<String, Object>, String) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManager
Creates an instance of the given Configurable by using the default parameters as defined by the class annotations to parameterize the component.
getInstanceName() - Method in class edu.cmu.sphinx.util.props.PropertySheet
 
getInstanceNames(Class<? extends Configurable>) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Gets all instances that are of the given type.
getInt(String) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
gets an integer from the tokenizer stream
getInt(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Gets the value associated with this name
getIsClipping() - Method in class edu.cmu.sphinx.frontend.util.VUMeter
 
getIterator() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
Gets an iterator that iterates through all HMMs
getJavadocComment(String, String, String, String) - Static method in class edu.cmu.sphinx.tools.gui.util.JavadocExtractor
do string manipulation to get the property comment
getLanguageModel() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Retrieves the language model for this linguist
getLanguageProbability() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Retrieves the language transition probability for this transition
getLanguageProbability() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndUnitState
Gets the language probability of entering this state
getLanguageProbability() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
Gets the language probability of entering this state
getLanguageProbability() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeUnitState
Gets the language probability of entering this state
getLanguageProbability() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Gets the language probability of entering this state
getLanguageProbability() - Method in interface edu.cmu.sphinx.linguist.SearchStateArc
Gets the language probability of entering this state
getLanguageScore() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the language score associated with this token
getLastDataProcessor() - Method in class edu.cmu.sphinx.frontend.FrontEnd
Returns the last data procssor within the DataProcessor chain of this FrontEnd.
getLattice(String, Dictionary) - Static method in class edu.cmu.sphinx.result.GDLLatticeFactory
Create a Lattice from a GDL (AISee) Lattice file.
getLeavingEdges() - Method in class edu.cmu.sphinx.result.Node
Get the Edges from this Node
getLeftContext() - Method in class edu.cmu.sphinx.linguist.acoustic.LeftRightContext
Retrieves the left context for this unit
getLeftContextSize() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Returns the size of the left context for context dependent units
getLexState() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Returns the lextree state
getLexState() - Method in interface edu.cmu.sphinx.linguist.SearchState
Returns the lex tree state
getLineNumber() - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Gets the current line number
getLines(String) - Static method in class edu.cmu.sphinx.util.BatchFile
Returns a List of the lines in a batch file.
getLines(String, int) - Static method in class edu.cmu.sphinx.util.BatchFile
Returns a List of the lines in a batch file.
getLMScore() - Method in class edu.cmu.sphinx.result.Edge
Get the language model score associated with an Edge
getLocation() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the location of this Token in the ActiveList.
getLogBase() - Method in class edu.cmu.sphinx.result.Lattice
Edge scores are usually log-likelyhood.
getLogBase() - Method in class edu.cmu.sphinx.util.LogMath
Returns the actual log base.
getLogBigramSegmentSize() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns the log of the bigram segment size
getLogComponentWeight(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
 
getLogger() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Used for reporting errors and warnings during loading
getLogger() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
getLogger() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
getLogger() - Method in class edu.cmu.sphinx.util.props.PropertySheet
Returns a logger to use for this configurable component.
getLogger() - Method in class edu.cmu.sphinx.util.props.test.DummyComp
 
getLogMath() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Returns the LogMath used.
getLogMath() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
 
getLogMath() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Returns the LogMath used.
getLogMath() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Returns the LogMath used.
getLogMath() - Method in class edu.cmu.sphinx.result.Lattice
 
getLogMath() - Method in interface edu.cmu.sphinx.result.Path
Returns the log math for the scores of this path.
getLogMath() - Method in class edu.cmu.sphinx.result.Result
Returns the log math used for this Result.
getLogMath() - Method in class edu.cmu.sphinx.result.SimpleWordResult
 
getLogMath() - Method in interface edu.cmu.sphinx.result.WordResult
Returns the log math of the scores.
getLogMath() - Method in class edu.cmu.sphinx.result.WordResultPath
Returns the LogMath of the scores.
getLogOne() - Static method in class edu.cmu.sphinx.util.LogMath
Returns the one value in the log domain
getLogPrefix(ConfigurationManager) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
getLogProbability() - Method in class edu.cmu.sphinx.linguist.acoustic.HMMStateArc
Gets log transition probability
getLogSilenceInsertionProbability() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Returns the log silence insertion probability.
getLogSilenceInsertionProbability() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Returns the log silence insertion probability.
getLogZero() - Static method in class edu.cmu.sphinx.util.LogMath
Returns the zero value in the log domain
getMaxDB() - Method in class edu.cmu.sphinx.frontend.util.VUMeter
 
getMaxDepth() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Returns the maximum depth of the language model
getMaxDepth() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns the maximum depth of the language model
getMaxDepth() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Returns the maximum depth of the language model
getMaxDepth() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Returns the maximum depth of the language model
getMaxTime() - Method in class edu.cmu.sphinx.util.Timer
Gets the max time for this timer in milliseconds
getMean() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Returns the mean for this component.
getMeansPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the pool of means for this loader
getMeansPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Gets the pool of means for this loader
getMeansPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Gets the pool of means for this loader
getMeansPool() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means for this loader
getMeansPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means for this loader
getMeansPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means for this loader
getMeansPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Gets the pool of means for this loader
getMeansTransformationMatrixPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the pool of means transformation matrices for this loader
getMeansTransformationMatrixPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Gets the pool of means transformation matrices for this loader
getMeansTransformationMatrixPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Gets the pool of means transformation matrices for this loader
getMeansTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means transformation matrices for this loader
getMeansTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means transformation matrices for this loader
getMeansTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means transformation matrices for this loader
getMeansTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Gets the pool of means transformation matrices for this loader
getMeansTransformationVectorPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the pool of means transformation vectors for this loader
getMeansTransformationVectorPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Gets the pool of means transformation vectors for this loader
getMeansTransformationVectorPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Gets the pool of means transformation vectors for this loader
getMeansTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means transformation vectors for this loader
getMeansTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means transformation vectors for this loader
getMeansTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means transformation vectors for this loader
getMeansTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Gets the pool of means transformation vectors for this loader
getMinTime() - Method in class edu.cmu.sphinx.util.Timer
Gets the min time for this timer in milliseconds
getMixtureComponents() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Returns the mixture components associated with this Gaussian
getMixtureWeightPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the mixture weight pool
getMixtureWeightPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
getMixtureWeightPool() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getMixtureWeightPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getMixtureWeightPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getMixtureWeightPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
getModel() - Method in class edu.cmu.sphinx.linguist.util.HMMPool
 
getModelBuilder() - Method in class edu.cmu.sphinx.tools.gui.GUIMediator
A public function to obtain reference to the ModelBuilder, that holds the complete set of classes and groups in the model
getMostLikelyPronunciation() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Get the highest probability pronunciation for a word
getMsg() - Method in exception edu.cmu.sphinx.util.props.PropertyException
 
getName() - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
 
getName() - Method in class edu.cmu.sphinx.frontend.util.Utterance
Returns the name of this Utterance.
getName() - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
getName() - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
 
getName() - Method in class edu.cmu.sphinx.instrumentation.MemoryTracker
 
getName() - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
getName() - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
getName() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Returns the name of this AcousticModel, or null if it has no name.
getName() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
returns the pool's name.
getName() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Returns the name of this AcousticModel, or null if it has no name.
getName() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Returns the name of this AcousticModel, or null if it has no name.
getName() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Gets the name for this unit
getName() - Method in class edu.cmu.sphinx.linguist.acoustic.UnitManager
 
getName() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
getName() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Gets the name for this state
getName() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Gets the name for this state
getName() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
getName() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
getName() - Method in class edu.cmu.sphinx.linguist.LinguistProcessor
 
getName() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the name of this AcousticModel, or null if it has no name.
getName() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the name of this AcousticModel, or null if it has no name.
getName() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the name of this AcousticModel, or null if it has no name.
getName() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Returns the name of this AcousticModel, or null if it has no name.
getName() - Method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer.CTLUtterance
 
getName() - Method in class edu.cmu.sphinx.tools.gui.RawPropertyData
 
getName() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
 
getName() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableProperty
 
getName() - Method in class edu.cmu.sphinx.util.props.test.ComponentPropertyTest
 
getName() - Method in class edu.cmu.sphinx.util.props.test.DummyComp
 
getName() - Method in class edu.cmu.sphinx.util.props.test.DummyFrontEnd
 
getName() - Method in class edu.cmu.sphinx.util.props.test.DummyProcessor
 
getName() - Method in class edu.cmu.sphinx.util.props.test.TestConfigurable
 
getName() - Method in class edu.cmu.sphinx.util.StatisticsVariable
Retrieves the name of this StatisticsVariable
getName() - Method in class edu.cmu.sphinx.util.Timer
Retrieves the name of the timer
getNativeAudioFormat(AudioFormat) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns a native audio format that has the same encoding, endianness and sample size as the given format, and a sample rate that is larger than the given sample rate.
getNativeAudioFormat(AudioFormat, Mixer) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns a native audio format that has the same encoding, endianness and sample size as the given format, and a sample rate that is greater than or equal to the given sample rate.
getNewest() - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns the newest words in the sequence (the old word is omitted)
getNextID() - Method in class edu.cmu.sphinx.util.IDGenerator
Returns the next valid ID, checks for integer overflow.
getNextItem() - Method in interface edu.cmu.sphinx.util.BatchManager
Gets the next available batch item or null if no more are available
getNextItem() - Method in class edu.cmu.sphinx.util.PooledBatchManager
Gets the next available batch item or null if no more are available
getNextItem() - Method in class edu.cmu.sphinx.util.SimpleBatchManager
Gets the next available batch item or null if no more are available
getNextState() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
For backwards compatibility

Returns the next state as a SentenceHMSMtate

getNodes() - Method in class edu.cmu.sphinx.result.Lattice
Get the Collection of all Nodes.
getNonEmittingListIterator() - Method in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Returns an Iterator of all the non-emitting ActiveLists.
getNonEmittingListIterator() - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
Returns an Iterator of all the non-emitting ActiveLists.
getNonInstaniatedComps(ConfigurationManager) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Returns the not yet instantiated components registered to this configuration manager.
getNumAlternatives() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Gets the number of alternatives
getNumberBigrams() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns the number of bigrams
getNumberTrigrams() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns the number of trigrams
getNumberUnigrams() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns the number of unigrams
getNumCIUnits() - Method in class edu.cmu.sphinx.linguist.util.HMMPool
Returns the number of CI units
getNumNodes() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
returns the number of nodes in this grammar
getNumStateOrder() - Method in interface edu.cmu.sphinx.linguist.SearchGraph
Returns the number of different state types maintained in the search graph
getNumSuccessors() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Gets the number of successors
getOldest() - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns the oldest words in the sequence (the newest word is omitted)
getOrder() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMM
Returns the order of the HMM
getOrder() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Returns the order of the HMM
getOrder() - Method in class edu.cmu.sphinx.linguist.flat.AlternativeState
Returns the state order for this state type
getOrder() - Method in class edu.cmu.sphinx.linguist.flat.BranchState
Returns the state order for this state type
getOrder() - Method in class edu.cmu.sphinx.linguist.flat.GrammarState
Returns the state order for this state type
getOrder() - Method in class edu.cmu.sphinx.linguist.flat.HMMStateState
Returns the state order for this state type
getOrder() - Method in class edu.cmu.sphinx.linguist.flat.PronunciationState
Returns the state order for this state type
getOrder() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Returns the order of this particular state
getOrder() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Returns the state order for this state type
getOrder() - Method in class edu.cmu.sphinx.linguist.flat.WordState
Returns the state order for this state type
getOrder() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndUnitState
 
getOrder() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndWordState
 
getOrder() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
 
getOrder() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeNonEmittingHMMState
 
getOrder() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeUnitState
 
getOrder() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
 
getOrder() - Method in interface edu.cmu.sphinx.linguist.SearchState
Returns the order of this particular state
getOriginalName() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableProperty
 
getOtherProp() - Method in class edu.cmu.sphinx.tools.gui.ConfigProperties
 
getOutOfGrammarGraph() - Method in class edu.cmu.sphinx.linguist.dflat.OutOfGrammarGraph
Returns an arc to this out-of-grammar graph
getOutput(ConfigProperties) - Method in interface edu.cmu.sphinx.tools.gui.writer.GUIWriter
this method will return the configuration values as text
getOutput(ConfigProperties) - Method in class edu.cmu.sphinx.tools.gui.writer.XMLConfigWriter
This method is inherited from GUIWriter interface.
getOutputStream(String, String, boolean) - Static method in class edu.cmu.sphinx.util.StreamFactory
Returns an appropriate OutputStream of the given file in the given URL location.
getOutputStream(String, String, String, boolean) - Static method in class edu.cmu.sphinx.util.StreamFactory
According to the given data format, returns an appropriate OutputStream of the given file in the given URL location.
getOutputStream(String, String) - Static method in class edu.cmu.sphinx.util.StreamFactory
Returns an appropriate OutputStream of the given file in the given URL location.
getOutputStream(String, String, String) - Static method in class edu.cmu.sphinx.util.StreamFactory
According to the given data format, returns an appropriate OutputStream of the given file in the given URL location.
getOwner() - Method in class edu.cmu.sphinx.util.props.PropertySheet
Returns the owner of this property sheet.
getParent() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Retrieves the parent sate
getPeakDB() - Method in class edu.cmu.sphinx.frontend.util.VUMeter
 
getPosition() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMM
Retrieves the position of this HMM.
getPosition() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Retrieves the position of this HMM.
getPosition() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Gets the position for this unit
getPossibleWordClassifications() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Returns the set of all possible word classifications for this dictionary.
getPossibleWordClassifications() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Returns the set of all possible word classifications for this dictionary.
getPossibleWordClassifications() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Returns the set of all possible word classifications for this dictionary.
getPosterior() - Method in class edu.cmu.sphinx.result.Node
Returns the posterior probability of this node.
getPredecessor() - Method in class edu.cmu.sphinx.decoder.FrameDecoder
 
getPredecessor() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the predecessor for this token, or null if this token has no predecessors
getPredecessor() - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Returns the predecessor DataProcessor.
getPredecessor() - Method in interface edu.cmu.sphinx.frontend.DataProcessor
Returns the predecessor DataProcessor.
getPrettyName() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Returns a pretty name for this HMM
getPrettyName() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Gets the pretty name for this unit sate
getPrettyName() - Method in class edu.cmu.sphinx.linguist.flat.WordState
Returns a pretty name for this state
getPrintWriter() - Method in class edu.cmu.sphinx.util.CommandInterpreter
Returns the output stream of this CommandInterpreter.
getProbability() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Retrieves the probability for the pronunciation.
getProbability() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Gets the composite probability of entering this state
getProbability() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarArc
Retrieves the probability for this transition
getProbability(WordSequence) - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Gets the ngram probability of the word sequence represented by the word list
getProbability(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Gets the ngram probability of the word sequence represented by the word list
getProbability(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Gets the ngram probability of the word sequence represented by the word list
getProbability() - Method in interface edu.cmu.sphinx.linguist.SearchStateArc
Gets the composite probability of entering this state
getPrompt() - Method in class edu.cmu.sphinx.util.CommandInterpreter
Gets the prompt for the interpreter
getPronunciation() - Method in class edu.cmu.sphinx.linguist.flat.PronunciationState
Gets the pronunciation associated with this state
getPronunciation() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Gets the word pronunciation for this state
getPronunciation() - Method in interface edu.cmu.sphinx.linguist.WordSearchState
Gets the word (as a pronunciation)
getPronunciation() - Method in class edu.cmu.sphinx.result.SimpleWordResult
 
getPronunciation() - Method in interface edu.cmu.sphinx.result.WordResult
Gets the pronunciation for this word.
getPronunciations(WordClassification) - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Retrieves the pronunciations of this word
getPronunciations() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Retrieves the pronunciations of this word
getProperties() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.tools.gui.RawPropertyData
 
getProperties() - Method in class edu.cmu.sphinx.util.props.RawPropertyData
 
getProperty() - Method in class edu.cmu.sphinx.tools.gui.ConfigProperties
 
getProperty(String) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
get the property with specified name
getProperty() - Method in exception edu.cmu.sphinx.util.props.PropertyException
Retrieves the name of the offending property
getProperty(String, Class) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Returns the property names name which is still wrapped into the annotation instance.
getPropertyManager(PropertySheet) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Why do we need this method?
getPropertyMap() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
 
getPropertySheet(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Returns the property sheet for the given object instance
getProps() - Method in class edu.cmu.sphinx.frontend.Signal
Returns the properties associated to this signal.
getPropSheets(Class<? extends Configurable>) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Given a Configurable-class/interface, all property-sheets which are subclassing/implemting this class/interface are collected and returned.
getRandomSentence() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Returns a random sentence that fits this grammar
getRaw(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Gets the raw value associated with this name
getRawNoReplacement(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Gets the raw value associated with this name, no global symbol replacement is performed.
getReal() - Method in class edu.cmu.sphinx.util.Complex
Returns the real part of this Complex number.
getRef() - Method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer.CTLUtterance
 
getReference(String) - Static method in class edu.cmu.sphinx.util.BatchFile
Returns the reference string portion of a line in a batch file.
getReference() - Method in class edu.cmu.sphinx.util.NISTAlign
Returns the reference string.
getReferences() - Method in class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
Returns a list of all reference text.
getReferences() - Method in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
Returns a list of all reference text.
getReferences() - Method in class edu.cmu.sphinx.util.FileReferenceSource
Returns a list of reference text.
getReferences() - Method in interface edu.cmu.sphinx.util.ReferenceSource
Returns a list of reference text.
getReferenceText() - Method in class edu.cmu.sphinx.result.Result
Retrieves the reference text.
getRegisteredProperties() - Method in class edu.cmu.sphinx.util.props.PropertySheet
Returns the names of registered properties of this PropertySheet object.
getResource(String, PropertySheet) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Gets a resource associated with the given parameter name given an property sheet.
getResponse() - Method in class edu.cmu.sphinx.util.SocketCommandClient
Gets a response
getResultList() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Returns the result list.
getResultList() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Returns the result list.
getResultTokens() - Method in class edu.cmu.sphinx.result.Result
Returns a list of result tokens for this result.
getRightContext() - Method in class edu.cmu.sphinx.linguist.acoustic.LeftRightContext
Retrieves the right context for this unit
getRightContexts(int, boolean, int) - Method in class edu.cmu.sphinx.linguist.flat.GrammarPoint
Gets all of the right contexts for this grammar point.
getRightContextSize() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Returns the size of the right context for context dependent units
getRightContextSize() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Returns the size of the right context for context dependent units
getRightContextSize() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Returns the size of the right context for context dependent units
getRmsDB() - Method in class edu.cmu.sphinx.frontend.util.VUMeter
 
getRootLogger() - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Returns the root-logger of this configuration manager.
getSampleRate() - Method in class edu.cmu.sphinx.frontend.DataStartSignal
 
getSampleRate() - Method in class edu.cmu.sphinx.frontend.DoubleData
Returns the sample rate of the data.
getSampleRate() - Method in class edu.cmu.sphinx.frontend.FloatData
Returns the sample rate of this data.
getSampleRate() - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
 
getSampleRate() - Method in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
getSamplesPerShift(int, float) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns the number of samples in a window shift given the sample rate (in Hertz) and the window shift (in milliseconds).
getSamplesPerWindow(int, float) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns the number of samples per window given the sample rate (in Hertz) and window size (in milliseconds).
getScore() - Method in interface edu.cmu.sphinx.decoder.scorer.Scoreable
Retrieves a previously calculated (and possibly normalized) score
getScore() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the score for the token.
getScore(Data) - Method in interface edu.cmu.sphinx.linguist.acoustic.HMMState
Gets the score for this HMM state
getScore(Data) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Calculates the composite senone score.
getScore(Data) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Returns a score for the given feature based upon this senone, and calculates it if not already calculated.
getScore(FloatData) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Calculate the score for this mixture against the given feature.
getScore(float[]) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Calculate the score for this mixture against the given feature.
getScore(Data) - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Senone
Calculates the score for this senone based upon the given feature.
getScore(Data) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Gets the score for this HMM state
getScore(Data) - Method in class edu.cmu.sphinx.linguist.flat.HMMStateState
Calculate the acoustic score for this state
getScore() - Method in interface edu.cmu.sphinx.result.Path
Gets the total score for this path.
getScore() - Method in class edu.cmu.sphinx.result.SimpleWordResult
 
getScore() - Method in interface edu.cmu.sphinx.result.WordResult
Gets the total score for this word.
getScore() - Method in class edu.cmu.sphinx.result.WordResultPath
 
getSearchGraph() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Returns the search graph
getSearchGraph() - Method in class edu.cmu.sphinx.linguist.flat.CIPhoneLoop
Creates a new loop of all the context-independent phones.
getSearchGraph() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Returns the search graph
getSearchGraph() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
getSearchGraph() - Method in interface edu.cmu.sphinx.linguist.Linguist
Retrieves search graph.
getSearchState() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the SearchState associated with this token
getSectionName() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
 
getSelectionEnd() - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Returns the index of the sample representing the end of the selection
getSelectionStart() - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Returns the index of the sample representing the start of the selection
getSenone() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Gets the senone for this HMM state
getSenonePool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the senone pool for this loader
getSenonePool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
 
getSenonePool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
getSenonePool() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getSenonePool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getSenonePool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getSenonePool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
getSenones() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Returns the set of senones that compose this composite senone.
getSenones() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence
Returns the ordered set of senones for this sequence
getSenoneSequence() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Returns the SenoneSequence associated with this HMM
getSentenceAccuracy() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Returns the sentence accuracy
getSentenceEndWord() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Returns the sentence end word.
getSentenceEndWord() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Returns the sentence end word.
getSentenceEndWord() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Returns the sentence end word.
getSentenceStartWord() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Returns the sentence start word.
getSentenceStartWord() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Returns the sentence start word.
getSentenceStartWord() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Returns the sentence start word.
getSignature() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Gets the signature for this state
getSignature() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
Gets the ID for this state
getSignature() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Gets the unique signature for this state.
getSignature() - Method in interface edu.cmu.sphinx.linguist.SearchState
Returns a unique signature for this state
getSilenceWord() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Returns the silence word.
getSilenceWord() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Returns the silence word.
getSilenceWord() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Returns the silence word.
getSmear(WordSequence) - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Gets the smear term for the given wordSequence
getSmear(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
getSmear(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Gets the smear term for the given wordSequence
getSmearOld(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Gets the smear term for the given wordSequence
getSocket() - Method in class edu.cmu.sphinx.util.CommandInterpreter
Returns the Socket this CommandInterpreter uses.
getSoTimeout() - Method in class edu.cmu.sphinx.util.SocketCommandClient
Returns the SO_TIMEOUT of the Socket that this client uses. 0 returns implies that the option is disabled (i.e., timeout of infinity).
getSourceCode(String) - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
This method would return the source code for the specified class name
getSpeed() - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
Returns the speed of the last decoding as a fraction of real time.
getSpelling() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Returns the spelling of the word.
getStartFrame() - Method in class edu.cmu.sphinx.result.Result
Gets the starting frame number for the result.
getStartFrame() - Method in class edu.cmu.sphinx.result.SimpleWordResult
 
getStartFrame() - Method in interface edu.cmu.sphinx.result.WordResult
Gets the starting frame number for the word
getStartOffset() - Method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer.CTLUtterance
 
getState(int) - Method in interface edu.cmu.sphinx.linguist.acoustic.HMM
Retrieves the hmm state
getState() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMMState
Gets the state
getState(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Retrieves the hmm state
getState() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Gets the state
getState() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Retrieves the next state
getState() - Method in interface edu.cmu.sphinx.linguist.SearchStateArc
Gets a successor to this search state
getState() - Method in class edu.cmu.sphinx.recognizer.Recognizer
Retrieves the recognizer state.
getStatisticsVariable(String) - Static method in class edu.cmu.sphinx.util.StatisticsVariable
Gets the StatisticsVariable with the given name from the given context.
getStatisticsVariable(String, String) - Static method in class edu.cmu.sphinx.util.StatisticsVariable
Gets the StatisticsVariable with the given name for the given instance and context.
getString() - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Gets the next word from the tokenizer
getString(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Gets the value associated with this name
getStrippedComponentName(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
 
getSubSequence(int, int) - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns a subsequence with both startIndex and stopIndex exclusive.
getSuccessors() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMMState
Retrieves the state of successor states for this state
getSuccessors() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Retrieves the state of successor states for this state
getSuccessors() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Gets a successor to this search state
getSuccessors() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Retrieves the set of transitions out of this node
getSuccessors() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndUnitState
Returns the list of successors to this state
getSuccessors() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
Retreives the set of successors for this state
getSuccessors() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeUnitState
Returns the list of successors to this state
getSuccessors() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Returns the list of successors to this state
getSuccessors() - Method in interface edu.cmu.sphinx.linguist.SearchState
Gets a successor to this search state
getTag() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Retrieves the tag associated with the pronunciation or null if there is no tag associated with this pronunciation.
getTail() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Returns the tail for this unit state.
getTerminalNode() - Method in class edu.cmu.sphinx.result.Lattice
Get the terminalNode for this Lattice.
getTerse() - Method in class edu.cmu.sphinx.util.SphinxLogFormatter
Retrieves the level of output
getTime() - Method in class edu.cmu.sphinx.frontend.Signal
Returns the time this Signal was created.
getTimedBestResult(boolean, boolean) - Method in class edu.cmu.sphinx.result.Result
Returns the string of words (with timestamp) for this token.
getTimer() - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Returns the timer this DataProcessor uses.
getTimer(String) - Static method in class edu.cmu.sphinx.util.Timer
Retrieves (or creates) a timer with the given name
getTitle() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
gets the title (fullname + stateNumber) for this state
getTokenProps() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the application object
getTokens() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Gets the list of all tokens
getTokensCreated() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Returns the tokensCreated StatisticsVariable.
getTokensCreated() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Returns the tokensCreated StatisticsVariable.
getToNode() - Method in class edu.cmu.sphinx.result.Edge
Get the "to" Node associated with an Edge
getTotalDeletions() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of deletions
getTotalInsertions() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of insertion errors
getTotalSentenceAccuracy() - Method in class edu.cmu.sphinx.util.NISTAlign
Returns the total sentence accuracy.
getTotalSentences() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of sentences
getTotalSentencesWithErrors() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of sentences with errors
getTotalSubstitutions() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of substitution errors
getTotalWordAccuracy() - Method in class edu.cmu.sphinx.util.NISTAlign
Returns the total word accuracy.
getTotalWordErrorRate() - Method in class edu.cmu.sphinx.util.NISTAlign
Returns the total word accuracy.
getTotalWordErrors() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of word errors for all calls to align.
getTotalWords() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of words
getTranscript() - Method in class edu.cmu.sphinx.util.BatchItem
Gets the transcript for the batch
getTranscriptFile() - Method in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
Returns the name of the transcript file.
getTranscription() - Method in interface edu.cmu.sphinx.result.Path
Gets the transcription of the path.
getTranscription() - Method in class edu.cmu.sphinx.result.WordResultPath
 
getTransformMatrix() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the transformation matrix
getTransformMatrix() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
getTransformMatrix() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getTransformMatrix() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getTransformMatrix() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getTransformMatrix() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
getTransitionMatrix() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Returns the transition matrix that determines the state transition probabilities for the matrix.
getTransitionMatrixPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the transition matrix pool
getTransitionMatrixPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
getTransitionMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getTransitionMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getTransitionMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getTransitionMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
getTransitionProbability(int, int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Returns the transition probability between two states.
getTrigramBackoffWeights() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns all the trigram backoff weights
getTrigramHits() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Returns the number of trigram hits.
getTrigramMisses() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Returns the number of times when a trigram is queried, but there is no trigram in the LM (in which case it uses the backoff probabilities).
getTrigramOffset() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns the location (or offset) into the file where trigrams start.
getTrigramProbabilities() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns all the trigram probabilities.
getTrigramSegments() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns the trigram segment table.
getType() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableProperty
 
getType(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Returns the type of the given property.
getTypeLabel() - Method in class edu.cmu.sphinx.linguist.flat.AlternativeState
Retrieves a short label describing the type of this state.
getTypeLabel() - Method in class edu.cmu.sphinx.linguist.flat.BranchState
Retrieves a short label describing the type of this state.
getTypeLabel() - Method in class edu.cmu.sphinx.linguist.flat.GrammarState
Retrieves a short label describing the type of this state.
getTypeLabel() - Method in class edu.cmu.sphinx.linguist.flat.HMMStateState
Retrieves a short label describing the type of this state.
getTypeLabel() - Method in class edu.cmu.sphinx.linguist.flat.PronunciationState
Retrieves a short label describing the type of this state.
getTypeLabel() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Retrieves a short label describing the type of this state.
getTypeLabel() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Retrieves a short label describing the type of this state.
getTypeLabel() - Method in class edu.cmu.sphinx.linguist.flat.WordState
Retrieves a short label describing the type of this state.
getUndefinedMandatoryProps() - Method in class edu.cmu.sphinx.util.props.PropertySheet
Returns the set of all component properties which were tagged as mandatory but which are not set (or no default value is given).
getUnigrams() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns all the unigrams
getUnit() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMM
Gets the unit associated with this HMM
getUnit() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Gets the unit associated with this HMM
getUnit(String, boolean, Context) - Method in class edu.cmu.sphinx.linguist.acoustic.UnitManager
Gets or creates a unit from the unit pool
getUnit(String, boolean) - Method in class edu.cmu.sphinx.linguist.acoustic.UnitManager
Gets or creates a unit from the unit pool
getUnit(String) - Method in class edu.cmu.sphinx.linguist.acoustic.UnitManager
Gets or creates a unit from the unit pool
getUnit() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Gets the unit associated with this state
getUnit() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndUnitState
Returns the base unit assciated with this state
getUnit() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeUnitState
Returns the base unit assciated with this state
getUnit() - Method in interface edu.cmu.sphinx.linguist.UnitSearchState
Gets the unit
getUnit(int) - Method in class edu.cmu.sphinx.linguist.util.HMMPool
Gets the unit for the given id
getUnits() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Retrieves the units for this pronunciation
getURL(File) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
getUtterance() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Returns the current Utterance.
getValue() - Method in class edu.cmu.sphinx.util.props.GlobalProperty
 
getValue() - Method in class edu.cmu.sphinx.util.StatisticsVariable
Retrieves the value for this StatisticsVariable
getValues() - Method in class edu.cmu.sphinx.frontend.FloatData
Returns the values of this DoubleData object.
getValues() - Method in class edu.cmu.sphinx.util.machlearn.OVector
Returns the values of this observation.
getValueSignature() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Returns the value signature of this unit
getValueSignature() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Returns the value signature of this unit
getVariance() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Returns the variance for this component.
getVariancePool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the variance pool
getVariancePool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
 
getVariancePool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
getVariancePool() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getVariancePool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getVariancePool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getVariancePool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
getVarianceTransformationMatrixPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the variance transformation matrix pool
getVarianceTransformationMatrixPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Gets the variance transformation matrix pool
getVarianceTransformationMatrixPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Gets the variance transformation matrix pool
getVarianceTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the variance transformation matrix pool
getVarianceTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the variance transformation matrix pool
getVarianceTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the variance transformation matrix pool
getVarianceTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Gets the variance transformation matrix pool
getVarianceTransformationVectorPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Gets the pool of variance transformation vectors for this loader
getVarianceTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of variance transformation vectors for this loader
getVarianceTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of variance transformation vectors for this loader
getVarianceTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of variance transformation vectors for this loader
getVarianceTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Gets the pool of variance transformation vectors for this loader
getViterbiPath() - Method in class edu.cmu.sphinx.result.Lattice
Retrieves the MAP path from this lattice.
getViterbiScore() - Method in class edu.cmu.sphinx.result.Node
Returns the Viterbi score for this node.
getVocabulary() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Returns the set of words in the lanaguage model.
getVocabulary() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Returns the set of words in the lanaguage model.
getVocabulary() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Returns the set of words in the lanaguage model.
getVu() - Method in class edu.cmu.sphinx.frontend.util.VUMeterPanel
 
getVuMeterDialog() - Method in class edu.cmu.sphinx.frontend.util.VUMeterMonitor
 
getWhich() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Retrieves the index for this state words
getWindowShiftInMs() - Method in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
Returns the shift size used to window the incoming speech signal.
getWord() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the word of this Token, the search state is a WordSearchState.
getWord(String) - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Returns a Word object based on the spelling and its classification.
getWord(String) - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Returns a Word object based on the spelling and its classification.
getWord(String) - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Returns a Word object based on the spelling and its classification.
getWord() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Retrives the word that this Pronunciation object represents.
getWord() - Method in class edu.cmu.sphinx.linguist.flat.WordState
Gets the word associated with this state
getWord() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Retrieve the single word associated with this grammar
getWord(int) - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns the nth word in this sequence
getWord() - Method in class edu.cmu.sphinx.result.Node
Get the word associated with this Node
getWordAccuracy() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Returns the accuracy
getWordClassification() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Retrieves the word classification for this pronunciation
getWordDictionaryFile() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Get the word dictionary file
getWordDictionaryFile() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Get the word dictionary file
getWordHistory() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Gets the word history for this state.
getWordHistory() - Method in interface edu.cmu.sphinx.linguist.SearchState
Gets the word history for this state
getWordID(Word) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Returns the ID of the given word.
getWordPath(boolean, boolean) - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the string of words leading up to this token.
getWordPath() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the string of words for this token, with embedded silences
getWordPathNoFiller() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the string of words for this token, with no embedded filler words
getWordResult(String) - Method in class edu.cmu.sphinx.result.ConfusionSet
Returns the WordResult in this ConfusionSet for the given word.
getWords(int) - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Retrieves the words associated with a specific alternative
getWords() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Returns all the words.
getWords() - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns the words of the WordSequence.
getWords() - Method in interface edu.cmu.sphinx.result.Path
Gets the ordered set of words for this path
getWords() - Method in class edu.cmu.sphinx.result.WordResultPath
 
getWordSet(double) - Method in class edu.cmu.sphinx.result.ConfusionSet
Get the word set with this confidence.
getWordUnitPath() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the string of words and units for this token, with embedded silences.
getWorkingScore() - Method in class edu.cmu.sphinx.decoder.search.Token
Gets the working score.
GLOBAL_COMMON_LOGLEVEL - Static variable in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
A common property (used by all components) that sets the log level for the component.
GlobalProperties - Class in edu.cmu.sphinx.util.props
A collection of global properties used within a sphinx4-system configuration
GlobalProperties() - Constructor for class edu.cmu.sphinx.util.props.GlobalProperties
 
GlobalProperties(GlobalProperties) - Constructor for class edu.cmu.sphinx.util.props.GlobalProperties
 
GlobalProperty - Class in edu.cmu.sphinx.util.props
A global property of the sphinx configuration system
GlobalProperty(Object) - Constructor for class edu.cmu.sphinx.util.props.GlobalProperty
 
GRAMMAR - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
A sphinx property used to define the grammar to use when building the search graph
Grammar - Class in edu.cmu.sphinx.linguist.language.grammar
Classes that implement this interface create grammars.
Grammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.Grammar
 
GrammarArc - Class in edu.cmu.sphinx.linguist.language.grammar
Represents a single transition out of a grammar node.
GrammarArc(GrammarNode, float) - Constructor for class edu.cmu.sphinx.linguist.language.grammar.GrammarArc
Create a grammar arc
GrammarInterface - Interface in edu.cmu.sphinx.linguist.language.grammar
Copyright 1999-2006 Carnegie Mellon University.
GrammarNode - Class in edu.cmu.sphinx.linguist.language.grammar
Represents a grammar node in a grammar.
GrammarNode(int, Word[][]) - Constructor for class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Creates a GrammarNode with the given ID, Words.
GrammarPoint - Class in edu.cmu.sphinx.linguist.flat
Manages a particular point in a grammar.
GrammarPoint(SentenceHMMState) - Constructor for class edu.cmu.sphinx.linguist.flat.GrammarPoint
Creates a grammar point that points to the given unit of the given pronunciation state.
GrammarPoint(GrammarNode) - Constructor for class edu.cmu.sphinx.linguist.flat.GrammarPoint
Creates a grammar node that points to the first unit of the first pronunciation of the first word of the given grammar node
GrammarPoint(PronunciationState, int) - Constructor for class edu.cmu.sphinx.linguist.flat.GrammarPoint
Creates a GrammarPoint that corresponds to the given unit of the given pronunciation
GrammarPoint(GrammarNode, int, int, int, int) - Constructor for class edu.cmu.sphinx.linguist.flat.GrammarPoint
Creates a GrammarPoint that points to a fully specified unit
GrammarState - Class in edu.cmu.sphinx.linguist.flat
Represents a non-emitting sentence hmm state
GrammarState(GrammarNode) - Constructor for class edu.cmu.sphinx.linguist.flat.GrammarState
Creates a GrammarState
GREEN - Static variable in class edu.cmu.sphinx.linguist.flat.Color
The Color Green
GUIFileActionListener - Interface in edu.cmu.sphinx.tools.gui
This interface represents the super class of the GUI panels, It is used for synchronizing the GUI panel data and data in the model
GUIMainDriver - Class in edu.cmu.sphinx.tools.gui
Main driver for GUI class
GUIMainDriver() - Constructor for class edu.cmu.sphinx.tools.gui.GUIMainDriver
 
GUIMediator - Class in edu.cmu.sphinx.tools.gui
This is one of the important classes that coordinates between GUI and model Its main operations are : 1. to start and initialize the GUI and Sphinx model 2. drive the input - output operation, and 3. to retrieve the most updated data from GUI or to update GUI of the new loaded data
GUIMediator() - Constructor for class edu.cmu.sphinx.tools.gui.GUIMediator
Creates a new instance of GUIMediator
GUIOperationException - Exception in edu.cmu.sphinx.tools.gui
This exception is thrown when there is any error during GUI operations
GUIOperationException(int, String) - Constructor for exception edu.cmu.sphinx.tools.gui.GUIOperationException
Creates a new instance of GUIOperationException with detail message and mode as the type of error
GUIReader - Interface in edu.cmu.sphinx.tools.gui.reader
This class is an abstraction for all reader classes
GUIReaderException - Exception in edu.cmu.sphinx.tools.gui.reader
This class is thrown when there is error during reading operations
GUIReaderException(String, int) - Constructor for exception edu.cmu.sphinx.tools.gui.reader.GUIReaderException
Constructs an instance of GUIReaderException with the specified detail message.
GUIWriter - Interface in edu.cmu.sphinx.tools.gui.writer
This class is the general type of all type of GUI Writers.
GUIWriterException - Exception in edu.cmu.sphinx.tools.gui.writer
This exception is thrown when there is an error in the writing process to output
GUIWriterException(String, int) - Constructor for exception edu.cmu.sphinx.tools.gui.writer.GUIWriterException
Constructs an instance of GUIWriterException with the specified detail message and mode as the type of error

H

hasAncestralRelationship(Node) - Method in class edu.cmu.sphinx.result.Node
Check whether this node has an ancestral relationship with another node (i.e. either this node is an ancestor of the other node, or vice versa)
hasEquivalentLeavingEdges(Node) - Method in class edu.cmu.sphinx.result.Node
Test if a Node has all Edges to the same Nodes and another Node.
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.Context
calculates a hashCode for this context.
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Returns the hashcode for this object
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Returns the hashcode for this object
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
 
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Returns the hashcode for this state
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence
Returns the hashCode for this object
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
calculates a hashCode for this unit.
hashCode() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
 
hashCode() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Returns a hashCode for this object
hashCode() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndUnitState
Generate a hashcode for an object
hashCode() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
Generate a hashcode for an object
hashCode() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeUnitState
Generate a hashcode for an object
hashCode() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Generate a hashcode for an object
hashCode() - Method in class edu.cmu.sphinx.linguist.WordSequence
Calculates the hashcode for this object
hashCode() - Method in class edu.cmu.sphinx.result.Node
 
hashCode() - Method in class edu.cmu.sphinx.util.machlearn.OVector
 
hashCode() - Method in class edu.cmu.sphinx.util.props.GlobalProperty
 
hasIncreasingOrder(List<Data>, int) - Static method in class edu.cmu.sphinx.frontend.test.DataBlockerTest
Tests wether the samples of all Datas in the list are ordered in increasing order with +1 increments.
hasMoreData() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Returns true if there is more data in the Microphone.
hertzToBark(double) - Method in class edu.cmu.sphinx.frontend.frequencywarp.FrequencyWarper
Compute Bark frequency from linear frequency in Hertz.
hex2Binary(String) - Static method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
HMM - Interface in edu.cmu.sphinx.linguist.acoustic
Represents a hidden-markov-model.
HMMManager - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Manages HMMs.
HMMManager() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
 
HMMPool - Class in edu.cmu.sphinx.linguist.util
The HMMPool provides the ability to manage units via small integer IDs.
HMMPool(AcousticModel, Logger, UnitManager) - Constructor for class edu.cmu.sphinx.linguist.util.HMMPool
Constructs a HMMPool object.
HMMPosition - Class in edu.cmu.sphinx.linguist.acoustic
Defines possible positions of HMMs.
HMMSearchState - Interface in edu.cmu.sphinx.linguist
Represents a single hmm state in a language search space
HMMState - Interface in edu.cmu.sphinx.linguist.acoustic
Represents a single state in an HMM
HMMStateArc - Class in edu.cmu.sphinx.linguist.acoustic
Represents a transition to single state in an HMM

All probabilities are maintained in linear base

HMMStateArc(HMMState, float) - Constructor for class edu.cmu.sphinx.linguist.acoustic.HMMStateArc
Constructs an HMMStateArc
HMMStateState - Class in edu.cmu.sphinx.linguist.flat
Represents a hmmState in an SentenceHMMS
HMMStateState(SentenceHMMState, HMMState) - Constructor for class edu.cmu.sphinx.linguist.flat.HMMStateState
Creates a HMMStateState
HTMLDumper - Class in edu.cmu.sphinx.util.props.tools
Dumps a given configuration manager to HTML.
HTMLDumper() - Constructor for class edu.cmu.sphinx.util.props.tools.HTMLDumper
 

I

IDGenerator - Class in edu.cmu.sphinx.util
An ID generator that gives out positive integer IDs and checks for overflow.
IDGenerator() - Constructor for class edu.cmu.sphinx.util.IDGenerator
 
IncludingConfigHandler - Class in edu.cmu.sphinx.util.props
Handles configurations like the old one but is also able to process a new "include"-field
IncludingConfigHandler(Map<String, RawPropertyData>, GlobalProperties, boolean, URL) - Constructor for class edu.cmu.sphinx.util.props.IncludingConfigHandler
 
indexOf(Object) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
returns the ID of a given object from the pool
initialize() - Method in class edu.cmu.sphinx.decoder.FrameDecoder
 
initialize() - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Initializes this DataProcessor.
initialize() - Method in interface edu.cmu.sphinx.frontend.DataProcessor
Initializes this DataProcessor.
initialize() - Method in class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
Initializes this data processor
initialize() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
Initializes this LevelTracker endpointer and DataProcessor predecessor.
initialize() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
Initializes this SpeechMarker
initialize() - Method in class edu.cmu.sphinx.frontend.feature.BatchCMN
Initializes this BatchCMN.
initialize() - Method in class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
 
initialize() - Method in class edu.cmu.sphinx.frontend.feature.FrameDropper
Initializes this FrameDropper.
initialize() - Method in class edu.cmu.sphinx.frontend.feature.LiveCMN
Initializes this LiveCMN.
initialize() - Method in class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
 
initialize() - Method in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
 
initialize() - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
Constructs a PLPCepstrumProducer
initialize() - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
Initializes this PLPFrequencyFilterBank object
initialize() - Method in class edu.cmu.sphinx.frontend.FrontEnd
 
initialize() - Method in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
 
initialize() - Method in class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
 
initialize() - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
 
initialize() - Method in class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
Initializes a ConcatFileDataSource.
initialize() - Method in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
Initializes a ConcatFileDataSource.
initialize() - Method in class edu.cmu.sphinx.frontend.util.DataDumper
Constructs a DataDumper
initialize() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Constructs a Microphone with the given InputStream.
initialize() - Method in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
Constructs a StreamCepstrumSource that reads MelCepstrum data from the given path.
initialize() - Method in class edu.cmu.sphinx.frontend.util.StreamDataSource
 
initialize() - Method in class edu.cmu.sphinx.frontend.util.WavWriter
Initializes this DataProcessor.
initialize() - Method in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
INT - Static variable in class edu.cmu.sphinx.tools.gui.util.PropertyType
An integer type
INTERNAL - Static variable in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
HMM is completely internal to the word
InternalConfigurationException - Exception in edu.cmu.sphinx.util.props
Indicates that a problem occurred while setting one or more properties for this component.
isAncestorOf(Node) - Method in class edu.cmu.sphinx.result.Node
Check whether this node is an ancestor of another node.
isBigEndian() - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
 
isCepstraFileBigEndian(String) - Static method in class edu.cmu.sphinx.util.Utilities
Returns true if the given binary cepstra file is in big-endian format.
isComposite() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Determines if this HMM is a composite HMM
isContextDependent() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Determines if this HMM corresponds to a context dependent unit
isContextDependent() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Determines if this unit is context dependent
isContextMatch(Unit[], Unit[]) - Static method in class edu.cmu.sphinx.linguist.acoustic.Unit
Checks to see that there is 100% overlap in the given contexts
isDerivedClass(Class, Class) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
isEmitting() - Method in class edu.cmu.sphinx.decoder.search.Token
Determines if this token is associated with an emitting state.
isEmitting() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMMState
Determines if this HMMState is an emittting state
isEmitting() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Determines if this HMMState is an emittting state
isEmitting() - Method in class edu.cmu.sphinx.linguist.flat.HMMStateState
Determines if this state is an emitting state
isEmitting() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state is an emitting state
isEmitting() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
Determines if this is an emitting state
isEmitting() - Method in interface edu.cmu.sphinx.linguist.SearchState
Determines if this is an emitting state
isEmpty() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Determines if this grammar node is empty (that is, has no words).
isEnabled() - Method in class edu.cmu.sphinx.util.StatisticsVariable
Determines if this StatisticsVariable is enabled
isEOF() - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Determines if the stream is at the end of file
isEquivalent(Edge) - Method in class edu.cmu.sphinx.result.Edge
Returns true if the given edge is equivalent to this edge.
isEquivalent(Lattice) - Method in class edu.cmu.sphinx.result.Lattice
Returns true if the given Lattice is equivalent to this Lattice.
isEquivalent(Node) - Method in class edu.cmu.sphinx.result.Node
Returns true if the given node is equivalent to this node.
isExitState() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMMState
Determines if this state is an exit state of the HMM
isExitState() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Determines if this state is an exit state of the HMM
isFanIn() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state is a fan-in state.
isFiller() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Determines if this HMM represents a filler unit.
isFiller() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Determines if this unit is a filler unit
isFiller() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Determines if this is a filler word
isFiller() - Method in class edu.cmu.sphinx.result.SimpleWordResult
 
isFiller() - Method in interface edu.cmu.sphinx.result.WordResult
Does this word result represent a filler token?
isFinal() - Method in class edu.cmu.sphinx.decoder.search.Token
Determines if this token is associated with a final SentenceHMM state.
isFinal() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this is a final state
isFinal() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Determines if this is a final state
isFinal() - Method in interface edu.cmu.sphinx.linguist.SearchState
Determines if this is a final state
isFinal() - Method in class edu.cmu.sphinx.result.Result
Determines if the result is a final result.
isFinalNode() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Determines if this grammar node is a final node in the grammar
isImplementingInterface(Class, Class) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
isInsertable(float, int) - Method in class edu.cmu.sphinx.decoder.search.ArrayTokenStack
Returns true if the given score is higher than the lowest scoring token in this TokenStack.
isInsertable(float, int) - Method in interface edu.cmu.sphinx.decoder.search.TokenStack
Returns true if the given score is higher than the lowest scoring token in this TokenStack.
isInstanciated() - Method in class edu.cmu.sphinx.util.props.PropertySheet
Returns true if the owner of this property sheet is already instanciated.
isLast() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Returns true if this unit is the last unit of the pronunciation
isPartialMatch(Context) - Method in class edu.cmu.sphinx.linguist.acoustic.Context
Checks to see if there is a partial match with the given context.
isPartialMatch(Context) - Method in class edu.cmu.sphinx.linguist.acoustic.LeftRightContext
Checks to see if there is a partial match with the given context.
isPartialMatch(String, Context) - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Checks to see if the given unit with associated contexts is a partial match for this unit.
isProcessed() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state has been 'processed'.
isRecording() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Returns true if this Microphone is recording.
isResponse() - Method in class edu.cmu.sphinx.util.SocketCommandClient
is a response
isSentenceEndWord() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Returns true if this word is an end of sentence word
isSentenceStartWord() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Returns true if this word is a start of sentence word
isSharedState() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state is a shard state
isSilence() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Determines if this unit is the silence unit
isStarted() - Method in class edu.cmu.sphinx.util.Timer
Returns true if the timer has started.
isSubClass(Class, Class) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
isUnit() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state is a unit state
isUnit() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
 
isUseAddTable() - Method in class edu.cmu.sphinx.util.LogMath
 
isUseMfccs() - Method in class edu.cmu.sphinx.util.props.test.DummyFrontEnd
 
isValid(Object) - Method in class edu.cmu.sphinx.tools.gui.util.PropertyType
Determines if the given object can be converted to this type.
isValidID(int) - Method in class edu.cmu.sphinx.linguist.util.HMMPool
 
isWord() - Method in class edu.cmu.sphinx.decoder.search.Token
Determines if this token marks the end of a word
isWordBeginning() - Method in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
Determines if this position is word beginning position
isWordEnd() - Method in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
Determines if this position is an end word position
isWordStart() - Method in class edu.cmu.sphinx.linguist.flat.PronunciationState
Returns true if this PronunciationState indicates the start of a word.
isWordStart() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state marks the beginning of a word
isWordStart() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Returns true if this LexTreeWordState indicates the start of a word.
isWordStart() - Method in interface edu.cmu.sphinx.linguist.WordSearchState
Returns true if this WordSearchState indicates the start of a word.
iterator() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Returns an iterator over the elements in this active list
iterator() - Static method in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
Returns an iterator for all HMMPositions

J

JavadocExtractor - Class in edu.cmu.sphinx.tools.gui.util
This is a helper class to retrieve the javadoc information of Sphinx classes
JavadocExtractor() - Constructor for class edu.cmu.sphinx.tools.gui.util.JavadocExtractor
 

L

LanguageModel - Interface in edu.cmu.sphinx.linguist.language.ngram
Represents the generic interface to an N-Gram language model.
LargeTrigramModel - Class in edu.cmu.sphinx.linguist.language.ngram.large
Queries a binary language model file generated by the CMU-Cambridge Statistical Language Modelling Toolkit.
LargeTrigramModel() - Constructor for class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
Lattice - Class in edu.cmu.sphinx.result

Provides recognition lattice results.

Lattice(LogMath) - Constructor for class edu.cmu.sphinx.result.Lattice
Create an empty Lattice.
Lattice(Result) - Constructor for class edu.cmu.sphinx.result.Lattice
Create a Lattice from a Result.
Lattice(String) - Constructor for class edu.cmu.sphinx.result.Lattice
Create a Lattice from a LAT file.
LatticeOptimizer - Class in edu.cmu.sphinx.result
Class used to collapse all equivalent paths in a Lattice.
LatticeOptimizer(Lattice) - Constructor for class edu.cmu.sphinx.result.LatticeOptimizer
Create a new Lattice optimizer
LDA - Class in edu.cmu.sphinx.frontend.feature
Implements an LDA transformation.
LDA() - Constructor for class edu.cmu.sphinx.frontend.feature.LDA
 
LEFT_CONTEXT_SIZE - Static variable in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Sphinx property that defines the left context size
LeftRightContext - Class in edu.cmu.sphinx.linguist.acoustic
Represents the context for a unit
LexTreeLinguist - Class in edu.cmu.sphinx.linguist.lextree
A linguist that can represent large vocabularies efficiently.
LexTreeLinguist() - Constructor for class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
LexTreeLinguist.LexTreeEndUnitState - Class in edu.cmu.sphinx.linguist.lextree
Represents a unit in the search space
LexTreeLinguist.LexTreeEndWordState - Class in edu.cmu.sphinx.linguist.lextree
Represents the final end of utterance word
LexTreeLinguist.LexTreeHMMState - Class in edu.cmu.sphinx.linguist.lextree
Represents a HMM state in the search space
LexTreeLinguist.LexTreeNonEmittingHMMState - Class in edu.cmu.sphinx.linguist.lextree
Represents a non emitting hmm state
LexTreeLinguist.LexTreeUnitState - Class in edu.cmu.sphinx.linguist.lextree
Represents a unit in the search space
LexTreeLinguist.LexTreeWordState - Class in edu.cmu.sphinx.linguist.lextree
Represents a word state in the search space
LinearPredictor - Class in edu.cmu.sphinx.frontend.frequencywarp
Computes the linear predictive model using the Levinson-Durbin algorithm.
LinearPredictor(int) - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.LinearPredictor
Constructs a LinearPredictor with the given order.
linearToLog(double) - Method in class edu.cmu.sphinx.util.LogMath
Converts the value from linear scale to log scale.
linearToLog(float[], LogMath) - Static method in class edu.cmu.sphinx.util.LogMath
Converts a vector from linear domain to logdomain using a given LogMath-instance for conversion.
Linguist - Interface in edu.cmu.sphinx.linguist
The linguist is responsible for representing and managing the search space for the decoder.
LinguistDumper - Class in edu.cmu.sphinx.linguist.util
A linguist processor that dumps out the search space in a simple format.
LinguistDumper() - Constructor for class edu.cmu.sphinx.linguist.util.LinguistDumper
 
LinguistProcessor - Class in edu.cmu.sphinx.linguist
A standard interface for a linguist processor
LinguistProcessor() - Constructor for class edu.cmu.sphinx.linguist.LinguistProcessor
 
LinguistStats - Class in edu.cmu.sphinx.linguist.util
A linguist processor that dumps out stats about the search space
LinguistStats() - Constructor for class edu.cmu.sphinx.linguist.util.LinguistStats
 
LinguistTimer - Class in edu.cmu.sphinx.linguist.util
Gets successors from a linguist and times them
LinguistTimer(Linguist, boolean) - Constructor for class edu.cmu.sphinx.linguist.util.LinguistTimer
Creats a LinguistTimer
listAllsPropNames(ConfigurationManager) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Returns a map of all component-properties of this config-manager (including their associeted property-sheets.
littleEndianBytesToValues(byte[], int, int, int, boolean) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Converts a little-endian byte array into an array of doubles.
LiveCMN - Class in edu.cmu.sphinx.frontend.feature
Subtracts the mean of all the input so far from the Data objects.
LiveCMN() - Constructor for class edu.cmu.sphinx.frontend.feature.LiveCMN
 
LiveModeRecognizer - Class in edu.cmu.sphinx.tools.live
Decodes a batch file containing a list of files to decode.
LiveModeRecognizer() - Constructor for class edu.cmu.sphinx.tools.live.LiveModeRecognizer
 
LMGrammar - Class in edu.cmu.sphinx.linguist.language.grammar
Defines a simple grammar based upon a language model.
LMGrammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.LMGrammar
 
lnToLog(float) - Method in class edu.cmu.sphinx.util.LogMath
Converts the source, which is a number in base Math.E, to a log value which base is the LogBase of this LogMath.
load() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Loads the acoustic model
load() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
load() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
load() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
load() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
load() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
load() - Method in class edu.cmu.sphinx.tools.gui.reader.SaxLoader
Loads a set of configuration data from the location
load(String) - Method in class edu.cmu.sphinx.util.CommandInterpreter
 
load() - Method in class edu.cmu.sphinx.util.props.SaxLoader
Loads a set of configuration data from the location
loadBuffer(long, int) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Loads the contents of the memory-mapped file starting at the given position and for the given size, into a byte buffer.
Loader - Interface in edu.cmu.sphinx.linguist.acoustic.tiedstate
Generic interface for a loader of acoustic models
log10(float) - Static method in class edu.cmu.sphinx.util.LogMath
Returns the log (base 10) of value
log10ToLog(float) - Method in class edu.cmu.sphinx.util.LogMath
Converts the source, which is a number in base 10, to a log value which base is the LogBase of this LogMath.
logInfo(Logger) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
Log information about this manager
logInfo() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
logs information about this loader
logInfo(Logger) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Dump information on this pool to the given logger
logInfo() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
logs information about this loader
logInfo() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Log info about this loader
logInfo() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Log info about this loader
logInfo() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Log info about this loader
logInfo() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Log info about this loader
logInfo() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Log info about this loader
LogMath - Class in edu.cmu.sphinx.util
Provides a set of methods for performing simple math in the log domain.
LogMath() - Constructor for class edu.cmu.sphinx.util.LogMath
 
logToLinear(float) - Method in class edu.cmu.sphinx.util.LogMath
Converts the value from log scale to linear scale.
logToLinear(float[], LogMath) - Static method in class edu.cmu.sphinx.util.LogMath
Converts a vector from log to linear domain using a given LogMath-instance for conversion.
logToLn(float) - Method in class edu.cmu.sphinx.util.LogMath
Converts the source, whose base is the LogBase of this LogMath, to a log value which is a number in base Math.E.
logToLog(float, float, float) - Static method in class edu.cmu.sphinx.util.LogMath
Converts the source, which is assumed to be a log value whose base is sourceBase, to a log value whose base is resultBase.
lookup(String) - Static method in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
Looks up an HMMPosition baed upon its representation
lookup(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Looks up a configurable component by name.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Given a unit, returns the HMM that best matches the given unit.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Given a unit, returns the HMM that best matches the given unit.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Given a unit, returns the HMM that best matches the given unit.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Given a unit, returns the HMM that best matches the given unit.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Given a unit, returns the HMM that best matches the given unit.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Given a unit, returns the HMM that best matches the given unit.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Given a unit, returns the HMM that best matches the given unit.

M

main(String[]) - Static method in class edu.cmu.sphinx.frontend.util.VUMeterMonitor
A little test-function which plugs a microphone directly into the vu-meter.
main(String[]) - Static method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.PropertiesDumper
Dumps the properties file 'model.props' that is in the same directory as this class.
main(String[]) - Static method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Dumps the properties file 'model.props' that is in the same directory as this class.
main(String[]) - Static method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Dumps the properties file 'model.props' that is in the same directory as this class.
main(String[]) - Static method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Dumps the properties file 'model.props' that is in the same directory as this class.
main(String[]) - Static method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.PropertiesDumper
Dumps the properties file 'model.props' that is in the same directory as this class.
main(String[]) - Static method in class edu.cmu.sphinx.result.Lattice
Self test for Lattices.
main(String[]) - Static method in class edu.cmu.sphinx.result.LatticeOptimizer
Self test for LatticeOptimizer
main(String[]) - Static method in class edu.cmu.sphinx.tools.audio.AudioTool
Main method.
main(String[]) - Static method in class edu.cmu.sphinx.tools.audio.FilenameDialog
Debug and example use.
main(String[]) - Static method in class edu.cmu.sphinx.tools.batch.BatchForcedAlignerRecognizer
 
main(String[]) - Static method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
Main method of this BatchDecoder.
main(String[]) - Static method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
main(String[]) - Static method in class edu.cmu.sphinx.tools.batch.SphinxShell
 
main(String[]) - Static method in class edu.cmu.sphinx.tools.feature.FeatureFileDumper
Main program for this dumper.
main(String[]) - Static method in class edu.cmu.sphinx.tools.gui.GUIMainDriver
 
main(String[]) - Static method in class edu.cmu.sphinx.tools.gui.util.ClassTraverseTester
The main method
main(String[]) - Static method in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
Main method of this BatchDecoder.
main(String[]) - Static method in class edu.cmu.sphinx.util.CommandInterpreter
manual tester for the command interpreter.
main(String[]) - Static method in class edu.cmu.sphinx.util.GapInsertionDetector
A command line program for detecting gap insertion errors.
main(String[]) - Static method in class edu.cmu.sphinx.util.NISTAlign
Take two filenames -- the first contains a list of reference sentences, the second contains a list of hypothesis sentences.
main(String[]) - Static method in class edu.cmu.sphinx.util.ResultAnalyzer
Quick and dirty test program
main(String[]) - Static method in class edu.cmu.sphinx.util.SocketCommandClient
manual tester for the command interpreter.
main(String[]) - Static method in class edu.cmu.sphinx.util.SocketCommandInterpreter
manual tester for the command interpreter.
main(String[]) - Static method in class edu.cmu.sphinx.util.SphinxHelp
The main entry point
main(String[]) - Static method in class edu.cmu.sphinx.util.StatisticsVariable
Some simple tests for the StatisticsVariable
makeSausage() - Method in class edu.cmu.sphinx.result.PivotSausageMaker
Turn the lattice contained in this sausage maker into a sausage object.
makeSausage() - Method in class edu.cmu.sphinx.result.SausageMaker
Turn the lattice contained in this sausage maker into a sausage object.
MAPConfidenceScorer - Class in edu.cmu.sphinx.result
Computes confidences for the highest scoring path in a Result.
MAPConfidenceScorer() - Constructor for class edu.cmu.sphinx.result.MAPConfidenceScorer
 
mark(int) - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
markSupported() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
MatrixUtils - Class in edu.cmu.sphinx.util
Some simple matrix and vector manipulation methods.
MatrixUtils() - Constructor for class edu.cmu.sphinx.util.MatrixUtils
 
MAX_POSITIONS - Static variable in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
The maximum number of HMM positions
MaxScoreNormalizer - Class in edu.cmu.sphinx.decoder.scorer
Performs a simple normalization of all token-scores by
MaxScoreNormalizer() - Constructor for class edu.cmu.sphinx.decoder.scorer.MaxScoreNormalizer
 
MelFilter - Class in edu.cmu.sphinx.frontend.frequencywarp
Defines a triangular mel-filter.
MelFilter(double, double, double, double, double) - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.MelFilter
Constructs a filter from the parameters.
MelFrequencyFilterBank - Class in edu.cmu.sphinx.frontend.frequencywarp
Filters an input power spectrum through a bank of number of mel-filters.
MelFrequencyFilterBank() - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
 
MemoryTracker - Class in edu.cmu.sphinx.instrumentation
Monitors a recognizer for memory usage
MemoryTracker() - Constructor for class edu.cmu.sphinx.instrumentation.MemoryTracker
 
Microphone - Class in edu.cmu.sphinx.frontend.util

A Microphone captures audio data from the system's underlying audio input systems.

Microphone() - Constructor for class edu.cmu.sphinx.frontend.util.Microphone
 
MixtureComponent - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Defines the set of shared elements for a GaussianMixture.
MixtureComponent(LogMath, float[], float[]) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Create a MixtureComponent with the given sub components.
MixtureComponent(LogMath, float[], float[][], float[], float[], float[][], float[]) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Create a MixtureComponent with the given sub components.
MixtureComponent(LogMath, float[], float[][], float[], float[], float[][], float[], float, float) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Create a MixtureComponent with the given sub components.
MixtureComponentTest - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate.test
Some tests which test the functionality of MixtureComponentts.
MixtureComponentTest() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.test.MixtureComponentTest
 
Model - Class in edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
Model() - Constructor for class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
Model - Class in edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
Model() - Constructor for class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
Model - Class in edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
Model() - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
Model - Class in edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
Model() - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
 
MODEL_VERSION - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Supports this version of the acoustic model
MODEL_VERSION - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Supports this version of the acoustic model
MODEL_VERSION - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Supports this version of the acoustic model
MODEL_VERSION - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Supports this version of the acoustic model
MODEL_VERSION - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Supports this version of the acoustic model
ModelBuilder - Class in edu.cmu.sphinx.tools.gui.util
This class builds a model of the sphinx configurable system it will create ConfigurableComponent and ConfigurableProperty instances as the main components of the model.
ModelLoader - Class in edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
ModelLoader() - Constructor for class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
ModelLoader - Class in edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
ModelLoader() - Constructor for class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
ModelLoader - Class in edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
ModelLoader() - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
ModelLoader - Class in edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
ModelLoader() - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
modelRefresh() - Method in interface edu.cmu.sphinx.tools.gui.GUIFileActionListener
model has just been reloaded
modelRefresh() - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
This method is inherited from GUIFileActionListener Reload model
Monitor - Interface in edu.cmu.sphinx.instrumentation
Common empty interface for Configurable monitors
mouseClicked(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
mouseDragged(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
When the mouse is dragged, we update the selection in the audio.
mouseEntered(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
mouseExited(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
mouseMoved(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
mousePressed(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
When the mouse is pressed, we update the selection in the audio.
mouseReleased(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
ms2samples(double, int) - Static method in class edu.cmu.sphinx.frontend.test.AbstractTestProcessor
 
multiplyComplex(Complex, Complex) - Method in class edu.cmu.sphinx.util.Complex
Method to multiply two complex numbers.

N

NEW - Static variable in class edu.cmu.sphinx.tools.gui.GUIMediator
 
newInstance() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Creates a new empty version of this active list with the same general properties.
newInstance() - Method in class edu.cmu.sphinx.decoder.search.ActiveListFactory
Creates a new active list of a particular type
newInstance() - Method in class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
 
newInstance() - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
 
newInstance() - Method in class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
 
newInstance() - Method in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.AbstractDecoder
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.Decoder
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.scorer.AbstractScorer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.scorer.MaxScoreNormalizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.ActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.DataBlocker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.databranch.FrontEndSplitter
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.endpoint.ExcessiveNonSpeechPruner
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.BatchCMN
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.FrameDropper
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.LDA
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.LiveCMN
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.filter.Dither
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.filter.Preemphasizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.FrontEnd
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.GainControlProcessor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform2
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.DataConverter
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.DataDumper
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.EnergyPlotter
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.Microphone
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.StreamDataSource
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.WavWriter
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.BestConfidenceAccuracyTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.BestPathAccuracyTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.ConfigMonitor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.MemoryTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.acoustic.UnitManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.BatchForcedAlignerGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.LMGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.LinguistProcessor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.util.GDLDumper
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.util.LinguistDumper
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.recognizer.Recognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.result.AbstractSausageMaker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.result.MAPConfidenceScorer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.tools.batch.BatchForcedAlignerRecognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.util.LogMath
 
newProperties(PropertySheet) - Method in interface edu.cmu.sphinx.util.props.Configurable
This method is called when this configurable component needs to be reconfigured.
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.util.props.ConfigurableAdapter
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.util.props.test.ComponentPropertyTest
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.util.props.test.DummyComp
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.util.props.test.DummyFrontEnd
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.util.props.test.DummyProcessor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.util.props.test.TestConfigurable
 
newResult(Result) - Method in interface edu.cmu.sphinx.decoder.ResultListener
Method called when a new result is generated
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.BestConfidenceAccuracyTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.BestPathAccuracyTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.MemoryTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
NISTAlign - Class in edu.cmu.sphinx.util
Implements a portion of the NIST align/scoring algorithm to compare a reference string to a hypothesis string.
NISTAlign(boolean, boolean) - Constructor for class edu.cmu.sphinx.util.NISTAlign
Creates a new NISTAlign object.
Node - Class in edu.cmu.sphinx.result

A node is part of Lattices, representing the theory that a word was spoken over a given period of time.

NON_ID - Static variable in class edu.cmu.sphinx.util.IDGenerator
Indicates a non-ID value, which is -1.
NonEmittingHMMState - Class in edu.cmu.sphinx.linguist.flat
Represents a hmmState in an SentenceHMMS
NonEmittingHMMState(SentenceHMMState, HMMState) - Constructor for class edu.cmu.sphinx.linguist.flat.NonEmittingHMMState
Creates a NonEmittingHMMState
NonSpeechDataFilter - Class in edu.cmu.sphinx.frontend.endpoint
Given a sequence of Data, filters out the non-speech regions.
NonSpeechDataFilter() - Constructor for class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
 
NonSpeechDataFilterTest - Class in edu.cmu.sphinx.frontend.endpoint.test
Some tests to ensure that the NonSpeechDataFilter filters non-speech in the specified manner.
NonSpeechDataFilterTest() - Constructor for class edu.cmu.sphinx.frontend.endpoint.test.NonSpeechDataFilterTest
 
normalize(List<Token>, Scoreable) - Method in class edu.cmu.sphinx.decoder.scorer.MaxScoreNormalizer
 
normalize(List<Token>, Scoreable) - Method in interface edu.cmu.sphinx.decoder.scorer.ScoreNormalizer
Normalizes the scores of a set of Tokens.
normalizeScore(float) - Method in interface edu.cmu.sphinx.decoder.scorer.Scoreable
Normalizes a previously calculated score
normalizeScore(float) - Method in class edu.cmu.sphinx.decoder.search.Token
Normalizes a previously calculated score
NOT_DEFINED - Static variable in annotation type edu.cmu.sphinx.util.props.S4Double
 
NOT_DEFINED - Static variable in annotation type edu.cmu.sphinx.util.props.S4Integer
 
NOT_DEFINED - Static variable in annotation type edu.cmu.sphinx.util.props.S4String
 
NullPruner - Class in edu.cmu.sphinx.decoder.pruner
A Null pruner.
NullPruner() - Constructor for class edu.cmu.sphinx.decoder.pruner.NullPruner
Creates a simple pruner
numCols(double[][]) - Static method in class edu.cmu.sphinx.util.MatrixUtils
 
numComponents() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
 

O

objectTracker(String, int) - Static method in class edu.cmu.sphinx.util.Utilities
utility method for tracking object counts
OPEN - Static variable in class edu.cmu.sphinx.tools.gui.GUIMediator
 
open(String, int) - Method in class edu.cmu.sphinx.util.SocketCommandClient
Opens a socket connection
optimize() - Method in class edu.cmu.sphinx.result.LatticeOptimizer
Code for optimizing Lattices.
OUT_OF_GRAMMAR_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Sphinx property for the probability of entering the out-of-grammar branch.
OutOfGrammarGraph - Class in edu.cmu.sphinx.linguist.dflat
Builds a grammar sub-graph that matches all phones.
OutOfGrammarGraph(AcousticModel, float, float) - Constructor for class edu.cmu.sphinx.linguist.dflat.OutOfGrammarGraph
Creates an OutOfGrammarGraph
OVector - Class in edu.cmu.sphinx.util.machlearn
An real-valued observation.
OVector(double[]) - Constructor for class edu.cmu.sphinx.util.machlearn.OVector
Constructs a new observation for a given feature-vector.
OVector(double) - Constructor for class edu.cmu.sphinx.util.machlearn.OVector
Creates a one-dimensional instance of this class.

P

pad(int) - Static method in class edu.cmu.sphinx.util.Utilities
Returns a string with the given number of spaces.
pad(String, int) - Static method in class edu.cmu.sphinx.util.Utilities
Pads with spaces or truncates the given string to guarantee that it is exactly the desired length.
pad(int, int) - Static method in class edu.cmu.sphinx.util.Utilities
Pads with spaces or truncates the given int to guarantee that it is exactly the desired length.
pad(double, int) - Static method in class edu.cmu.sphinx.util.Utilities
Pads with spaces or truncates the given double to guarantee that it is exactly the desired length.
paint(Graphics) - Method in class edu.cmu.sphinx.tools.audio.SpectrogramPanel
Paint the component.
paintComponent(Graphics) - Method in class edu.cmu.sphinx.frontend.util.VUMeterPanel
Paint the component.
paintComponent(Graphics) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Repaints the component with the given Graphics.
PanelConfigurable - Class in edu.cmu.sphinx.tools.gui
This is a Panel that will handle the GUI of one particular section/group
PanelConfigurable(GUIMediator, String, Set) - Constructor for class edu.cmu.sphinx.tools.gui.PanelConfigurable
Creates new form PanelConfigurable
partition(Token[], int, int) - Method in class edu.cmu.sphinx.decoder.search.Partitioner
Partitions the given array of tokens in place, so that the highest scoring n token will be at the beginning of the array, not in any order.
PartitionActiveListFactory - Class in edu.cmu.sphinx.decoder.search
A factory for PartitionActiveLists
PartitionActiveListFactory() - Constructor for class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
 
Partitioner - Class in edu.cmu.sphinx.decoder.search
Partitions a list of tokens according to the token score.
Partitioner() - Constructor for class edu.cmu.sphinx.decoder.search.Partitioner
 
Path - Interface in edu.cmu.sphinx.result
Represents a path of words through the recognition result lattice.
PHONE_INSERTION_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Sphinx property for the probability of inserting a CI phone in the out-of-grammar ci phone loop
PHONE_LOOP_ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Sphinx property for the acoustic model to use to build the phone loop that detects out of grammar utterances.
PivotSausageMaker - Class in edu.cmu.sphinx.result
This is an implementation of an alternative sausage making algorithm as described in the following paper.
PivotSausageMaker() - Constructor for class edu.cmu.sphinx.result.PivotSausageMaker
 
play(int, int) - Method in class edu.cmu.sphinx.tools.audio.AudioPlayer
Notifies the AudioPlayer thread to play the audio.
plot(Data) - Method in class edu.cmu.sphinx.frontend.util.EnergyPlotter
Plots the energy values of the given Data to System.out.
PLPCepstrumProducer - Class in edu.cmu.sphinx.frontend.frequencywarp
Computes the PLP cepstrum from a given PLP Spectrum.
PLPCepstrumProducer() - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
 
PLPFilter - Class in edu.cmu.sphinx.frontend.frequencywarp
Defines a filter used by the PLPFrequencyFilterBank class.
PLPFilter(double[], double) - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.PLPFilter
Constructs a PLP filter around a given center frequency.
PLPFrequencyFilterBank - Class in edu.cmu.sphinx.frontend.frequencywarp
Filters an input power spectrum through a PLP filterbank.
PLPFrequencyFilterBank() - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
 
Pool - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Used to pool shared objects in the acoustic model
Pool(String) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Creates a new pool
PooledBatchManager - Class in edu.cmu.sphinx.util
A simple implementation of the batch manager suitable for single threaded batch processing
PooledBatchManager(String, int) - Constructor for class edu.cmu.sphinx.util.PooledBatchManager
Creates a pooled batch manager
populateAudio(String) - Static method in class edu.cmu.sphinx.tools.audio.AudioTool
 
precomputeDistance() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Pre-compute factors for the Mahalanobis distance.
Preemphasizer - Class in edu.cmu.sphinx.frontend.filter
Implements a high-pass filter that compensates for attenuation in the audio data.
Preemphasizer() - Constructor for class edu.cmu.sphinx.frontend.filter.Preemphasizer
 
printModel() - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
This function is used to trace the whole Sphinx model and print out all the Component and Property information, including its configuration values
printNISTSentenceSummary() - Method in class edu.cmu.sphinx.util.NISTAlign
Prints the results for this sentence to System.out.
printNISTTotalSummary() - Method in class edu.cmu.sphinx.util.NISTAlign
Prints the summary for all calls to align to System.out.
printSentenceSummary() - Method in class edu.cmu.sphinx.util.NISTAlign
Prints the results for this sentence to System.out.
printTotalSummary() - Method in class edu.cmu.sphinx.util.NISTAlign
Prints the total summary for all calls.
processAnnotations(PropertySheet, Class<? extends Configurable>) - Static method in class edu.cmu.sphinx.util.props.PropertySheet
use annotation based class parsing to detect the configurable properties of a Configurable-class
processDataFrame(Data) - Method in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
 
processDataFrame(Data) - Method in interface edu.cmu.sphinx.frontend.databranch.DataListener
This method is invoked when a new Data object becomes available.
Pronunciation - Class in edu.cmu.sphinx.linguist.dictionary
Provides pronunciation information for a word.
PronunciationState - Class in edu.cmu.sphinx.linguist.flat
Represents a pronunciation in an SentenceHMMS
PronunciationState(WordState, int) - Constructor for class edu.cmu.sphinx.linguist.flat.PronunciationState
Creates a PronunciationState
PronunciationState(String, Pronunciation, int) - Constructor for class edu.cmu.sphinx.linguist.flat.PronunciationState
Creates a PronunciationState
PROP_ABSOLUTE_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
property that sets the desired (or target) size for this active list.
PROP_ABSOLUTE_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.decoder.search.ActiveListFactory
property that sets the desired (or target) size for this active list.
PROP_ABSOLUTE_BEAM_WIDTH_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
The default value for the PROP_ABSOLUTE_BEAM_WIDTH property
PROP_ABSOLUTE_WORD_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Sphinx4 property that specifies the absolute word beam width
PROP_ABSOLUTE_WORD_BEAM_WIDTH_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Sphinx4 property that specifies the default value for the absolute word beam width
PROP_ACOUSTIC_LOOKAHEAD_FRAMES - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
A sphinx property that controls the amount of simple acoustic lookahead performed.
PROP_ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
A sphinx property used to define the acoustic model to use when building the search graph
PROP_ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
A sphinx property used to define the acoustic model to use when building the search graph
PROP_ACTIVE_LIST_FACTORIES - Static variable in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
Sphinx property that defines the name of the active list factory to be used by this search manager.
PROP_ACTIVE_LIST_FACTORY - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Sphinx property that defines the name of the active list factory to be used by this search manager.
PROP_ACTIVE_LIST_MANAGER - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that defines the type of active list to use
PROP_ADD_FILLER_WORDS - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Property to control whether filler words are inserted into the graph
PROP_ADD_FILLER_WORDS - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Property that controls whether filler words are automatically added to the vocabulary
PROP_ADD_OUT_OF_GRAMMAR_BRANCH - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Sphinx property that specifies whether to add a branch for detecting out-of-grammar utterances.
PROP_ADD_OUT_OF_GRAMMAR_BRANCH_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Default value of PROP_ADD_OUT_OF_GRAMMAR_BRANCH.
PROP_ADD_RANDOM_SILENCE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies whether to add random silence.
PROP_ADD_SIL_ENDING_PRONUNCIATION - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The name of the SphinxProperty that specifies whether to add a duplicate SIL-ending pronunication.
PROP_ADD_SIL_WORDS - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Property to control whether silence words are inserted into the graph
PROP_ADDENDA - Static variable in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
The name of the SphinxProperty for the custom dictionary file paths.
PROP_ADJUSTMENT - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The SphinxProperty specifying the adjustment.
PROP_ALIGN_INTERVAL - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
SphinxProperty specifying the number of files to decode before alignment is performed.
PROP_ALLOCATED_MONITORS - Static variable in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
The sphinx property that defines all of the monitors to call when the recognizer is allocated
PROP_ALLOW_MISSING_WORDS - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The name of the SphinxProperty that specifies whether the dictionary should return null if a word is not found in the dictionary, or whether it should throw an error.
PROP_ALPHA - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
The name of the SphinxProperty for the alpha value of the Window, which is the value for the RaisedCosineWindow.
PROP_ALPHA - Static variable in class edu.cmu.sphinx.util.props.test.DummyComp
 
PROP_APPLY_LANGUAGE_WEIGHT_AND_WIP - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Sphinx propert that controls whether or not the language model will apply the language weight and word insertion probability
PROP_APPLY_LANGUAGE_WEIGHT_AND_WIP_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for PROP_APPLY_LANGUAGE_WEIGHT_AND_WIP
PROP_ASTRING - Static variable in class edu.cmu.sphinx.util.props.test.TestConfigurable
 
PROP_BATCH_FILE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
SphinxProperty for the file containing a list of audio files to read from.
PROP_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.util.props.test.DummyComp
doc of beamWidth.
PROP_BEST_ASR - Static variable in class edu.cmu.sphinx.util.props.test.DummyComp
doc of the string.
PROP_BEST_PIZZA - Static variable in class edu.cmu.sphinx.util.props.test.DummyComp
 
PROP_BIG_ENDIAN - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Property specify the endianness of the data.
PROP_BIG_ENDIAN_DATA - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The SphinxProperty specifying whether the input data is big-endian.
PROP_BIG_ENDIAN_DATA - Static variable in class edu.cmu.sphinx.frontend.util.WavWriter
The SphinxProperty specifying whether the input data is big-endian.
PROP_BIG_ENDIAN_DATA_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The default value for PROP_IS_DATA_BIG_ENDIAN.
PROP_BIGRAM_CACHE_SIZE - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
A sphinx property that defines the maximum number of bigrams to be cached.
PROP_BIGRAM_CACHE_SIZE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for the PROP_BIGRAM_CACHE_SIZE property
PROP_BINARY - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The SphinxProperty specifying whether the input is in binary.
PROP_BINARY_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The default value for PROP_BINARY.
PROP_BITS_PER_SAMPLE - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
SphinxProperty for the number of bits per value.
PROP_BITS_PER_SAMPLE - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
SphinxProperty for the number of bits per value.
PROP_BITS_PER_SAMPLE - Static variable in class edu.cmu.sphinx.frontend.util.WavWriter
SphinxProperty for the number of bits per value.
PROP_BITS_PER_SAMPLE - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
The sphinx properties that specify the format of the PCM audio in the data file
PROP_BITS_PER_SAMPLE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
Default value for PROP_BITS_PER_SAMPLE.
PROP_BLOCK_SIZE_MS - Static variable in class edu.cmu.sphinx.frontend.DataBlocker
The SphinxProperty name for the block size of generated data-blocks in milliseconds.
PROP_BLOCK_SIZE_MS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.DataBlocker
The default value for PROP_BLOCK_SIZE_MS.
PROP_BUFFER_SIZE - Static variable in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
The maximal size of the buffer in frames.
PROP_BUILD_WORD_LATTICE - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that specifies whether to build a word lattice.
PROP_BYTES_PER_READ - Static variable in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
SphinxProperty for the number of bytes to read from the InputStream each time.
PROP_BYTES_PER_READ - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
SphinxProperty for the number of bytes to read from the InputStream each time.
PROP_BYTES_PER_READ_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
Default value for PROP_BYTES_PER_READ.
PROP_BYTES_PER_READ_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
Default value for PROP_BYTES_PER_READ.
PROP_CACHE_SIZE - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
A sphinx property that defines the size of the arc cache (zero to disable the cache).
PROP_CAPTURE_UTTERANCES - Static variable in class edu.cmu.sphinx.frontend.util.WavWriter
The SphinxProperty specifying whether the input data is signed.
PROP_CEPSTRUM_LENGTH - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The SphinxProperty specifying the length of the cepstrum data.
PROP_CEPSTRUM_LENGTH - Static variable in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
The name of the sphinx property for the size of the ceptrum
PROP_CEPSTRUM_LENGTH - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The sphinx property specifying the length of the cepstrum data.
PROP_CEPSTRUM_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The default value of PROP_CEPSTRUM_LENGTH.
PROP_CEPSTRUM_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The default value of PROP_CEPSTRUM_LENGTH.
PROP_CHANNEL_COUNT - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
PROP_CHANNELS - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Property specifying the number of channels.
PROP_CHECK_PRIOR_LISTS_EMPTY - Static variable in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
This property is used in the Iterator returned by the getNonEmittingListIterator() method.
PROP_CHECK_PRIOR_LISTS_EMPTY_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
The default value of PROP_CHECK_PRIOR_LISTS_EMPTY.
PROP_CHECK_STATE_ORDER - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property for checking if the order of states is valid.
PROP_CLEAR_CACHES_AFTER_UTTERANCE - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
A sphinx property that controls whether the bigram and trigram caches are cleared after every utterance
PROP_CLEAR_CACHES_AFTER_UTTERANCE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for the PROP_CLEAR_CACHES_AFTER_UTTERANCE property
PROP_CLOSE_BETWEEN_UTTERANCES - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Sphinx property that specifies whether or not the microphone will release the audio between utterances.
PROP_CMN_SHIFT_WINDOW - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The name of the SphinxProperty for the CMN shifting window.
PROP_CMN_SHIFT_WINDOW_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The default value of PROP_CMN_SHIFT_WINDOW.
PROP_CMN_WINDOW - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The name of the SphinxProperty for the live CMN window size.
PROP_CMN_WINDOW_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The default value for PROP_CMN_WINDOW.
PROP_CONFIDENCE_SCORER - Static variable in class edu.cmu.sphinx.instrumentation.BestConfidenceAccuracyTracker
Defines the class to use for confidence scoring.
PROP_CONVERSION_MODE - Static variable in class edu.cmu.sphinx.frontend.util.DataConverter
 
PROP_COUNT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The SphinxProperty name for how many utterances to process
PROP_COUNT_DEFAULT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The default value for the property PROP_COUNT.
PROP_CREATE_MISSING_WORDS - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The SphinxProperty that specifies whether the Dictionary.getWord() method should return a Word object even if the word does not exist in the dictionary.
PROP_CTL_FILE - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
The sphinx property that specifies the file containing the corpus utterance audio
PROP_CTM_FILE - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
The sphinx property that specifies the the directory where the output XXX files should be placed
PROP_DATA_DIR - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
The sphinx property that specifies the file containing the corpus utterance audio
PROP_DATA_LISTENERS - Static variable in class edu.cmu.sphinx.frontend.databranch.FrontEndSplitter
 
PROP_DATA_LOCATION - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Subdirectory where the acoustic model can be found
PROP_DATA_LOCATION - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Subdirectory where the acoustic model can be found
PROP_DATA_LOCATION - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Subdirectory where the acoustic model can be found
PROP_DATA_LOCATION - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Subdirectory where the acoustic model can be found
PROP_DATA_LOCATION - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Subdirectory where the acoustic model can be found
PROP_DATA_LOCATION_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_DATA_LOCATION.
PROP_DATA_LOCATION_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_DATA_LOCATION.
PROP_DATA_LOCATION_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_DATA_LOCATION.
PROP_DATA_LOCATION_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_DATA_LOCATION.
PROP_DATA_LOCATION_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_DATA_LOCATION.
PROP_DATA_PROC - Static variable in class edu.cmu.sphinx.util.props.test.ComponentPropertyTest
 
PROP_DATA_PROC - Static variable in class edu.cmu.sphinx.util.props.test.TestConfigurable
 
PROP_DEALLOCATED_MONITORS - Static variable in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
The sphinx property that defines all of the monitors to call when the recognizer is deallocated
PROP_DECODER - Static variable in class edu.cmu.sphinx.recognizer.Recognizer
Property name for the decoder to be used by this recognizer.
PROP_DICTIONARY - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The name of the SphinxProperty for the dictionary file path.
PROP_DICTIONARY - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Property that defines the dictionary to use for this grammar
PROP_DICTIONARY - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The Sphinx Property specifying the dictionary to use
PROP_DICTIONARY - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Property that defines the dictionary to use for this grammar
PROP_DROP_EVERY_NTH_FRAME - Static variable in class edu.cmu.sphinx.frontend.feature.FrameDropper
The SphinxProperty that specifies dropping one in every Nth frame.
PROP_DROP_EVERY_NTH_FRAME_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.FrameDropper
The default value of PROP_DROP_EVERY_NTH_FRAME.
PROP_DUMP_ARC_LABELS - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The SphinxProperty to specify whether to dump arc labels.
PROP_DUMP_ARC_LABELS_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The default value for PROP_DUMP_ARC_LABELS.
PROP_DUMP_GSTATES - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Sphinx property used to determine whether or not the gstates are dumped.
PROP_DUMP_GSTATES_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
The default value for the PROP_DUMP_GSTATES property
PROP_DUMP_LATTICE - Static variable in class edu.cmu.sphinx.result.MAPConfidenceScorer
Sphinx property that specifies whether to dump the lattice.
PROP_DUMP_SAUSAGE - Static variable in class edu.cmu.sphinx.result.MAPConfidenceScorer
Sphinx property that specifies whether to dump the sausage.
PROP_ENABLE - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The Sphinx property that specifies whether data dumping is enabled
PROP_ENABLE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The default value of PROP_ENABLE.
PROP_ENABLED - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
A sphinx property that define whether this beam tracker is enabled
PROP_ENABLED_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
The default setting of PROP_ENABLED
PROP_END_SILENCE - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The SphinxProperty for the amount of time in silence (in milliseconds) to be considered as utterance end.
PROP_FEATURE_BLOCK_SIZE - Static variable in class edu.cmu.sphinx.decoder.Decoder
The sphinx property name for the number of features to recognize at once.
PROP_FEATURE_WINDOW - Static variable in class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
The name of the SphinxProperty for the window of the DeltasFeatureExtractor.
PROP_FEATURE_WINDOW - Static variable in class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
The name of the SphinxProperty for the window of the S3FeatureExtractor.
PROP_FEATURE_WINDOW_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
The default value of PROP_FEATURE_WINDOW.
PROP_FEATURE_WINDOW_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
The default value of PROP_FEATURE_WINDOW.
PROP_FILENAME - Static variable in class edu.cmu.sphinx.linguist.util.LinguistDumper
A sphinx property name for the destination of the LinguistDumper
PROP_FILENAME_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.util.LinguistDumper
The default value for PROP_FILENAME.
PROP_FILLER_DICTIONARY - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The name of the SphinxProperty for the filler dictionary file path.
PROP_FILLER_INSERTION_PROBABILITY - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Filler insertion probability property
PROP_FORMAT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The SphinxProperty specifying the format of the language model.
PROP_FORMAT_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The default value of PROP_FORMAT.
PROP_FRAME_LENGTH_MS - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The SphinxProperty specifying the endpointing frame length in milliseconds.
PROP_FRAME_SHIFT_MS - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The sphinx property name for frame shift in milliseconds, which has a default value of 10F.
PROP_FRAME_SHIFT_MS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The default value for PROP_FRAME_SHIFT_MS.
PROP_FRAME_SIZE_MS - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The sphinx property name for frame size in milliseconds.
PROP_FRAME_SIZE_MS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The default value for PROP_FRAME_SIZE_MS.
PROP_FRAMES_PER_SECOND - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
PROP_FRONTEND - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
A Sphinx property that defines which frontend to monitor
PROP_FRONTEND - Static variable in class edu.cmu.sphinx.util.props.test.DummyComp
doc of frontend.
PROP_FULL_SMEAR - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
If true, use full bigram information to determine smear
PROP_FULL_SMEAR_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Default value for PROP_FULL_SMEAR
PROP_FULL_WORD_HISTORIES - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Sphinx property used to determine whether or not the gstates are dumped. * A sphinx property that determines whether or not full word histories are used to determine when two states are equal.
PROP_GAMMA - Static variable in class edu.cmu.sphinx.util.props.test.TestConfigurable
 
PROP_GENERATE_UNIT_STATES - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Property to control whether or not the linguist will generate unit states.
PROP_GRAMMAR - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
A sphinx property used to define the grammar to use when building the search graph
PROP_GRAMMAR - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
A sphinx property used to define the grammar to use when building the search graph
PROP_GROW_SKIP_INTERVAL - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
A sphinx property that controls the number of frames processed for every time the decode growth step is skipped.
PROP_GROW_SKIP_INTERVAL - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
A sphinx property that controls the number of frames processed for every time the decode growth step is skipped.
PROP_HYPOTHESIS_TRANSCRIPT - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
SphinxProperty specifying the transcript file.
PROP_INITIAL_MEAN - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The name of the SphinxProperty for the initial cepstral mean.
PROP_INITIAL_MEAN_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The default value for PROP_INITIAL_MEAN.
PROP_INPUT_DATA_PROCESSORS - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The sphinx property that specifies the input source
PROP_INPUT_SOURCE - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The Sphinx property that specifies the source of the transcript
PROP_IS_BINARY - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Specifies whether the model to be loaded is in ASCII or binary format
PROP_IS_BINARY - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Specifies whether the model to be loaded is in ASCII or binary format
PROP_IS_BINARY - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Specifies whether the model to be loaded is in ASCII or binary format
PROP_IS_BINARY - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Specifies whether the model to be loaded is in ASCII or binary format
PROP_IS_BINARY - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Specifies whether the model to be loaded is in ASCII or binary format
PROP_IS_BINARY_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_IS_BINARY
PROP_IS_BINARY_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_IS_BINARY
PROP_IS_BINARY_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_IS_BINARY
PROP_IS_BINARY_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_IS_BINARY
PROP_IS_BINARY_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_IS_BINARY
PROP_IS_COMPLETE_PATH - Static variable in class edu.cmu.sphinx.frontend.util.WavWriter
 
PROP_IS_CPU_RELATIVE - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
A sphinx property name that controls whether the number of available CPUs on the system is used when determining the number of threads to use for scoring.
PROP_KEEP_ALL_TOKENS - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
A sphinx property that controls whether or not we keep all tokens.
PROP_KEEP_LAST_AUDIO - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The Sphinx property that specifies whether to keep the audio data of an utterance around until the next utterance is recorded.
PROP_LANGUAGE_MODEL - Static variable in class edu.cmu.sphinx.linguist.language.grammar.LMGrammar
A sphinx property for the language model to be used by this grammar
PROP_LANGUAGE_MODEL - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
A sphinx property for the language model to be used by this grammar
PROP_LANGUAGE_WEIGHT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Sphinx property that defines the language weight for the search
PROP_LANGUAGE_WEIGHT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Sphinx property that defines the language weight for the search
PROP_LANGUAGE_WEIGHT - Static variable in class edu.cmu.sphinx.result.AbstractSausageMaker
Sphinx property that defines the language model weight.
PROP_LANGUAGE_WEIGHT - Static variable in class edu.cmu.sphinx.result.MAPConfidenceScorer
Sphinx property that defines the language model weight.
PROP_LANGUAGE_WEIGHT_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for the PROP_LANGUAGE_WEIGHT property
PROP_LINGUIST - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Sphinx property that defines the name of the linguist to be used by this search manager.
PROP_LINGUIST - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that defines the name of the linguist to be used by this search manager.
PROP_LINGUIST - Static variable in class edu.cmu.sphinx.linguist.LinguistProcessor
The sphinx property that defines the name of the linguist to process
PROP_LOADER - Static variable in class edu.cmu.sphinx.frontend.feature.LDA
The name of the transform matrix file
PROP_LOADER - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
The property that defines the component used to load the acoustic model
PROP_LOADER - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The property that defines the component used to load the acoustic model
PROP_LOADER - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The property that defines the component used to load the acoustic model
PROP_LOADER - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The property that defines the component used to load the acoustic model
PROP_LOADER - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
The property that defines the component used to load the acoustic model
PROP_LOCATION - Static variable in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
The directory where the acoustic model data can be found.
PROP_LOCATION - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The Sphinx Property specifying the location of the language model.
PROP_LOCATION_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
The default value of PROP_LOCATION.
PROP_LOCATION_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The default value of PROP_LOCATION.
PROP_LOG_BASE - Static variable in class edu.cmu.sphinx.util.LogMath
Sphinx property to get the Log base.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.decoder.search.ActiveListFactory
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
A Sphinx property that defines which recognizer to monitor
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The log math component for the system.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
Sphinx property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
Sphinx property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Sphinx property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Sphinx property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The SphinxProperty to specify the log math
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The log math component for the system.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The log math component for the system.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The log math component for the system.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The log math component for the system.
PROP_LOOP - Static variable in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
Sphinx property that if true, indicates that this is a looping grammar
PROP_LPC_ORDER - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The SphinxProperty specifying the LPC order.
PROP_LPC_ORDER_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The default value of PROP_LPC_ORDER.
PROP_MAX_DEPTH - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The Sphinx Property specifying the maximum depth reported by the language model (from a getMaxDepth()) call.
PROP_MAX_DEPTH_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The default value for PROP_MAX_DEPTH.
PROP_MAX_ENERGY - Static variable in class edu.cmu.sphinx.frontend.util.EnergyPlotter
The maximum level of energy for which a plot string will be preconstructed.
PROP_MAX_FILLER_WORDS - Static variable in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
property that sets the max filler words allowed in the beam.
PROP_MAX_FREQ - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The name of the Sphinx Property for the maximum frequency covered by the filterbank.
PROP_MAX_FREQ - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The name of the Sphinx Property for the center frequency of the highest filter in the filterbank.
PROP_MAX_FREQ_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The default value of PROP_MAX_FREQ.
PROP_MAX_FREQ_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The default value of PROP_MAX_FREQ.
PROP_MAX_LATTICE_EDGES - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that specifies the maximum lattice edges
PROP_MAX_NON_SPEECH_TIME_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.endpoint.ExcessiveNonSpeechPruner
The default value of PROP_MAX_NON_SPEECH_TIME.
PROP_MAX_NON_SPEECH_TIME_MS - Static variable in class edu.cmu.sphinx.frontend.endpoint.ExcessiveNonSpeechPruner
The Sphinx Property for the maximum amount of (subsequent) none-speech time (in ms) to be preserved in the speech stream.
PROP_MAX_PATHS_PER_WORD - Static variable in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
property that sets the max paths for a single word.
PROP_MAX_SILENCE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies the maximum number of times the silence file is added between files.
PROP_MC_FLOOR - Static variable in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Mixture component score floor.
PROP_MC_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
PROP_MC_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
PROP_MC_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
PROP_MC_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
PROP_MC_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
PROP_MC_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Mixture component score floor.
PROP_MC_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture component score floor.
PROP_MC_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture component score floor.
PROP_MC_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture component score floor.
PROP_MC_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Mixture component score floor.
PROP_MERGE_SPEECH_SEGMENTS - Static variable in class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
The Sphinx Property that controls whether to merge discontiguous speech segments (and the non-speech segments between them) in an utterance into one big segment (true), or to treat the individual speech segments as individual utterances (false).
PROP_MIN_FREQ - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The name of the Sphinx Property for the minimum frequency covered by the filterbank.
PROP_MIN_FREQ - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The name of the Sphinx Property for the center frequency of the lowest filter in the filterbank.
PROP_MIN_FREQ_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The default value of PROP_MIN_FREQ.
PROP_MIN_FREQ_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The default value of PROP_MIN_FREQ.
PROP_MIN_SCOREABLES_PER_THREAD - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
A Sphinx Property name that controls the minimum number of scoreables sent to a thread.
PROP_MIN_SIGNAL - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The SphinxProperty specifying the minimum signal level used to update the background signal level.
PROP_MODEL - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The name of the model definition file (contains the HMM data)
PROP_MODEL - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The name of the model definition file (contains the HMM data)
PROP_MODEL - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The name of the model definition file (contains the HMM data)
PROP_MODEL - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The name of the model definition file (contains the HMM data)
PROP_MODEL - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The name of the model definition file (contains the HMM data)
PROP_MODEL_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_MODEL.
PROP_MODEL_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_MODEL.
PROP_MODEL_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_MODEL.
PROP_MODEL_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_MODEL.
PROP_MODEL_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_MODEL.
PROP_MONITORS - Static variable in class edu.cmu.sphinx.recognizer.Recognizer
Property name for the set of monitors for this recognizer
PROP_MSEC_PER_READ - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The Sphinx property that specifies the number of milliseconds of audio data to read each time from the underlying Java Sound audio device.
PROP_MW_FLOOR - Static variable in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Mixture weight floor.
PROP_MW_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
PROP_MW_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
PROP_MW_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
PROP_MW_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
PROP_MW_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
PROP_MW_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Mixture weight floor.
PROP_MW_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture weight floor.
PROP_MW_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture weight floor.
PROP_MW_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture weight floor.
PROP_MW_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Mixture weight floor.
PROP_NUM_THREADS - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
A SphinxProperty name that controls the number of threads that are used to score hmm states.
PROP_NUMBER_FFT_POINTS - Static variable in class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
The name of the SphinxProperty for the number of points in the Fourier Transform.
PROP_NUMBER_FILTERS - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The name of the Sphinx Property for the number of filters in the filterbank.
PROP_NUMBER_FILTERS - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The name of the Sphinx Property for the number of filters in the filterbank.
PROP_NUMBER_FILTERS - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The name of the Sphinx Property for the number of filters in the filterbank.
PROP_NUMBER_FILTERS - Static variable in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
The name of the Sphinx Property for the number of filters in the filterbank.
PROP_NUMBER_FILTERS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The default value for PROP_NUMBER_FILTERS.
PROP_NUMBER_FILTERS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The default value of PROP_NUMBER_FILTERS.
PROP_NUMBER_FILTERS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The default value of PROP_NUMBER_FILTERS.
PROP_OPTIMIZE_GRAMMAR - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
The default value for PROP_SHOW_GRAMMAR.
PROP_OUT_FILE_NAME_PATTERN - Static variable in class edu.cmu.sphinx.frontend.util.WavWriter
The pathname which must obey the pattern: pattern + i + .wav.
PROP_OUT_OF_GRAMMAR_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Sphinx property for the probability of entering the out-of-grammar branch.
PROP_OUT_OF_GRAMMAR_PROBABILITY_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
The default value for PROP_OUT_OF_GRAMMAR_PROBABILITY.
PROP_OUTFILE - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
 
PROP_OUTPUT_FORMAT - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The Sphinx property that specifies the format of the output.
PROP_OUTPUT_FORMAT_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The default value of PROP_OUTPUT_FORMAT.
PROP_OUTPUT_SIGNALS - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The Sphinx property that enables the output of signals.
PROP_OUTPUT_SIGNALS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The default value of PROP_OUTPUT_SIGNALS.
PROP_PATH - Static variable in class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
The SphinxProperty for the location of the FST n-gram file.
PROP_PATH - Static variable in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
Sphinx property that defines the location of the word list grammar
PROP_PHONE_INSERTION_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Sphinx property for the probability of inserting a CI phone in the out-of-grammar ci phone loop
PROP_PHONE_INSERTION_PROBABILITY_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Default value for PROP_PHONE_INSERTION_PROBABILITY
PROP_PHONE_LOOP_ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Sphinx property for the acoustic model used for the CI phone loop.
PROP_PIPELINE - Static variable in class edu.cmu.sphinx.frontend.FrontEnd
the name of the property list of all the components of the frontend pipe line
PROP_PREEMPHASIS_FACTOR - Static variable in class edu.cmu.sphinx.frontend.filter.Preemphasizer
The name of the SphinxProperty for preemphasis factor/alpha.
PROP_PREEMPHASIS_FACTOR_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.filter.Preemphasizer
The default value of PROP_PREEMPHASIS_FACTOR.
PROP_PROPERTIES_FILE - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The SphinxProperty for the name of the acoustic properties file.
PROP_PROPERTIES_FILE - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty for the name of the acoustic properties file.
PROP_PROPERTIES_FILE - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty for the name of the acoustic properties file.
PROP_PROPERTIES_FILE - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty for the name of the acoustic properties file.
PROP_PROPERTIES_FILE - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The SphinxProperty for the name of the acoustic properties file.
PROP_PROPERTIES_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_PROPERTIES_FILE.
PROP_PROPERTIES_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_PROPERTIES_FILE.
PROP_PROPERTIES_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_PROPERTIES_FILE.
PROP_PROPERTIES_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_PROPERTIES_FILE.
PROP_PROPERTIES_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_PROPERTIES_FILE.
PROP_PRUNER - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Sphinx property that defines the name of the linguist to be used by this search manager.
PROP_PRUNER - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that defines the name of the linguist to be used by this search manager.
PROP_QUERY_LOG_FILE - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Sphinx property for the name of the file that logs all the queried N-grams.
PROP_QUERY_LOG_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for PROP_QUERY_LOG_FILE.
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A Sphinx property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
A Sphinx property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
A Sphinx property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
the sphinx property for the recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
A Sphinx property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
A Sphinx property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The Sphinx property that specifies the recognizer to use
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The Sphinx property that specifies the recognizer to use
PROP_REF_FILE - Static variable in class edu.cmu.sphinx.linguist.language.grammar.BatchForcedAlignerGrammar
Property that defines the reference file containing the transcripts used to create the froced align grammar
PROP_REF_FILE - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
The sphinx property that specifies the file containing the transcripts of the corpus
PROP_RELATIVE_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
Property that sets the minimum score relative to the maximum score in the list for pruning.
PROP_RELATIVE_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.decoder.search.ActiveListFactory
Property that sets the minimum score relative to the maximum score in the list for pruning.
PROP_RELATIVE_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx4 property that specifies the relative beam width
PROP_RELATIVE_BEAM_WIDTH_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
The default value for the PROP_RELATIVE_BEAM_WIDTH property
PROP_RELATIVE_WORD_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Sphinx4 property that specifies the relative word beam width
PROP_RELATIVE_WORD_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Property that sets the minimum score relative to the maximum score in the word list for pruning.
PROP_RELATIVE_WORD_BEAM_WIDTH_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Sphinx4 property that specifies the default value for the relative word beam width
PROP_REPLACE_NTH_WITH_PREVIOUS - Static variable in class edu.cmu.sphinx.frontend.feature.FrameDropper
The SphinxProperty that specifies whether to replace the Nth frame with the previous frame.
PROP_REPLACE_NTH_WITH_PREVIOUS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.FrameDropper
The default value of PROP_REPLACE_NTH_WITH_PREVIOUS.
PROP_RESULT_LISTENERS - Static variable in class edu.cmu.sphinx.decoder.AbstractDecoder
 
PROP_SAMPLE_RATE - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
SphinxProperty for the sample rate of the data.
PROP_SAMPLE_RATE - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The sphinx property that defines the sample rate
PROP_SAMPLE_RATE - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
SphinxProperty for the sample rate.
PROP_SAMPLE_RATE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The default value for PROP_SAMPLE_RATE
PROP_SAMPLE_RATE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
Default value for PROP_SAMPLE_RATE.
PROP_SAMPLES_PER_SECOND - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
PROP_SAVE_CONFIG_AS_XML - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
Sphinx property that is used to indicate whether or not this monitor should save the configuration in an XML document
PROP_SCORER - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Sphinx property that defines the name of the scorer to be used by this search manager.
PROP_SCORER - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that defines the name of the scorer to be used by this search manager.
PROP_SEARCH_MANAGER - Static variable in class edu.cmu.sphinx.decoder.AbstractDecoder
The sphinx property name for the name of the search manager to use
PROP_SELECT_CHANNEL - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The Sphinx property that specifies the channel to use if the audio is stereo
PROP_SELECT_MIXER - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The Sphinx property that specifies the mixer to use.
PROP_SHOW_ALIGNED_RESULTS - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A sphinx property that define whether recognition results should be displayed.
PROP_SHOW_ALIGNED_RESULTS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The default setting of PROP_SHOW_ALIGNED_RESULTS
PROP_SHOW_COMPILATION_PROGRESS - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Property to control whether compilation progress is displayed on stdout.
PROP_SHOW_CONFIG - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
Sphinx property that is used to indicate whether or not this monitor should show the current configuration.
PROP_SHOW_CONFIG_AS_GDL - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
Sphinx property that is used to indicate whether or not this monitor should dump the configuration in an GDL document
PROP_SHOW_CONFIG_AS_HTML - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
Sphinx property that is used to indicate whether or not this monitor should dump the configuration in an HTML document
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A sphinx property that define whether detailed accuracy information is displayed
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
A sphinx property that define whether detailed accuracy information is displayed
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
A sphinx property that define whether detailed accuracy information is displayed
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
A sphinx property that define whether detailed accuracy information is displayed
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
A sphinx property that define whether detailed accuracy information is displayed
PROP_SHOW_DETAILS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_DETAILS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_DETAILS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_DETAILS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_DETAILS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_FULL_PATH - Static variable in class edu.cmu.sphinx.instrumentation.BestPathAccuracyTracker
A sphinx property that define whether the full token path is displayed
PROP_SHOW_FULL_PATH_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.BestPathAccuracyTracker
The default setting of PROP_SHOW_FULL_PATH
PROP_SHOW_GAP_INSERTIONS - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
SphinxProperty specifying whether to print out the gap insertion errors.
PROP_SHOW_GRAMMAR - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Property to control the the dumping of the grammar
PROP_SHOW_RAW_RESULTS - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A sphinx property that define whether recognition results should be displayed.
PROP_SHOW_RAW_RESULTS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The default setting of PROP_SHOW_RAW_RESULTS
PROP_SHOW_RESPONSE_TIME - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
A sphinx property that define whether detailed response information is displayed
PROP_SHOW_RESPONSE_TIME_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The default setting of PROP_SHOW_RESPONSE
PROP_SHOW_RESULTS - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A sphinx property that define whether recognition results should be displayed.
PROP_SHOW_RESULTS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A sphinx property that define whether summary accuracy information is displayed
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
A sphinx property that define whether summary accuracy information is displayed
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
A sphinx property that define whether summary accuracy information is displayed
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
A sphinx property that define whether summary accuracy information is displayed
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
A sphinx property that define whether summary accuracy information is displayed
PROP_SHOW_SUMMARY_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The default setting of PROP_SHOW_SUMMARY
PROP_SHOW_SUMMARY_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
The default setting of PROP_SHOW_SUMMARY
PROP_SHOW_SUMMARY_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
The default setting of PROP_SHOW_SUMMARY
PROP_SHOW_SUMMARY_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
The default setting of PROP_SHOW_SUMMARY
PROP_SHOW_SUMMARY_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The default setting of PROP_SHOW_SUMMARY
PROP_SHOW_TIMERS - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
A sphinx property that define whether detailed timer information is displayed
PROP_SHOW_TIMERS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_TOKEN_COUNT - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
A sphinx property than, when set to true will cause the recognizer to count up all the tokens in the active list after every frame.
PROP_SHOW_TOKEN_COUNT - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
A sphinx property than, when set to true will cause the recognizer to count up all the tokens in the active list after every frame.
PROP_SIGNED - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Property specify whether the data is signed.
PROP_SIGNED_DATA - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The SphinxProperty specifying whether the input data is signed.
PROP_SIGNED_DATA - Static variable in class edu.cmu.sphinx.frontend.util.WavWriter
The SphinxProperty specifying whether the input data is signed.
PROP_SIGNED_DATA_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The default value of PROP_SIGNED_DATA.
PROP_SILENCE_FILE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies the silence audio file, if any.
PROP_SILENCE_INSERTION_PROBABILITY - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Silence insertion probability property
PROP_SKIP - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies the number of files to skip for every file read.
PROP_SKIP - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The SphinxProperty name for how many files to skip for every decode.
PROP_SKIP - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The SphinxProperty name for how many files to skip for every decode.
PROP_SKIP_DEFAULT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The default value for the property PROP_SKIP.
PROP_SKIP_HMMS - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The SphinxProperty specifying whether to skip HMMs during dumping.
PROP_SKIP_HMMS_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The default value for PROP_SKIP_HMMS.
PROP_SPARSE_FORM - Static variable in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
 
PROP_SPARSE_FORM - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The SphinxProperty specifying whether the transition matrices of the acoustic model is in sparse form, i.e., omitting the zeros of the non-transitioning states.
PROP_SPARSE_FORM - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty specifying whether the transition matrices of the acoustic model is in sparse form, i.e., omitting the zeros of the non-transitioning states.
PROP_SPARSE_FORM - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty specifying whether the transition matrices of the acoustic model is in sparse form, i.e., omitting the zeros of the non-transitioning states.
PROP_SPARSE_FORM - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty specifying whether the transition matrices of the acoustic model is in sparse form, i.e., omitting the zeros of the non-transitioning states.
PROP_SPARSE_FORM - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The SphinxProperty specifying whether the transition matrices of the acoustic model is in sparse form, i.e., omitting the zeros of the non-transitioning states.
PROP_SPARSE_FORM_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_SPARSE_FORM.
PROP_SPARSE_FORM_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_SPARSE_FORM.
PROP_SPARSE_FORM_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_SPARSE_FORM.
PROP_SPARSE_FORM_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_SPARSE_FORM.
PROP_SPARSE_FORM_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_SPARSE_FORM.
PROP_SPEECH_LEADER - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The SphinxProperty for the amount of time (in milliseconds) before speech start to be included as speech data.
PROP_SPEECH_TRAILER - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The SphinxProperty for the amount of time (in milliseconds) after speech ends to be included as speech data.
PROP_SPREAD_WORD_PROBABILITIES_ACROSS_PRONUNCIATIONS - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Property that controls whether word probabilities are spread across all pronunciations.
PROP_START_FILE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies which file to start at.
PROP_START_SPEECH - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The Sphinx4 roperty for the minimum amount of time in speech (in milliseconds) to be considered as utterance start.
PROP_STEREO_TO_MONO - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The Sphinx property that specifies how to convert stereo audio to mono.
PROP_STRICT_PRUNING - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
Property that indicates whether or not the active list will implement 'strict pruning'.
PROP_STRICT_PRUNING - Static variable in class edu.cmu.sphinx.decoder.search.ActiveListFactory
Property that indicates whether or not the active list will implement 'strict pruning'.
PROP_STRICT_PRUNING_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
The default for the PROP_STRICT_PRUNING property
PROP_THRESHOLD - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The SphinxProperty specifying the threshold.
PROP_TOTAL_BATCHES - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The SphinxProperty for the total number of batch jobs the decoding run is being divided into.
PROP_TOTAL_BATCHES_DEFAULT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The default value for the property PROP_TOTAL_BATCHES.
PROP_TOTAL_FILES - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies the total number of files to read.
PROP_TRANSCRIPT_FILE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies the name of the transcript file.
PROP_TRIGRAM_CACHE_SIZE - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
A sphinx property that defines that maxium number of trigrams to be cached
PROP_TRIGRAM_CACHE_SIZE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for the PROP_TRIGRAM_CACHE_SIZE property
PROP_UNIGRAM_SMEAR_WEIGHT - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
A sphinx property that determines the weight of the smear
PROP_UNIGRAM_WEIGHT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The Sphinx Property specifying the unigram weight
PROP_UNIGRAM_WEIGHT_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The default value for PROP_UNIGRAM_WEIGHT
PROP_UNIT_INSERTION_PROBABILITY - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Unit insertion probability property
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
The property that defines the unit manager
PROP_UNIT_MANAGER - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The sphinx property that defines the name of the unit manager that is used to convert strings to Unit objects
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
A sphinx property used to define the unit manager to use when building the search graph
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
A sphinx property used to define the unit manager to use when building the search graph
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The property that defines the unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The property that defines the unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The property that defines the unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
The property that defines the unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The unit manager
PROP_USE_ADD_TABLE - Static variable in class edu.cmu.sphinx.util.LogMath
Sphinx property that controls whether we use the old, slow (but correct) method of performing the LogMath.add by doing the actual computation.
PROP_USE_CD_UNITS - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
PROP_USE_CD_UNITS - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
PROP_USE_CD_UNITS - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
PROP_USE_CD_UNITS - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
PROP_USE_CD_UNITS - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
PROP_USE_CD_UNITS_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The SphinxProperty specifying whether context-dependent units should be used.
PROP_USE_CD_UNITS_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty specifying whether context-dependent units should be used.
PROP_USE_CD_UNITS_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty specifying whether context-dependent units should be used.
PROP_USE_CD_UNITS_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty specifying whether context-dependent units should be used.
PROP_USE_CD_UNITS_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The SphinxProperty specifying whether context-dependent units should be used.
PROP_USE_COMPOSITES - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Controls whether we generate composites or CI units when no context is given during a lookup.
PROP_USE_COMPOSITES - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Controls whether we generate composites or CI units when no context is given during a lookup.
PROP_USE_COMPOSITES - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Controls whether we generate composites or CI units when no context is given during a lookup.
PROP_USE_COMPOSITES - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Controls whether we generate composites or CI units when no context is given during a lookup.
PROP_USE_COMPOSITES - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Controls whether we generate composites or CI units when no context is given during a lookup.
PROP_USE_COMPOSITES_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
The default value of PROP_USE_COMPOSITES.
PROP_USE_COMPOSITES_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The default value of PROP_USE_COMPOSITES.
PROP_USE_COMPOSITES_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The default value of PROP_USE_COMPOSITES.
PROP_USE_COMPOSITES_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The default value of PROP_USE_COMPOSITES.
PROP_USE_COMPOSITES_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
The default value of PROP_USE_COMPOSITES.
PROP_USE_FOOBAR - Static variable in class edu.cmu.sphinx.util.props.test.DummyComp
 
PROP_USE_MFFCS - Static variable in class edu.cmu.sphinx.util.props.test.DummyFrontEnd
 
PROP_USE_POOLED_BATCH_MANAGER - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The SphinxProperty that defines whether or not the decoder should use the pooled batch manager
PROP_USE_POOLED_BATCH_MANAGER_DEFAULT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The default value for the property PROP_USE_POOLED_BATCH_MANAGER.
PROP_VARIANCE_FLOOR - Static variable in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
 
PROP_VARIANCE_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
PROP_VARIANCE_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
PROP_VARIANCE_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
PROP_VARIANCE_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
PROP_VARIANCE_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
PROP_VARIANCE_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Variance floor.
PROP_VARIANCE_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Variance floor.
PROP_VARIANCE_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Variance floor.
PROP_VARIANCE_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Variance floor.
PROP_VARIANCE_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Variance floor.
PROP_VECTOR_LENGTH - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The SphinxProperty for the length of feature vectors.
PROP_VECTOR_LENGTH - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty for the length of feature vectors.
PROP_VECTOR_LENGTH - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty for the length of feature vectors.
PROP_VECTOR_LENGTH - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty for the length of feature vectors.
PROP_VECTOR_LENGTH - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The SphinxProperty for the length of feature vectors.
PROP_VECTOR_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_VECTOR_LENGTH.
PROP_VECTOR_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_VECTOR_LENGTH.
PROP_VECTOR_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_VECTOR_LENGTH.
PROP_VECTOR_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_VECTOR_LENGTH.
PROP_VECTOR_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_VECTOR_LENGTH.
PROP_VERTICAL_LAYOUT - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The SphinxProperty to specify whether to use vertical graph layout.
PROP_VERTICAL_LAYOUT_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The default value for PROP_VERTICAL_LAYOUT.
PROP_WAIT_IF_EMPTY - Static variable in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
If this property is set true the buffer will wait for new data until it returns from a getData-call.
PROP_WAIT_TIME_MS - Static variable in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
The time in milliseconds which will be waited between two attemtps to read a data-lement from the buffer when being in waitIfEmpty-mode
PROP_WANT_ENTRY_PRUNING - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
A sphinx property that controls whether or not relative beam pruning will be performed on the entry into a state.
PROP_WANT_UNIGRAM_SMEAR - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
A sphinx property that determines whether or not unigram probabilities are smeared through the lex tree
PROP_WHICH_BATCH - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The SphinxProperty that specified which batch job is to be run.
PROP_WHICH_BATCH_DEFAULT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The default value for the property PROP_WHICH_BATCH.
PROP_WINDOW_SHIFT_MS - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
The SphinxProperty name for window shift in milliseconds, which has a default value of 10F.
PROP_WINDOW_SIZE_MS - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
The SphinxProperty name for window size in milliseconds.
PROP_WORD_INSERTION_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Word insertion probability property
PROP_WORD_INSERTION_PROBABILITY - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Word insertion probability property
PROP_WORD_INSERTION_PROBABILITY_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for PROP_WORD_INSERTION_PROBABILITY
PROP_WORD_REPLACEMENT - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The name of the SphinxProperty that specifies the word to substitute when a lookup fails to find the word in the dictionary.
PropertiesDumper - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Dumps out information about an acoustic model.
PropertiesDumper(String) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties file.
PropertiesDumper(Properties) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties.
PropertiesDumper - Class in edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz
Dumps out information about an acoustic model.
PropertiesDumper(String) - Constructor for class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties file.
PropertiesDumper(Properties) - Constructor for class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties.
PropertiesDumper - Class in edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz
Dumps out information about an acoustic model.
PropertiesDumper(String) - Constructor for class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties file.
PropertiesDumper(Properties) - Constructor for class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties.
PropertiesDumper - Class in edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz
Dumps out information about an acoustic model.
PropertiesDumper(String) - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties file.
PropertiesDumper(Properties) - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties.
PropertiesDumper - Class in edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz
Dumps out information about an acoustic model.
PropertiesDumper(String) - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties file.
PropertiesDumper(Properties) - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties.
PropertyException - Exception in edu.cmu.sphinx.util.props
Indicates that a problem occurred while setting one or more properties for this component
PropertyException(String, String, String) - Constructor for exception edu.cmu.sphinx.util.props.PropertyException
Creates a new property exception.
PropertyException(Throwable, String, String, String) - Constructor for exception edu.cmu.sphinx.util.props.PropertyException
Creates a new property exception.
PropertyException(Exception) - Constructor for exception edu.cmu.sphinx.util.props.PropertyException
 
PropertySheet - Class in edu.cmu.sphinx.util.props
A property sheet which defines a collection of properties for a single component in the system.
PropertySheet(Configurable, String, RawPropertyData, ConfigurationManager) - Constructor for class edu.cmu.sphinx.util.props.PropertySheet
 
PropertySheet(Class<? extends Configurable>, String, ConfigurationManager, RawPropertyData) - Constructor for class edu.cmu.sphinx.util.props.PropertySheet
 
PropertySheet.PropertyType - Enum in edu.cmu.sphinx.util.props
 
PropertyType - Class in edu.cmu.sphinx.tools.gui.util
an enum-style type that defines the possible property types.
prune(ActiveList) - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
prunes the given set of states
prune(ActiveList) - Method in interface edu.cmu.sphinx.decoder.pruner.Pruner
prunes the given set of states
prune(ActiveList) - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
prunes the given set of states
Pruner - Interface in edu.cmu.sphinx.decoder.pruner
Provides a mechanism for pruning a set of StateTokens
purge() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Purges the active list of excess members returning a (potentially new) active list
purge() - Method in class edu.cmu.sphinx.decoder.search.AlternateHypothesisManager
Purge all but max number of alternate preceding token hypotheses.
put(HMM) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
Put an HMM into this manager
put(int, Object) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Places the given object in the pool
putResponse(String) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Outputs a response to the sender.

R

r - Static variable in class edu.cmu.sphinx.frontend.test.AbstractTestProcessor
 
RaisedCosineWindower - Class in edu.cmu.sphinx.frontend.window
Slices up a Data object into a number of overlapping windows (usually refered to as "frames" in the speech world).
RaisedCosineWindower() - Constructor for class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
RawPropertyData - Class in edu.cmu.sphinx.tools.gui
Holds the raw property data just as it has come in from the properties file.
RawPropertyData(String, String) - Constructor for class edu.cmu.sphinx.tools.gui.RawPropertyData
Creates a raw property data item
RawPropertyData - Class in edu.cmu.sphinx.util.props
Holds the raw property data just as it has come in from the properties file.
RawPropertyData(String, String) - Constructor for class edu.cmu.sphinx.util.props.RawPropertyData
Creates a raw property data item
RawPropertyData(String, String, Map<String, Object>) - Constructor for class edu.cmu.sphinx.util.props.RawPropertyData
 
RawReader - Class in edu.cmu.sphinx.tools.audio
Reads a raw audio file (i.e., a file that is just plain raw samples and nothing else) and converts it to signed data.
RawReader() - Constructor for class edu.cmu.sphinx.tools.audio.RawReader
 
RawRecorder - Class in edu.cmu.sphinx.tools.audio
Grabs audio from the microphone and returns an array of samples.
RawRecorder(AudioFormat) - Constructor for class edu.cmu.sphinx.tools.audio.RawRecorder
Create a new RawRecorder.
RawWriter - Class in edu.cmu.sphinx.tools.audio
Writes raw audio to a file, handling sample size, endian format, and signed/unsigned data.
RawWriter(OutputStream, AudioFormat) - Constructor for class edu.cmu.sphinx.tools.audio.RawWriter
 
read() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
read(byte[]) - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
read(byte[], int, int) - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
read(File) - Method in interface edu.cmu.sphinx.tools.gui.reader.GUIReader
read method that must be implemented by all readers
read(File) - Method in class edu.cmu.sphinx.tools.gui.reader.XMLConfigReader
The method called for reading from xml file
readAudioData(InputStream, AudioFormat) - Static method in class edu.cmu.sphinx.tools.audio.RawReader
Reads raw bytes from the given audioStream and returns big endian signed samples based on the audioFormat.
readAudioFile(String) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Attempts to read an audio file using the Java Sound APIs.
readLittleEndianFloat(DataInputStream) - Static method in class edu.cmu.sphinx.util.Utilities
Reads the next float from the given DataInputStream, where the data is in little endian.
readLittleEndianInt(DataInputStream) - Static method in class edu.cmu.sphinx.util.Utilities
Reads the next little-endian integer from the given DataInputStream.
readRawFile(String) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Reads the given stream in as 16kHz 16-bit signed PCM big endian audio data and returns an audio clip.
READY - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer is ready to recognize
recognize(int) - Method in interface edu.cmu.sphinx.decoder.search.SearchManager
Performs recognition.
recognize(int) - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Performs the recognition for the given number of frames.
recognize(int) - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Performs the recognition for the given number of frames.
recognize(String) - Method in class edu.cmu.sphinx.recognizer.Recognizer
Performs recognition for the given number of input frames, or until a 'final' result is generated.
recognize() - Method in class edu.cmu.sphinx.recognizer.Recognizer
Performs recognition for the given number of input frames, or until a 'final' result is generated.
recognize() - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
Recognizer - Class in edu.cmu.sphinx.recognizer
The Sphinx-4 recognizer.
Recognizer() - Constructor for class edu.cmu.sphinx.recognizer.Recognizer
 
RecognizerMonitor - Class in edu.cmu.sphinx.instrumentation
Monitor the state transitions of a given recognizer.
RecognizerMonitor() - Constructor for class edu.cmu.sphinx.instrumentation.RecognizerMonitor
 
RecognizerState - Class in edu.cmu.sphinx.recognizer
Defines the possible states of the recognizer.
RECOGNIZING - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer is recognizing speech
RED - Static variable in class edu.cmu.sphinx.linguist.flat.Color
The Color red
ReferenceSource - Interface in edu.cmu.sphinx.util
A source of reference texts.
reflectionCoeffsToARParameters(double[], int) - Method in class edu.cmu.sphinx.frontend.frequencywarp.LinearPredictor
Computes AR parameters from a given set of reflection coefficients.
REFRESH - Static variable in class edu.cmu.sphinx.tools.gui.GUIMediator
 
refresh() - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
Refresh the Sphinx model
registerPanel(GUIFileActionListener) - Method in class edu.cmu.sphinx.tools.gui.GUIMediator
Used by GUI panel to register as one of the notified clients
RejectionTracker - Class in edu.cmu.sphinx.instrumentation
Tracks and reports rejection accuracy.
RejectionTracker() - Constructor for class edu.cmu.sphinx.instrumentation.RejectionTracker
 
remove(String) - Method in class edu.cmu.sphinx.tools.gui.RawPropertyData
Remove property
removeChangeListener(ChangeListener) - Method in class edu.cmu.sphinx.tools.audio.AudioData
Remove a ChangeListener.
removeConfigurable(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Removes a configurable from this configuration manager.
removeConfigurationChangeListener(ConfigurationChangeListener) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Removes a listener for configuration change events.
removeDataListener(DataListener) - Method in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
Removes a listener.
removeDataListener(DataListener) - Method in interface edu.cmu.sphinx.frontend.databranch.DataProducer
Unregisters a listener fors Datas.
removeDataListener(DataListener) - Method in class edu.cmu.sphinx.frontend.databranch.FrontEndSplitter
 
removeFillers() - Method in class edu.cmu.sphinx.result.Sausage
Remove all filler words from the sausage.
removeLeavingEdge(Edge) - Method in class edu.cmu.sphinx.result.Node
Remove an Edge to this Node
removeNewFileListener(AudioFileProcessListener) - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
Removes a listener for new file events.
removeResultListener(ResultListener) - Method in class edu.cmu.sphinx.decoder.AbstractDecoder
Removes a previously added result listener.
removeResultListener(ResultListener) - Method in interface edu.cmu.sphinx.decoder.ResultProducer
Removes a listener from this ResultProducer-instance.
removeResultListener(ResultListener) - Method in class edu.cmu.sphinx.recognizer.Recognizer
Removes a previously added result listener.
removeSignalListener(SignalListener) - Method in class edu.cmu.sphinx.frontend.FrontEnd
Removes a listener for signals.
removeStateListener(StateListener) - Method in class edu.cmu.sphinx.recognizer.Recognizer
Removes a previously added state listener.
renameConfigurable(String, String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
 
replace(Token, Token) - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Replaces an old token with a new token
replace(Token, Token) - Method in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Replaces an old token with a new token
replace(Token, Token) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
Replaces an old token with a new token
reset() - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
reset() - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
Resets the beam statistics
reset() - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
reset() - Method in interface edu.cmu.sphinx.instrumentation.Resetable
Resets this component.
reset() - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
Resets the speed statistics
reset() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
reset() - Method in class edu.cmu.sphinx.util.Complex
Sets both the real and imaginary parts of this complex number to zero.
reset() - Method in class edu.cmu.sphinx.util.IDGenerator
Resets the ID to zero.
reset() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Resets all the accuracy and error statistics.
reset() - Method in class edu.cmu.sphinx.util.StatisticsVariable
Resets this StatisticsVariable.
reset() - Method in class edu.cmu.sphinx.util.Timer
Resets the timer as if it has never run before.
Resetable - Interface in edu.cmu.sphinx.instrumentation
Defines the interface for an object that is resetable
resetAll() - Static method in class edu.cmu.sphinx.util.StatisticsVariable
Resets all of the StatisticsVariables in the given context
resetAll() - Static method in class edu.cmu.sphinx.util.Timer
Resets all timers
resetAllProcessed() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Reset process flags for this state and all successor states
resetMonitors() - Method in class edu.cmu.sphinx.recognizer.Recognizer
Resets the monitors monitoring this recognizer
resetTotals() - Method in class edu.cmu.sphinx.util.NISTAlign
Reset the total insertions, deletions, and substitutions counts for this class.
resolve(String) - Static method in class edu.cmu.sphinx.util.StreamFactory
Returns the type of the given data source.
RESOURCE - Static variable in class edu.cmu.sphinx.tools.gui.util.PropertyType
A Resource type.
Result - Class in edu.cmu.sphinx.result
Provides recognition results.
Result(AlternateHypothesisManager, ActiveList, List, int, boolean, LogMath) - Constructor for class edu.cmu.sphinx.result.Result
Creates a result
Result(ActiveList, List, int, boolean, LogMath) - Constructor for class edu.cmu.sphinx.result.Result
Creates a result
ResultAnalyzer - Class in edu.cmu.sphinx.util
Compares a reference result strings to actual result strings and keeps track of statistics with regard to the strings
ResultAnalyzer(boolean) - Constructor for class edu.cmu.sphinx.util.ResultAnalyzer
Creates a result analyzer
ResultListener - Interface in edu.cmu.sphinx.decoder
The listener interface for being informed when new results are generated.
ResultProducer - Interface in edu.cmu.sphinx.decoder
Some API-elements shared by components which are able to produce Results.
RIGHT_CONTEXT_SIZE - Static variable in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
 
roundToFrames(long) - Method in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
Rounds a given sample-number to the number of samples will be processed by this instance including the padding samples at the end..
run() - Method in class edu.cmu.sphinx.instrumentation.ConfigMonitor
 
run() - Method in class edu.cmu.sphinx.linguist.LinguistProcessor
 
run() - Method in class edu.cmu.sphinx.linguist.util.LinguistDumper
Dumps the search space hmm in GDL format
run() - Method in class edu.cmu.sphinx.linguist.util.LinguistStats
Dumps the stats of the linguist
run() - Method in class edu.cmu.sphinx.tools.audio.AudioPlayer
Plays the AudioData in a separate thread.
run() - Method in class edu.cmu.sphinx.util.CommandInterpreter
 
run() - Method in class edu.cmu.sphinx.util.SocketCommandInterpreter
 
runCommand(String) - Method in class edu.cmu.sphinx.tools.gui.util.SysCommandExecutor
execute the command

S

S3FeatureExtractor - Class in edu.cmu.sphinx.frontend.feature
Computes the delta and double delta of input cepstrum (or plp or ...).
S3FeatureExtractor() - Constructor for class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
 
S4Boolean - Annotation Type in edu.cmu.sphinx.util.props
A logical property.
S4Component - Annotation Type in edu.cmu.sphinx.util.props
A component property.
S4ComponentList - Annotation Type in edu.cmu.sphinx.util.props
A list property.
S4Double - Annotation Type in edu.cmu.sphinx.util.props
* A double property.
S4Integer - Annotation Type in edu.cmu.sphinx.util.props
An integer property.
S4Property - Annotation Type in edu.cmu.sphinx.util.props
A tag which superclasses all sphinx property annotations.
S4PropWrapper - Class in edu.cmu.sphinx.util.props
Wraps annotations
S4PropWrapper(Proxy) - Constructor for class edu.cmu.sphinx.util.props.S4PropWrapper
 
S4String - Annotation Type in edu.cmu.sphinx.util.props
A string property.
Sausage - Class in edu.cmu.sphinx.result
A Sausage is a sequence of confusion sets, one for each position in an utterance.
Sausage(int) - Constructor for class edu.cmu.sphinx.result.Sausage
Construct a new sausage.
SausageMaker - Class in edu.cmu.sphinx.result

The SausageMaker takes word lattices as input and turns them into sausages (Confusion Networks) according to Mangu, Brill and Stolcke, "Finding Consensus in Speech Recognition: word error minimization and other applications of confusion networks", Computer Speech and Language, 2000.

SausageMaker() - Constructor for class edu.cmu.sphinx.result.SausageMaker
Construct an empty sausage maker
SausageMaker(Lattice) - Constructor for class edu.cmu.sphinx.result.SausageMaker
Construct a sausage maker
save(String, AudioFileFormat.Type) - Method in class edu.cmu.sphinx.frontend.util.Utterance
Save the audio as a WAV file in the given file.
save(String, boolean) - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
 
SAVE - Static variable in class edu.cmu.sphinx.tools.gui.GUIMediator
 
save(ConfigurationManager, File) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
saveData(ConfigProperties) - Method in interface edu.cmu.sphinx.tools.gui.GUIFileActionListener
save the data from GUI
saveData(ConfigProperties) - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
This method is inherited from GUIFileActionListener Currently the saved data all come only from ModelBuilder
Saver - Interface in edu.cmu.sphinx.linguist.acoustic.tiedstate
Generic interface for a saver of acoustic models
SaxLoader - Class in edu.cmu.sphinx.tools.gui.reader
Loads configuration from an XML file
SaxLoader(URL, Map) - Constructor for class edu.cmu.sphinx.tools.gui.reader.SaxLoader
Creates a loader that will load from the given location
SaxLoader - Class in edu.cmu.sphinx.util.props
Loads configuration from an XML file
SaxLoader(URL, GlobalProperties, Map<String, RawPropertyData>, boolean) - Constructor for class edu.cmu.sphinx.util.props.SaxLoader
Creates a loader that will load from the given location
scaleComplex(Complex, double) - Method in class edu.cmu.sphinx.util.Complex
Method to scale a complex number by a real one.
score(Result) - Method in interface edu.cmu.sphinx.result.ConfidenceScorer
Computes confidences for a Result and returns a ConfidenceResult, a compact representation of all the hypothesis contained in the result together with their per-word and per-path confidences.
score(Result) - Method in class edu.cmu.sphinx.result.MAPConfidenceScorer
Computes confidences for a Result and returns a ConfidenceResult, a compact representation of all the hypothesis contained in the result together with their per-word and per-path confidences.
score(Result) - Method in class edu.cmu.sphinx.result.PivotSausageMaker
 
score(Result) - Method in class edu.cmu.sphinx.result.SausageMaker
 
SCORE_NORMALIZER - Static variable in class edu.cmu.sphinx.decoder.scorer.AbstractScorer
An opotional post-processor for computed scores that will normalize scores.
Scoreable - Interface in edu.cmu.sphinx.decoder.scorer
Represents an entity that can be scored against a data
ScoreNormalizer - Interface in edu.cmu.sphinx.decoder.scorer
Describes all API-elements that are necessary to normalize token-scores after these have been computed by an AcousticScorer.
ScorerTests - Class in edu.cmu.sphinx.decoder.scorer
Unit tests for the processing logic of the scorer implementations
ScorerTests() - Constructor for class edu.cmu.sphinx.decoder.scorer.ScorerTests
 
SearchGraph - Interface in edu.cmu.sphinx.linguist
Represents a search graph
SearchManager - Interface in edu.cmu.sphinx.decoder.search
Defines the interface for the SearchManager.
SearchState - Interface in edu.cmu.sphinx.linguist
Represents a single state in a language search space
SearchStateArc - Interface in edu.cmu.sphinx.linguist
Represents a single state in a language search space
selectAll() - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Clears the current selection.
sendCommand(String) - Method in class edu.cmu.sphinx.util.SocketCommandClient
sends a command, retries on error which will attempt to repair a dead socket
sendCommandGetResponse(String) - Method in class edu.cmu.sphinx.util.SocketCommandClient
sends a command get a response
Senone - Interface in edu.cmu.sphinx.linguist.acoustic.tiedstate
Represents a set of acoustic data that can be scored against a feature
SenoneHMM - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Represents a hidden-markov-model.
SenoneHMM(Unit, SenoneSequence, float[][], HMMPosition) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Constructs an HMM
SenoneHMMState - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Represents a single state in an HMM
SenoneSequence - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Contains an ordered list of senones.
SenoneSequence(Senone[]) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence
Constructs a senone sequence
SENTENCE_END_SPELLING - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Spelling of the sentence end word.
SENTENCE_START_SPELLING - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Spelling of the sentence start word.
SentenceHMMState - Class in edu.cmu.sphinx.linguist.flat
Represents a single state in an SentenceHMM
SentenceHMMStateArc - Class in edu.cmu.sphinx.linguist.flat
Represents a transition in a sentence HMM.
SentenceHMMStateArc(SentenceHMMState, float, float, float) - Constructor for class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Creates a SentenceHMMStateArc
set(double, double) - Method in class edu.cmu.sphinx.util.Complex
Sets the real and imaginary parts of this complex number.
setAcousticScore(double) - Method in class edu.cmu.sphinx.result.Edge
Sets the acoustic score
setActiveList(ActiveList) - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sets the ActiveList.
setAudioData(short[]) - Method in class edu.cmu.sphinx.tools.audio.AudioData
Sets the audio data and notifies all ChangeListeners.
setAudioFile(File, String) - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
Sets the audio file from which the data-stream will be generated of.
setAudioFile(URL, String) - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
Sets the audio file from which the data-stream will be generated of.
setAudioFile(URL, String) - Method in class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
setBackwardScore(double) - Method in class edu.cmu.sphinx.result.Node
Sets the backward score for this node.
setBatchFile(File) - Method in class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
setBatchFile(String) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
Sets the batch file to use for this recogition
setBatchFiles(List<File>) - Method in class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
setBatchUrls(List<URL>) - Method in class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
setBeginTime(int) - Method in class edu.cmu.sphinx.result.Node
Sets the frame number when the word began.
setBestPredecessor(Node) - Method in class edu.cmu.sphinx.result.Node
Sets the best predecessor of this node.
setBestToken(Token) - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Sets the best scoring token for this active list
setBoolean(String, Boolean) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setCM(ConfigurationManager) - Method in class edu.cmu.sphinx.util.props.PropertySheet
 
setColor(Color) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the color for this node
setComponent(String, String, Configurable) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setComponentList(String, List<String>, List<Configurable>) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setComponentPropertyTest() - Method in class edu.cmu.sphinx.util.props.test.CMUTests
 
setData(Data) - Method in class edu.cmu.sphinx.decoder.search.Token
Sets the feature for this Token.
setDataSource(DataProcessor) - Method in class edu.cmu.sphinx.frontend.FrontEnd
Sets the source of data for this front end.
setDouble(String, double) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setEnabled(boolean) - Method in class edu.cmu.sphinx.util.StatisticsVariable
Sets the enabled state of this StatisticsVariable
setEndTime(int) - Method in class edu.cmu.sphinx.result.Node
Sets the frame number when the words ended.
setEnvironmentVar(String, String) - Method in class edu.cmu.sphinx.tools.gui.util.SysCommandExecutor
 
setFanIn(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the fan in state
setFeature(String, int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Sets a feature for this pool
setFinalNode(boolean) - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Sets the 'final' state of the grammar node.
setFinalState(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets this is to be final state
setForwardScore(double) - Method in class edu.cmu.sphinx.result.Node
Sets the backward score for this node.
setGainFactor(double) - Method in class edu.cmu.sphinx.frontend.GainControlProcessor
 
setGlobal(Map) - Method in class edu.cmu.sphinx.tools.gui.ConfigProperties
 
setGlobalProperty(String, String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Sets a global property.
setInitialNode(Node) - Method in class edu.cmu.sphinx.result.Lattice
Set the initialNode for this Lattice.
setInputStream(AudioInputStream, String) - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
Sets the InputStream from which this StreamDataSource reads.
setInputStream(InputStream, boolean) - Method in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
Sets the InputStream to read cepstral data from.
setInputStream(InputStream, String) - Method in class edu.cmu.sphinx.frontend.util.StreamDataSource
Sets the InputStream from which this StreamDataSource reads.
setInstanceName(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
 
setInt(String, int) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setLabels(float[], String[]) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Sets the labels to be used when drawing this panel.
setLMScore(double) - Method in class edu.cmu.sphinx.result.Edge
Sets the language model score
setLocation(int) - Method in class edu.cmu.sphinx.decoder.search.Token
Sets the location of this Token in the ActiveList.
setLogMath(LogMath) - Method in class edu.cmu.sphinx.result.Lattice
Sets the LogMath to use.
setNumStateOrder(int) - Method in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Sets the total number of state types to be managed
setNumStateOrder(int) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
 
setOffsetFactor(double) - Method in class edu.cmu.sphinx.tools.audio.SpectrogramPanel
Updates the offset factor used to calculate the greyscale values from the intensities.
setPanelClassSet(Set) - Method in class edu.cmu.sphinx.tools.gui.PanelConfigurable
change the data set
setPosterior(double) - Method in class edu.cmu.sphinx.result.Node
Sets the posterior probability of this node.
setPredecessor(DataProcessor) - Method in class edu.cmu.sphinx.decoder.FrameDecoder
 
setPredecessor(DataProcessor) - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Sets the predecessor DataProcessor.
setPredecessor(DataProcessor) - Method in interface edu.cmu.sphinx.frontend.DataProcessor
Sets the predecessor DataProcessor.
setPredecessor(DataProcessor) - Method in class edu.cmu.sphinx.frontend.FrontEnd
Sets the source of data for this front end.
setPredecessorClass(Set) - Static method in class edu.cmu.sphinx.decoder.search.Token
Set the predecessor class.
setProcessed(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the processed flag for this state
setPrompt(String) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Sets the prompt for the interpreter
setProperty(Map) - Method in class edu.cmu.sphinx.tools.gui.ConfigProperties
 
setProperty(ConfigurationManager, String, String) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Attempts to set the value of an arbitrary component-property.
setReferenceText(String) - Method in class edu.cmu.sphinx.result.Result
Sets the reference text
setResultList(List<Token>) - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sets the result list.
setScore(float) - Method in class edu.cmu.sphinx.decoder.search.Token
Sets the score for this token
setSelectionEnd(int) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Sets the index of the sample of representing the end of the selection
setSelectionStart(int) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Sets the index of the sample of representing the start of the selection
setSharedState(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the shared state flag
setShowAlignedResults(boolean) - Method in class edu.cmu.sphinx.util.NISTAlign
Sets whether aligned results are displayed
setShowResults(boolean) - Method in class edu.cmu.sphinx.util.NISTAlign
Sets whether results are displayed
setSocket(Socket) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Sets the Socket for this CommandInterpreter.
setSoTimeout(int) - Method in class edu.cmu.sphinx.util.SocketCommandClient
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setStopAcceptConnections() - Method in class edu.cmu.sphinx.util.SocketCommandInterpreter
Stops this SocketCommandInterpreter from accepting connections.
setStreams(BufferedReader, PrintWriter) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Sets the I/O streams
setString(String, String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setTail(StatePath) - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Sets the tail for this state
setTerminalNode(Node) - Method in class edu.cmu.sphinx.result.Lattice
Set the terminalNode for this Lattice.
setTerse(boolean) - Method in class edu.cmu.sphinx.util.SphinxLogFormatter
Sets the level of output
setTrace(boolean) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Sets the trace mode of the command interpreter.
setTrace(boolean) - Method in class edu.cmu.sphinx.util.SocketCommandInterpreter
Sets the trace mode of the command interpreter.
setUp() - Method in class edu.cmu.sphinx.frontend.test.AbstractTestProcessor
 
setUp() - Method in class edu.cmu.sphinx.frontend.test.DataBlockerTest
 
setUp() - Method in class edu.cmu.sphinx.frontend.util.test.AudioDataSourcesTest
 
setup() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.test.MixtureComponentTest
 
setUtterance(String) - Method in class edu.cmu.sphinx.linguist.language.grammar.BatchForcedAlignerGrammar
 
setValue(String, String) - Method in class edu.cmu.sphinx.util.props.GlobalProperties
 
setValue(Object) - Method in class edu.cmu.sphinx.util.props.GlobalProperty
 
setValue(double) - Method in class edu.cmu.sphinx.util.StatisticsVariable
Sets the value for this StatisticsVariable
setViterbiScore(double) - Method in class edu.cmu.sphinx.result.Node
Sets the Viterbi score for this node.
setVu(VUMeter) - Method in class edu.cmu.sphinx.frontend.util.VUMeterPanel
 
setWhich(int) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the index for this state
setWordStart(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the 'wordStart' flag
setWorkingDirectory(String) - Method in class edu.cmu.sphinx.tools.gui.util.SysCommandExecutor
 
setWorkingScore(float) - Method in class edu.cmu.sphinx.decoder.search.Token
Sets the working score for this token
shell(String) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
shortArrayToString(short[]) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns the string representation of the given short array.
SHOW_CONFIG - Static variable in class edu.cmu.sphinx.tools.gui.GUIMediator
 
showConfig(ConfigurationManager) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Shows the current configuration
showConfig(ConfigurationManager, String) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Show the configuration for the compnent with the given name
showConfigAsGDL(ConfigurationManager, String) - Static method in class edu.cmu.sphinx.util.props.tools.GDLDumper
Dumps the config as a GDL plot
showConfigAsHTML(ConfigurationManager, String) - Static method in class edu.cmu.sphinx.util.props.tools.HTMLDumper
Dumps the config as a set of HTML tables
showCount() - Static method in class edu.cmu.sphinx.decoder.search.Token
Shows the token count
showLatestResult() - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
show the latest result
showMisrecognitions() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Shows the misrecognized utterances.
showResults() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Shows the results for this analyzer
showSummary() - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
show the summary result
Signal - Class in edu.cmu.sphinx.frontend
Indicates events like beginning or end of data, data dropped, quality changed, etc..
SignalListener - Interface in edu.cmu.sphinx.frontend
The listener interface for being informed when a Signal is generated.
signalOccurred(Signal) - Method in interface edu.cmu.sphinx.frontend.SignalListener
Method called when a signal is detected
signalOccurred(Signal) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
SILENCE - Static variable in class edu.cmu.sphinx.linguist.acoustic.UnitManager
The silence unit
SILENCE_NAME - Static variable in class edu.cmu.sphinx.linguist.acoustic.UnitManager
The name for the silence unit
SILENCE_SPELLING - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Spelling of the 'word' that marks a silence
SimpleAcousticScorer - Class in edu.cmu.sphinx.decoder.scorer
A Simple acoustic scorer which scores within the current thread.
SimpleAcousticScorer() - Constructor for class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
 
SimpleActiveListFactory - Class in edu.cmu.sphinx.decoder.search
A factory for simple active lists
SimpleActiveListFactory() - Constructor for class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
 
SimpleActiveListManager - Class in edu.cmu.sphinx.decoder.search
A list of ActiveLists.
SimpleActiveListManager() - Constructor for class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
 
SimpleBatchManager - Class in edu.cmu.sphinx.util
A simple implementation of the batch manager suitable for single threaded batch processing
SimpleBatchManager(String, int, int, int) - Constructor for class edu.cmu.sphinx.util.SimpleBatchManager
Constructs a SimpleBatchManager object.
SimpleBreadthFirstSearchManager - Class in edu.cmu.sphinx.decoder.search
Provides the breadth first search.
SimpleBreadthFirstSearchManager() - Constructor for class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
SimpleNGramModel - Class in edu.cmu.sphinx.linguist.language.ngram
An ascii ARPA language model loader.
SimpleNGramModel() - Constructor for class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
SimplePruner - Class in edu.cmu.sphinx.decoder.pruner
Performs the default pruning behavior which is to invoke the purge on the active list
SimplePruner() - Constructor for class edu.cmu.sphinx.decoder.pruner.SimplePruner
 
SimpleWordListGrammar - Class in edu.cmu.sphinx.linguist.language.grammar
Defines a grammar based upon a list of words in a file.
SimpleWordListGrammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
 
SimpleWordResult - Class in edu.cmu.sphinx.result
Represents a single word result with associated scoring and timing information.
SimpleWordResult(String, double, LogMath) - Constructor for class edu.cmu.sphinx.result.SimpleWordResult
Construct a word result from a string and a confidence score.
SimpleWordResult(Word, int, int, double, double, LogMath) - Constructor for class edu.cmu.sphinx.result.SimpleWordResult
Construct a word result with full information.
SimpleWordResult(Node, double, LogMath) - Constructor for class edu.cmu.sphinx.result.SimpleWordResult
Construct a WordResult using a Node object and a confidence (posterior).
SINGLE - Static variable in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
HMM is at the beginning and the end of the word
Sinusoid - Class in edu.cmu.sphinx.tools.audio
A 16bit, linear SIGNED_PCM, big endian, sinusoid with a sample rate of 16kHz.
Sinusoid(double, double, double, double) - Constructor for class edu.cmu.sphinx.tools.audio.Sinusoid
Creates a 16bit, linear SIGNED_PCM, big endian, sinusoid with a sample rate of 16kHz.
size() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Returns the size of this list
size() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Retrieves the size of the pool
size() - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns the number of words in this sequence
size() - Method in interface edu.cmu.sphinx.result.ConfidenceResult
Get the number of word slots contained in this result
size() - Method in class edu.cmu.sphinx.result.Sausage
size of this sausage in word slots.
skip(int) - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
skipLastSamples() - Method in class edu.cmu.sphinx.frontend.test.DataBlockerTest
 
skipwhite() - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Skip any carriage returns.
SocketCommandClient - Class in edu.cmu.sphinx.util
A client for a socketed command interpreter.
SocketCommandClient(String, int) - Constructor for class edu.cmu.sphinx.util.SocketCommandClient
Creates a socket command client at the given host and port.
SocketCommandClient() - Constructor for class edu.cmu.sphinx.util.SocketCommandClient
Creats a SocketCommandClient with no connection open must be called.
SocketCommandInterpreter - Class in edu.cmu.sphinx.util
This class is a command interpreter.
SocketCommandInterpreter(int) - Constructor for class edu.cmu.sphinx.util.SocketCommandInterpreter
Creates a command interpreter at the given port.
SortingActiveListFactory - Class in edu.cmu.sphinx.decoder.search
 
SortingActiveListFactory() - Constructor for class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
 
sortNodes() - Method in class edu.cmu.sphinx.result.Lattice
Topologically sort the nodes in this lattice.
SpectrogramPanel - Class in edu.cmu.sphinx.tools.audio
Converts a set of log magnitude Spectrum data into a graphical representation.
SpectrogramPanel() - Constructor for class edu.cmu.sphinx.tools.audio.SpectrogramPanel
Creates a new JPanel with a double buffer and a flow layout.
SpectrogramPanel(FrontEnd, StreamDataSource, AudioData) - Constructor for class edu.cmu.sphinx.tools.audio.SpectrogramPanel
Creates a new SpectrogramPanel for the given AudioData.
SpeechClassifier - Class in edu.cmu.sphinx.frontend.endpoint
Implements a level tracking endpointer invented by Bent Schmidt Nielsen.
SpeechClassifier() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
 
SpeechEndSignal - Class in edu.cmu.sphinx.frontend.endpoint
A signal that indicates the end of speech.
SpeechEndSignal() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechEndSignal
Constructs a SpeechEndSignal.
SpeechEndSignal(long) - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechEndSignal
Constructs a SpeechEndSignal with the given creation time.
SpeechMarker - Class in edu.cmu.sphinx.frontend.endpoint
Converts a stream of SpeechClassifiedData objects, marked as speech and non-speech, and mark out the regions that are considered speech.
SpeechMarker() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
 
SpeechMarkerTest - Class in edu.cmu.sphinx.frontend.endpoint
DOCUMENT ME!
SpeechMarkerTest() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechMarkerTest
 
SpeechStartSignal - Class in edu.cmu.sphinx.frontend.endpoint
A signal that indicates the start of speech.
SpeechStartSignal() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechStartSignal
Constructs a SpeechStartSignal.
SpeechStartSignal(long) - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechStartSignal
Constructs a SpeechStartSignal at the given time.
SpeedTracker - Class in edu.cmu.sphinx.instrumentation
Monitors a recognizer for speed
SpeedTracker() - Constructor for class edu.cmu.sphinx.instrumentation.SpeedTracker
 
Sphinx3Loader - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
Sphinx3Loader() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
SphinxHelp - Class in edu.cmu.sphinx.util
This class provides information on Sphinx-4 and how to use it
SphinxHelp() - Constructor for class edu.cmu.sphinx.util.SphinxHelp
 
SphinxLogFormatter - Class in edu.cmu.sphinx.util
Provides a log formatter for use with sphinx.
SphinxLogFormatter() - Constructor for class edu.cmu.sphinx.util.SphinxLogFormatter
 
SphinxShell - Class in edu.cmu.sphinx.tools.batch
A little test application which instantiates a sphinx4-system and allows to reconfigure its component-parameters.
SphinxShell() - Constructor for class edu.cmu.sphinx.tools.batch.SphinxShell
 
squaredMagnitudeComplex() - Method in class edu.cmu.sphinx.util.Complex
Method to compute the squared magnitude of a complex number.
start() - Method in class edu.cmu.sphinx.frontend.util.VUMeterPanel
 
start() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Called before a recognition
start() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Called before a recognition
start() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Called before a recognition
start() - Method in class edu.cmu.sphinx.tools.audio.RawRecorder
Start recording.
start(String) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
start() - Method in interface edu.cmu.sphinx.util.BatchManager
Starts processing the batch
start() - Method in class edu.cmu.sphinx.util.PooledBatchManager
Starts processing the batch
start() - Method in class edu.cmu.sphinx.util.SimpleBatchManager
Starts processing the batch
start() - Method in class edu.cmu.sphinx.util.Timer
Starts the timer running.
start(long) - Method in class edu.cmu.sphinx.util.Timer
Starts the timer at the given time.
start(String) - Static method in class edu.cmu.sphinx.util.Timer
Starts a timer by name
startElement(String, String, String, Attributes) - Method in class edu.cmu.sphinx.util.props.IncludingConfigHandler
 
startRecognition() - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
starts the pruner
startRecognition() - Method in interface edu.cmu.sphinx.decoder.pruner.Pruner
Starts the pruner
startRecognition() - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
Starts the pruner
startRecognition() - Method in class edu.cmu.sphinx.decoder.scorer.AbstractScorer
 
startRecognition() - Method in interface edu.cmu.sphinx.decoder.scorer.AcousticScorer
starts the scorer
startRecognition() - Method in interface edu.cmu.sphinx.decoder.search.SearchManager
Prepares the SearchManager for recognition.
startRecognition() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Called at the start of recognition.
startRecognition() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Called at the start of recognition.
startRecognition() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Called before a recognition
startRecognition() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Called before a recognition
startRecognition() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Called before a recognition
startRecognition() - Method in interface edu.cmu.sphinx.linguist.Linguist
Called before a recognition.
startRecording() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Starts recording audio.
StateListener - Interface in edu.cmu.sphinx.recognizer
The listener interface for receiving recognizer status events
StatePath - Class in edu.cmu.sphinx.linguist.flat
Represents a path in a SentenceHMM.
StatisticsVariable - Class in edu.cmu.sphinx.util
Represents a named value.
statusChanged(RecognizerState) - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
statusChanged(RecognizerState) - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
 
statusChanged(RecognizerState) - Method in class edu.cmu.sphinx.instrumentation.MemoryTracker
 
statusChanged(RecognizerState) - Method in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
 
statusChanged(RecognizerState) - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
statusChanged(RecognizerState) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
statusChanged(RecognizerState) - Method in interface edu.cmu.sphinx.recognizer.StateListener
Called when the status has changed.
stop() - Method in class edu.cmu.sphinx.frontend.util.VUMeterPanel
 
stop() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Called after a recognition
stop() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Called after a recognition
stop() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Called after a recognition
stop() - Method in class edu.cmu.sphinx.tools.audio.RawRecorder
Stop recording and give us the clip.
stop() - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
stop() - Method in interface edu.cmu.sphinx.util.BatchManager
Stops processing the batch
stop() - Method in class edu.cmu.sphinx.util.PooledBatchManager
Stops processing the batch
stop() - Method in class edu.cmu.sphinx.util.SimpleBatchManager
Stops processing the batch
stop(boolean) - Method in class edu.cmu.sphinx.util.Timer
Stops the timer.
stop() - Method in class edu.cmu.sphinx.util.Timer
Stops the timer.
stop(String) - Static method in class edu.cmu.sphinx.util.Timer
Stops a timer by name
stopRecognition() - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
Performs post-recognition cleanup.
stopRecognition() - Method in interface edu.cmu.sphinx.decoder.pruner.Pruner
Performs post-recognition cleanup.
stopRecognition() - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
Performs post-recognition cleanup.
stopRecognition() - Method in class edu.cmu.sphinx.decoder.scorer.AbstractScorer
 
stopRecognition() - Method in interface edu.cmu.sphinx.decoder.scorer.AcousticScorer
stops the scorer
stopRecognition() - Method in interface edu.cmu.sphinx.decoder.search.SearchManager
Performs post-recognition cleanup.
stopRecognition() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Terminates a recognition
stopRecognition() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Terminates a recognition
stopRecognition() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Called after a recognition
stopRecognition() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Called after a recognition
stopRecognition() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Called after a recognition
stopRecognition() - Method in interface edu.cmu.sphinx.linguist.Linguist
Called after a recognition.
stopRecording() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Stops recording audio.
StreamCepstrumSource - Class in edu.cmu.sphinx.frontend.util
Produces Mel-cepstrum data from an InputStream.
StreamCepstrumSource() - Constructor for class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
 
StreamDataSource - Class in edu.cmu.sphinx.frontend.util
A StreamDataSource converts data from an InputStream into Data objects.
StreamDataSource() - Constructor for class edu.cmu.sphinx.frontend.util.StreamDataSource
 
StreamFactory - Class in edu.cmu.sphinx.util
Supports the loading and saving of files from different sources, e.g., a ZIP file or a plain directory.
StreamFactory() - Constructor for class edu.cmu.sphinx.util.StreamFactory
 
STRING - Static variable in class edu.cmu.sphinx.tools.gui.util.PropertyType
A String type
STRING_LIST - Static variable in class edu.cmu.sphinx.tools.gui.util.PropertyType
An array of strings
stripGlobalSymbol(String) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Strips the ${ and } off of a global symbol of the form ${symbol}.
subtractAsLinear(float, float) - Method in class edu.cmu.sphinx.util.LogMath
Returns the difference between two numbers when the arguments and the result are in log.
subtractComplex(Complex, Complex) - Method in class edu.cmu.sphinx.util.Complex
Method to subtract two complex numbers.
swapFloat(float) - Static method in class edu.cmu.sphinx.util.Utilities
Byte-swaps the given float to the other endian.
swapInteger(int) - Static method in class edu.cmu.sphinx.util.Utilities
Byte-swaps the given integer to the other endian.
SysCommandExecutor - Class in edu.cmu.sphinx.tools.gui.util
This class is used to execute command line at from Java runtime Usage of following class ...

T

tagAsVadStream(DataStartSignal) - Static method in class edu.cmu.sphinx.frontend.DataStartSignal
 
test8KhzSource() - Method in class edu.cmu.sphinx.frontend.util.test.AudioDataSourcesTest
 
testClassTesting() - Method in class edu.cmu.sphinx.util.props.test.CMUTests
 
testClone() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.test.MixtureComponentTest
Tests whether a MixtureComponents can be cloned (using deep copying).
testConcatDataSource() - Method in class edu.cmu.sphinx.frontend.util.test.AudioDataSourcesTest
 
TestConfigurable - Class in edu.cmu.sphinx.util.props.test
DOCUMENT ME!
TestConfigurable() - Constructor for class edu.cmu.sphinx.util.props.test.TestConfigurable
 
testCustomizedDefaultInstance() - Method in class edu.cmu.sphinx.util.props.test.DummyComp
Use the all defaults defined by the annotations to instantiate a Configurable.
testDefInstance() - Method in class edu.cmu.sphinx.util.props.test.ComponentPropertyTest
 
testDynamicConfCreation() - Method in class edu.cmu.sphinx.util.props.test.ConfigurationManagerTest
 
testDynamicConfCreationWithoutDefaultProperty() - Method in class edu.cmu.sphinx.util.props.test.TestConfigurable
 
testDynamicConfiguruationChange() - Method in class edu.cmu.sphinx.util.props.test.ConfigurationManagerTest
 
testEndWithoutSilence() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarkerTest
Test whether the speech marker is able to handle cases in which an DataEndSignal occurs somewhere after a SpeechStartSignal.
testGetDefaultInstance() - Method in class edu.cmu.sphinx.util.props.test.DummyComp
 
testInvalidList() - Method in class edu.cmu.sphinx.util.props.test.ComponentListTests
 
testLongInput() - Method in class edu.cmu.sphinx.frontend.test.DataBlockerTest
 
testMultipleSpeechRegionWithMerging() - Method in class edu.cmu.sphinx.frontend.endpoint.test.NonSpeechDataFilterTest
 
testMultipleSpeechRegionWithoutMerging() - Method in class edu.cmu.sphinx.frontend.endpoint.test.NonSpeechDataFilterTest
 
testNullStringProperty() - Method in class edu.cmu.sphinx.util.props.test.TestConfigurable
 
testOneSpeechRegion() - Method in class edu.cmu.sphinx.frontend.endpoint.test.NonSpeechDataFilterTest
 
testPropSheetFromConfigurableInstance() - Method in class edu.cmu.sphinx.util.props.test.TestConfigurable
 
testSerialization() - Method in class edu.cmu.sphinx.util.props.test.ConfigurationManagerTest
 
testSerializeDynamicConfiguration() - Method in class edu.cmu.sphinx.util.props.test.ConfigurationManagerTest
 
testSimpleFileSources() - Method in class edu.cmu.sphinx.frontend.util.test.AudioDataSourcesTest
 
testThreadedScorerDeallocation() - Method in class edu.cmu.sphinx.decoder.scorer.ScorerTests
 
testUnivariateDensity() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.test.MixtureComponentTest
Compute the density values of a sampled interval with an univariate MixtureComponent and compare values with the precomputed-computed ones.
testUnivariateMeanTransformation() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.test.MixtureComponentTest
Tests whether working with different types transformations works properly.
testUseXmlConfig() - Method in class edu.cmu.sphinx.util.props.test.DummyComp
 
testUsualInput() - Method in class edu.cmu.sphinx.frontend.test.DataBlockerTest
 
testXmlExtendedConfiguration() - Method in class edu.cmu.sphinx.util.props.test.ConfigurationManagerTest
 
ThreadedAcousticScorer - Class in edu.cmu.sphinx.decoder.scorer
An acoustic scorer that breaks the scoring up into a configurable number of separate threads.
ThreadedAcousticScorer() - Constructor for class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
 
TiedStateAcousticModel - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
TiedStateAcousticModel() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
 
timeLinguist(int, int, int) - Method in class edu.cmu.sphinx.linguist.util.LinguistTimer
Times the lingust
Timer - Class in edu.cmu.sphinx.util
Keeps track of execution times.
toBytes(short, byte[], boolean) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Converts a short into a byte array.
toDetailedString() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Returns a detailed string representation of this Pronunication.
toFloatData(Data) - Static method in class edu.cmu.sphinx.frontend.FloatData
Converts a given Data-object into a FloatData if possible.
Token - Class in edu.cmu.sphinx.decoder.search
Represents a single state in the recognition trellis.
Token(SearchState, int) - Constructor for class edu.cmu.sphinx.decoder.search.Token
Creates the initial token with the given word history depth
Token(float, float, Token) - Constructor for class edu.cmu.sphinx.decoder.search.Token
Creates a Token with the given acoustic and language scores and predecessor.
TOKEN_RANK - Variable in class edu.cmu.sphinx.instrumentation.BeamFinder
 
TokenGraphDumper - Class in edu.cmu.sphinx.result
Dumps out the GDL graph of all the result token chains in a Result, as well as all the alternate hypotheses along those chains.
TokenGraphDumper(Result) - Constructor for class edu.cmu.sphinx.result.TokenGraphDumper
Constructs a TokenGraphDumper from the given result.
TokenStack - Interface in edu.cmu.sphinx.decoder.search
A stack of tokens at a SentenceHMMState, allowing more than one path through the state.
toPrettyString() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
 
toPrettyString() - Method in interface edu.cmu.sphinx.linguist.SearchState
Returns a pretty version of the string representation for this object
toPropertyType(String) - Static method in class edu.cmu.sphinx.tools.gui.util.PropertyType
convert from String to a PropertyType
toShort(byte[], boolean) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Converts a byte array to a signed short value.
toSignedPCM(AudioInputStream) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Turns the AudioInputStream into a 16bit, SIGNED_PCM, big endian audio stream that preserves the original sample rate of the AudioInputStream.
toString() - Method in class edu.cmu.sphinx.decoder.AbstractDecoder
 
toString() - Method in class edu.cmu.sphinx.decoder.scorer.AbstractScorer
 
toString() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
toString() - Method in class edu.cmu.sphinx.decoder.search.Token
Retrieves the string representation of this object
toString() - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Returns the name of this BaseDataProcessor.
toString() - Method in class edu.cmu.sphinx.frontend.DataEndSignal
Returns the string "DataEndSignal".
toString() - Method in class edu.cmu.sphinx.frontend.DataStartSignal
Returns the string "DataStartSignal".
toString() - Method in class edu.cmu.sphinx.frontend.DoubleData
Returns a string that describes this DoubleData.
toString() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechEndSignal
Returns the string "SpeechEndSignal".
toString() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechStartSignal
Returns the string "SpeechStartSignal".
toString() - Method in class edu.cmu.sphinx.frontend.FrontEnd
Returns a description of this FrontEnd in the format: {, ...
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.Context
Provides a string representation of a context
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
Returns a string representation of this object
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.HMMStateArc
returns a string represntation of the arc
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.LeftRightContext
Provides a string representation of a context
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Retrieves a string form of this object
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Retrieves a string form of this object
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
 
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.PropertiesDumper
Returns a string of the properties.
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Returns the string representation of this object
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
returns a string represntation of this object
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Converts to a string
toString() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Returns a string representation of this FastDictionary in alphabetical order.
toString() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Returns a string representation of this FullDictionary in alphabetical order.
toString() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Returns a string representation of this Pronunication.
toString() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Returns a string representation of this word, which is the spelling
toString() - Method in class edu.cmu.sphinx.linguist.flat.Color
Returns a string representation of this color
toString() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Returns the string representation of this object
toString() - Method in class edu.cmu.sphinx.linguist.flat.StatePath
Returns the string representation for this StatePath
toString() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Returns the string representation of this object
toString() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndUnitState
 
toString() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
 
toString() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeUnitState
 
toString() - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns a string represntation of this word sequence.
toString() - Method in class edu.cmu.sphinx.model.acoustic.RM1_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Returns a string of the properties.
toString() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Returns a string of the properties.
toString() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Returns a string of the properties.
toString() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.PropertiesDumper
Returns a string of the properties.
toString() - Method in class edu.cmu.sphinx.recognizer.Recognizer
 
toString() - Method in class edu.cmu.sphinx.recognizer.RecognizerState
 
toString() - Method in class edu.cmu.sphinx.result.ConfusionSet
 
toString() - Method in class edu.cmu.sphinx.result.Edge
 
toString() - Method in class edu.cmu.sphinx.result.Node
Returns a description of this Node that contains the word, the start time, and the end time.
toString() - Method in interface edu.cmu.sphinx.result.Path
Returns a string representation of this object
toString() - Method in class edu.cmu.sphinx.result.Result
Returns a string representation of this object
toString() - Method in class edu.cmu.sphinx.result.SimpleWordResult
Return this WordResult as a string.
toString() - Method in interface edu.cmu.sphinx.result.WordResult
Returns a string representation of this object
toString() - Method in class edu.cmu.sphinx.tools.gui.RawPropertyData
Provide information stored inside this Object, used mainly for debugging / testing
toString() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
used to list the information contained in this component mainly for debugging and testing
toString() - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableProperty
This method is used to desribe the values of the ConfigurableProperty It is used mainly for debugging and testing purposes
toString() - Method in class edu.cmu.sphinx.tools.gui.util.PropertyType
 
toString() - Method in class edu.cmu.sphinx.util.Complex
Returns this complex number as a string in the format (real, imaginary).
toString() - Method in class edu.cmu.sphinx.util.machlearn.OVector
 
toString(double[][]) - Static method in class edu.cmu.sphinx.util.MatrixUtils
 
toString(double[]) - Static method in class edu.cmu.sphinx.util.MatrixUtils
 
toString(float[][]) - Static method in class edu.cmu.sphinx.util.MatrixUtils
 
toString() - Method in class edu.cmu.sphinx.util.props.GlobalProperty
 
toString() - Method in exception edu.cmu.sphinx.util.props.PropertyException
Returns a string representation of this object
toString() - Method in class edu.cmu.sphinx.util.props.PropertySheet
 
toUnsignedShort(byte[], boolean) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Converts a byte array into an unsigned short.
toXML(ConfigurationManager) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
converts a configuration manager instance into a xml-string .
transformStats() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Applies transformations to means and variances.
trim(int) - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns a word sequence that is no longer than the given size, that is filled in with the newest words from this sequence
TrivialAcousticModel - Class in edu.cmu.sphinx.linguist.acoustic.trivial
Represents the generic interface to the Acoustic Model for sphinx4
TrivialAcousticModel() - Constructor for class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
 

U

UNDEFINED - Static variable in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
HMM is at an undefined position n the word
unget(String) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Puts a string back, the next get will return this string
Unit - Class in edu.cmu.sphinx.linguist.acoustic
Represents a unit of speech.
UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
A sphinx property used to define the unit manager to use when building the search graph
UnitManager - Class in edu.cmu.sphinx.linguist.acoustic
Manages the set of units for a recognizer
UnitManager() - Constructor for class edu.cmu.sphinx.linguist.acoustic.UnitManager
 
UnitSearchState - Interface in edu.cmu.sphinx.linguist
Represents a unit state in a search space
UnitState - Class in edu.cmu.sphinx.linguist.flat
Represents a unit in an SentenceHMMS
UnitState(PronunciationState, int, Unit) - Constructor for class edu.cmu.sphinx.linguist.flat.UnitState
Creates a UnitState.
UnitState(Unit, HMMPosition) - Constructor for class edu.cmu.sphinx.linguist.flat.UnitState
Creates a UnitState with the given unit and HMM position.
UNKNOWN - Static variable in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
 
UNKNOWN - Static variable in class edu.cmu.sphinx.linguist.dictionary.Word
The Word representing the unknown word.
untagAsVadStream(DataStartSignal) - Static method in class edu.cmu.sphinx.frontend.DataStartSignal
 
update(ConfigProperties) - Method in interface edu.cmu.sphinx.tools.gui.GUIFileActionListener
update GUI with new data
update(ConfigProperties) - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
This method is inherited from GUIFileActionListener update the model by reloading the configuration values
UTIL_BUILDER - Static variable in exception edu.cmu.sphinx.tools.gui.util.ConfigurableUtilException
 
UTIL_COMPONENT - Static variable in exception edu.cmu.sphinx.tools.gui.util.ConfigurableUtilException
 
UTIL_INIT - Static variable in exception edu.cmu.sphinx.tools.gui.util.ConfigurableUtilException
 
UTIL_PATHHACKER - Static variable in exception edu.cmu.sphinx.tools.gui.util.ConfigurableUtilException
 
Utilities - Class in edu.cmu.sphinx.util
Provides a set of generic utilities
Utils - Class in edu.cmu.sphinx.tools.audio
 
Utterance - Class in edu.cmu.sphinx.frontend.util
Represents the complete audio data of an utterance.
Utterance(String, AudioFormat) - Constructor for class edu.cmu.sphinx.frontend.util.Utterance
Constructs a default Utterance object.

V

VAD_TAGGED_FEAT_STREAM - Static variable in class edu.cmu.sphinx.frontend.DataStartSignal
A constant that is attached to all DataStartSignal passing this component.
validate() - Method in class edu.cmu.sphinx.decoder.search.Token
Determines if this branch is valid
validate() - Method in class edu.cmu.sphinx.result.Result
Determines if the Result is valid.
validateAll() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Validates this SentenceHMMState and all successors
value - Variable in class edu.cmu.sphinx.util.StatisticsVariable
the value of this StatisticsVariable.
valueOf(String) - Static method in enum edu.cmu.sphinx.util.props.PropertySheet.PropertyType
Returns the enum constant of this type with the specified name.
values() - Static method in enum edu.cmu.sphinx.util.props.PropertySheet.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
valuesToBytes(double[], int, boolean) - Static method in class edu.cmu.sphinx.frontend.util.WavWriter
Converts a big-endian byte array into an array of doubles.
visitStates(SentenceHMMStateVisitor, SentenceHMMState, boolean) - Static method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Visit all of the states starting at start with the given vistor
VUMeter - Class in edu.cmu.sphinx.frontend.util
Copyright 1999-2006 Carnegie Mellon University.
VUMeter() - Constructor for class edu.cmu.sphinx.frontend.util.VUMeter
 
VUMeterMonitor - Class in edu.cmu.sphinx.frontend.util
A VU meter to be plugged into a front-end.
VUMeterMonitor() - Constructor for class edu.cmu.sphinx.frontend.util.VUMeterMonitor
 
VUMeterPanel - Class in edu.cmu.sphinx.frontend.util
Copyright 1999-2006 Carnegie Mellon University.
VUMeterPanel() - Constructor for class edu.cmu.sphinx.frontend.util.VUMeterPanel
 

W

waitUntilSpeechStart() - Method in class edu.cmu.sphinx.decoder.scorer.ScorerTests
 
WavWriter - Class in edu.cmu.sphinx.frontend.util
Stores audio data into numbered (MS-)wav files.
WavWriter() - Constructor for class edu.cmu.sphinx.frontend.util.WavWriter
 
whitespaceChars(int, int) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Specifies that all the characters between low and hi incluseive are whitespace characters
WINDOW_SHIFT_SAMPLES - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
WINDOW_SIZE_SAMPLES - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
Word - Class in edu.cmu.sphinx.linguist.dictionary
Represents a word, its spelling and its pronunciation.
Word(String, Pronunciation[], boolean) - Constructor for class edu.cmu.sphinx.linguist.dictionary.Word
Creates a Word
WordActiveListFactory - Class in edu.cmu.sphinx.decoder.search
A factory for WordActiveList.
WordActiveListFactory() - Constructor for class edu.cmu.sphinx.decoder.search.WordActiveListFactory
 
WordClassification - Class in edu.cmu.sphinx.linguist.dictionary
Provides a classification of words
WordPruningBreadthFirstSearchManager - Class in edu.cmu.sphinx.decoder.search
Provides the breadth first search.
WordPruningBreadthFirstSearchManager() - Constructor for class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
 
WordResult - Interface in edu.cmu.sphinx.result
Represents a word in a recognition result.
WordResultPath - Class in edu.cmu.sphinx.result
An implementation of a result Path that computes scores and confidences on the fly.
WordSearchState - Interface in edu.cmu.sphinx.linguist
Represents a single word state in a language search space
WordSequence - Class in edu.cmu.sphinx.linguist
This class can be used to keep track of a word sequence.
WordSequence(Word[]) - Constructor for class edu.cmu.sphinx.linguist.WordSequence
Constructs a word sequence with the given word IDs
WordSequence(List<Word>) - Constructor for class edu.cmu.sphinx.linguist.WordSequence
Constructs a word sequence from the list of words
WordState - Class in edu.cmu.sphinx.linguist.flat
Represents a word in an SentenceHMMS
WordState(AlternativeState, int) - Constructor for class edu.cmu.sphinx.linguist.flat.WordState
Creates a WordState
writeOutput(ConfigProperties) - Method in class edu.cmu.sphinx.tools.gui.writer.ConfigConverter
Write the property name and values into a StringBuffer
writeOutput(ConfigProperties, File) - Method in interface edu.cmu.sphinx.tools.gui.writer.GUIWriter
this method will write the configuration values to the output
writeOutput(ConfigProperties, File) - Method in class edu.cmu.sphinx.tools.gui.writer.XMLConfigWriter
This method is inherited from GUIWriter interface.
writeRawFile(AudioData, String) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Writes the given 16kHz 16-bit signed PCM audio clip to the given file as raw big endian data.
writeSample(int) - Method in class edu.cmu.sphinx.tools.audio.RawWriter
Writes the sample to the output stream.
writeWavFile(double[], int, File) - Static method in class edu.cmu.sphinx.frontend.util.WavWriter
Writes a given double array into a wav file (given the sample rate of the signal).

X

XMLConfigReader - Class in edu.cmu.sphinx.tools.gui.reader
This class implements the process of reading from XML file .config.xml
XMLConfigWriter - Class in edu.cmu.sphinx.tools.gui.writer
This class is a type of GUIWriter that write output to .config.xml format

Z

ZIP_FILE - Static variable in class edu.cmu.sphinx.util.StreamFactory
Identifies a ZIP file.

A B C D E F G H I J L M N O P R S T U V W X Z