A B C D E F G H I J K 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
 
AbstractDecoder(SearchManager, boolean, boolean, List<? extends Configurable>) - Constructor for class edu.cmu.sphinx.decoder.AbstractDecoder
 
AbstractFeatureExtractor - Class in edu.cmu.sphinx.frontend.feature
Abstract base class for windowed feature extractors like DeltasFeatureExtractor, ConcatFeatureExtractor or S3FeatureExtractor.
AbstractFeatureExtractor(int) - Constructor for class edu.cmu.sphinx.frontend.feature.AbstractFeatureExtractor
 
AbstractFeatureExtractor() - Constructor for class edu.cmu.sphinx.frontend.feature.AbstractFeatureExtractor
 
AbstractSausageMaker - Class in edu.cmu.sphinx.result
Parent to all sausage makers.
AbstractSausageMaker(float) - Constructor for class edu.cmu.sphinx.result.AbstractSausageMaker
 
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
 
AbstractScorer(BaseDataProcessor, ScoreNormalizer) - Constructor for class edu.cmu.sphinx.decoder.scorer.AbstractScorer
 
AccuracyTracker - Class in edu.cmu.sphinx.instrumentation
Tracks and reports recognition accuracy
AccuracyTracker(Recognizer, boolean, boolean, boolean, boolean, boolean) - Constructor for class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
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
ACTIVE_LIST_PROVIDER - Static variable in class edu.cmu.sphinx.decoder.scorer.BackgroundModelNormalizer
The active list provider used to determined the best token for normalization.
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(int, double, LogMath) - Constructor for class edu.cmu.sphinx.decoder.search.ActiveListFactory
 
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, 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 with a String value.
add(String, List<String>) - Method in class edu.cmu.sphinx.util.props.RawPropertyData
Adds a new property with a List<String> value.
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.
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<String, RawPropertyData>) - 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 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.dictionary.MappingDictionary
 
allocate() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
allocate() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
 
allocate() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassMap
 
allocate() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
allocate() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Create the grammar
allocate() - Method in class edu.cmu.sphinx.linguist.language.ngram.InterpolatedLanguageModel
 
allocate() - Method in class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
 
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.NetworkLanguageModel
 
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.recognizer.Recognizer
Allocate the resources needed for the recognizer.
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
Manager for pruned hypothesis
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.
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
 
AudioContinuityTester - Class in edu.cmu.sphinx.frontend.util
FrontEnd element that asserts the audio-stream to be continuous.
AudioContinuityTester() - Constructor for class edu.cmu.sphinx.frontend.util.AudioContinuityTester
 
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.
AudioFileDataSource - Class in edu.cmu.sphinx.frontend.util
An AudioFileDataSource generates a stream of audio data from a given audio file.
AudioFileDataSource(int, List<AudioFileProcessListener>) - Constructor for class edu.cmu.sphinx.frontend.util.AudioFileDataSource
 
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

BackgroundModelNormalizer - Class in edu.cmu.sphinx.decoder.scorer
Normalizes a set of Tokens against the best scoring Token of a background model.
BackgroundModelNormalizer() - Constructor for class edu.cmu.sphinx.decoder.scorer.BackgroundModelNormalizer
 
BackgroundModelNormalizer(SimpleBreadthFirstSearchManager) - Constructor for class edu.cmu.sphinx.decoder.scorer.BackgroundModelNormalizer
 
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
 
BatchAGC - Class in edu.cmu.sphinx.frontend.feature
Applies automatic gain control (CMN)
BatchAGC() - Constructor for class edu.cmu.sphinx.frontend.feature.BatchAGC
 
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(String, boolean, boolean, boolean, boolean, Dictionary) - 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(BatchForcedAlignerGrammar, Recognizer, List<DataProcessor>, String, String, String, String, int, int, int, int) - Constructor for class edu.cmu.sphinx.tools.batch.BatchForcedAlignerRecognizer
 
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(Recognizer, List<DataProcessor>, int, int, int, int, boolean) - Constructor for class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
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(Recognizer, List<DataProcessor>, String, String, String, String, int, int, int, int) - Constructor for class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
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(Recognizer, LogMath, boolean, boolean, boolean) - Constructor for class edu.cmu.sphinx.instrumentation.BeamFinder
 
BeamFinder() - Constructor for class edu.cmu.sphinx.instrumentation.BeamFinder
 
BestConfidenceAccuracyTracker - Class in edu.cmu.sphinx.instrumentation
Tracks and reports recognition accuracy using the "confidenceScorer" component specified in the ConfigurationManager.
BestConfidenceAccuracyTracker(ConfidenceScorer, Recognizer, boolean, boolean, boolean, boolean, boolean) - Constructor for class edu.cmu.sphinx.instrumentation.BestConfidenceAccuracyTracker
 
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(Recognizer, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class edu.cmu.sphinx.instrumentation.BestPathAccuracyTracker
 
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
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<? extends Scoreable>) - Method in class edu.cmu.sphinx.decoder.scorer.AbstractScorer
Scores the given set of states.
calculateScores(List<? extends Scoreable>) - 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.
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<String>) - 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
Change the successor from one token to another
characters(char[], int, int) - Method in class edu.cmu.sphinx.util.props.ConfigHandler
 
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
ClassBasedLanguageModel - Class in edu.cmu.sphinx.linguist.language.classes
An LM that computes a probability of a word sequence by converting words to classes and asking the class-based probability from a delegate LM.
ClassBasedLanguageModel(ClassMap, LanguageModel, LogMath) - Constructor for class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
 
ClassBasedLanguageModel() - Constructor for class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
 
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
 
ClassMap - Class in edu.cmu.sphinx.linguist.language.classes
A component that knows how to map words to classes and vice versa.
ClassMap(URL, LogMath) - Constructor for class edu.cmu.sphinx.linguist.language.classes.ClassMap
 
ClassMap() - Constructor for class edu.cmu.sphinx.linguist.language.classes.ClassMap
 
ClassPresentingDictionary - Class in edu.cmu.sphinx.linguist.language.classes
The only purpose of this class is to present all classes as words in the getWord() method.
ClassPresentingDictionary(ClassMap, Dictionary) - Constructor for class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
ClassPresentingDictionary() - Constructor for class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
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
 
clone() - Method in class edu.cmu.sphinx.frontend.FloatData
 
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.
collectStates(SentenceHMMState) - Static method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Collect all states starting from the given start state
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
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.
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
computeLogLikes(float[]) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
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(int, List<AudioFileProcessListener>) - Constructor for class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
ConcatAudioFileDataSource() - Constructor for class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
ConcatFeatureExtractor - Class in edu.cmu.sphinx.frontend.feature
This component concatenate the cepstrum from the sequence of frames according to the window size.
ConcatFeatureExtractor(int) - Constructor for class edu.cmu.sphinx.frontend.feature.ConcatFeatureExtractor
 
ConcatFeatureExtractor() - Constructor for class edu.cmu.sphinx.frontend.feature.ConcatFeatureExtractor
 
ConcatFileDataSource - Class in edu.cmu.sphinx.frontend.util
Concatenates a list raw headerless audio files as one continuous audio stream.
ConcatFileDataSource(int, int, int, boolean, boolean, boolean, int, int, String, int, int, String, String) - Constructor for class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
 
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
ConfigHandler - Class in edu.cmu.sphinx.util.props
A SAX XML Handler implementation that builds up the map of raw property data objects
ConfigHandler(Map<String, RawPropertyData>, Map<String, String>, boolean, URL) - Constructor for class edu.cmu.sphinx.util.props.ConfigHandler
 
ConfigHandler(Map<String, RawPropertyData>, Map<String, String>) - Constructor for class edu.cmu.sphinx.util.props.ConfigHandler
 
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 default (abstract) implementation of a configurable that implements a meaning toString() and keeps a references to the Confurable's logger.
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.
ConfigurationManagerUtils - Class in edu.cmu.sphinx.util.props
Some static utitity methods which ease the handling of system configurations.
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
 
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.util.props.RawPropertyData
Determines if the map already contains an entry for a 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<Senone>, 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<CompositeSenone>) - Static method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence
a factory method that creates a SeononeSequence from a list of senones.
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
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
 
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
 
DataBufferProcessor - Class in edu.cmu.sphinx.frontend.databranch
A FIFO-buffer for Data-elements.
DataBufferProcessor(int, boolean, int, List<? extends Configurable>) - Constructor for class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
 
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(String) - Constructor for class edu.cmu.sphinx.frontend.util.DataConverter
 
DataConverter() - Constructor for class edu.cmu.sphinx.frontend.util.DataConverter
 
DataDumper - Class in edu.cmu.sphinx.frontend.util
Dumps the data
DataDumper(boolean, String, boolean) - Constructor for class edu.cmu.sphinx.frontend.util.DataDumper
 
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 resources 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.classes.ClassBasedLanguageModel
 
deallocate() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassMap
 
deallocate() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
deallocate() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Deallocate resources allocated to this grammar
deallocate() - Method in class edu.cmu.sphinx.linguist.language.ngram.InterpolatedLanguageModel
 
deallocate() - Method in class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
 
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.NetworkLanguageModel
 
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.recognizer.Recognizer
Deallocates the recognizer.
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
 
Decoder(SearchManager, boolean, boolean, List<? extends Configurable>, int) - 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(int) - Constructor for class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
 
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(int, int) - Constructor for class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
 
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(int, int) - Constructor for class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform2
 
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(int, boolean) - Constructor for class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
 
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
 
Dither - Class in edu.cmu.sphinx.frontend.util
Adds a uniformly distribued dithering to a signal.
Dither(double, boolean, double, double) - Constructor for class edu.cmu.sphinx.frontend.util.Dither
 
Dither() - Constructor for class edu.cmu.sphinx.frontend.util.Dither
 
divideComplex(Complex, Complex) - Method in class edu.cmu.sphinx.util.Complex
Method to divide two complex numbers.
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
 
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.TimerPool
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(AcousticModel, Grammar, UnitManager, LogMath, double, double, double, double, float, boolean, AcousticModel) - Constructor for class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
 
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.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.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.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.HTK - package edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK
 
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.classes - package edu.cmu.sphinx.linguist.language.classes
 
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.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.endpoint - package edu.cmu.sphinx.tools.endpoint
 
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.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
endElement(String, String, String) - Method in class edu.cmu.sphinx.util.props.ConfigHandler
 
EnergyPlotter - Class in edu.cmu.sphinx.frontend.util
Plots positive energy values of a cepstrum to stdout.
EnergyPlotter(int) - Constructor for class edu.cmu.sphinx.frontend.util.EnergyPlotter
 
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.PropertySheet
Returns true if two property sheet define the same object in terms of configuration.
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(int) - Constructor for class edu.cmu.sphinx.frontend.endpoint.ExcessiveNonSpeechPruner
 
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(URL, URL, List<URL>, boolean, String, boolean, boolean, UnitManager) - Constructor for class edu.cmu.sphinx.linguist.dictionary.FastDictionary
 
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<Class<?>>) - 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
findState(Lab) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
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(AcousticModel, LogMath, Grammar, UnitManager, double, double, double, double, float, boolean, boolean, boolean, boolean, double, double, AcousticModel) - Constructor for class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
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.
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(boolean, boolean, boolean, boolean, Dictionary) - Constructor for class edu.cmu.sphinx.linguist.language.grammar.ForcedAlignerGrammar
 
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(SearchManager, boolean, boolean, List<? extends Configurable>) - 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(int, boolean) - Constructor for class edu.cmu.sphinx.frontend.feature.FrameDropper
 
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(List<DataProcessor>) - Constructor for class edu.cmu.sphinx.frontend.FrontEnd
 
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(String, LogMath, boolean, boolean, boolean, boolean, Dictionary) - Constructor for class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
 
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(URL, URL, List<URL>, boolean, String, boolean, boolean, UnitManager) - Constructor for class edu.cmu.sphinx.linguist.dictionary.FullDictionary
 
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(double) - Constructor for class edu.cmu.sphinx.frontend.GainControlProcessor
 
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(String, Linguist, boolean, boolean, boolean, LogMath) - Constructor for class edu.cmu.sphinx.linguist.util.GDLDumper
 
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.
get1phIt() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
get3phIt() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
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
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
Method 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
getBaseName() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
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
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
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.
getClassAsWord(String) - Method in class edu.cmu.sphinx.linguist.language.classes.ClassMap
 
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.util.props.RawPropertyData
Returns the className.
getClassProbability(String) - Method in class edu.cmu.sphinx.linguist.language.classes.ClassMap
 
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.endpoint.SpeechClassifiedData
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.
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
getContextIndependentUnits() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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
 
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
 
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.AbstractFeatureExtractor
Returns the next Data object produced by this DeltasFeatureExtractor.
getData() - Method in class edu.cmu.sphinx.frontend.feature.BatchAGC
Returns the next Data object, which is a normalized cepstrum.
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.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.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.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.AudioContinuityTester
 
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.Dither
Returns the next DoubleData object, which is a dithered version of the input
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.StreamHTKCepstrum
Returns the next Data object, which is the mel cepstrum of the input frame.
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
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
getDoubleData() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifiedData
Returns the DoubleData contained by this SpeechClassifiedData.
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.
getEnd() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.Lab
 
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(Pool.Feature, 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
getFillerWords() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
getFirstSampleNumber() - Method in class edu.cmu.sphinx.frontend.DoubleData
 
getFirstSampleNumber() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifiedData
Returns the position of the first sample in the original data.
getFirstSampleNumber() - Method in class edu.cmu.sphinx.frontend.FloatData
 
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
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
 
getGauss(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
extracts ONE gaussian from the GMM
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(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
getHMM(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
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
getHMMidx(SingleHMM) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
getHMMIndex(SingleHMM) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
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
getHMMManager() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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
 
getHMMnames() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
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.
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
 
getJavadocComment(String, String, String, String) - Static method in class edu.cmu.sphinx.tools.gui.util.JavadocExtractor
do string manipulation to get the property comment
getLab() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMState
 
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
getLeft() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
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 class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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
 
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
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-likelihood.
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 class edu.cmu.sphinx.util.props.PropertySheet
Returns a logger to use for this configurable component.
getLogLike() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
Calculate log probability of the observation must be called AFTER next() !
getLogLike() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMState
 
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
getMarginal(boolean[]) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
getMaxDB() - Method in class edu.cmu.sphinx.frontend.util.VUMeter
 
getMaxDepth() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
Returns the maximum depth of the language model
getMaxDepth() - Method in class edu.cmu.sphinx.linguist.language.ngram.InterpolatedLanguageModel
 
getMaxDepth() - Method in class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
Returns the maximum depth of the language model
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.NetworkLanguageModel
 
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(int, int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
getMean() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Returns the mean for this component.
getMeansPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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
 
getMeansTransformationMatrixPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
getMeansTransformationMatrixPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the means transformation matrix pool.
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
 
getMeansTransformationVectorPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
getMeansTransformationVectorPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the means transformation vectors pool.
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
 
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 class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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
 
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.HTK.Lab
 
getName() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
getName() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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.tools.batch.BatchNISTRecognizer.CTLUtterance
 
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.ConfigurableAdapter
Retunrs the configuration name this Configurable.
getName() - Method in class edu.cmu.sphinx.util.props.RawPropertyData
 
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.
getNbEmittingStates() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
getNcoefs() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
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

getNgauss() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
getNhmms() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
getNhmmsMono() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
getNhmmsTri() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
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.
getNstates() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
getNstates() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
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
getNumCachedTimers() - Static method in class edu.cmu.sphinx.util.TimerPool
Returns the number of currently caches Timer instances.
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.
getPossibleWordClassifications() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
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(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
 
getProbability() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarArc
Retrieves the probability for this transition
getProbability(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.InterpolatedLanguageModel
Calculates probability p = w[1]*p[1] + w[2]*p[2] + ...
getProbability(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
Gets the ngram probability of the word sequence represented by the word list
getProbability(WordSequence) - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Gets the n-gram 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.NetworkLanguageModel
 
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.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.
getRight() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
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 class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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
 
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
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
 
getSampleRate() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifiedData
Returns the sample rate of the data.
getSampleRate() - Method in class edu.cmu.sphinx.frontend.FloatData
 
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 class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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
Gets the senone pool for this loader.
getSenonePool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
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.
getSentenceEndWord() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
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.
getSentenceStartWord() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
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.
getSilenceWord() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
getSmear(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
Gets the smear term for the given wordSequence
getSmear(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.InterpolatedLanguageModel
 
getSmear(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
Gets the smear term for the given wordSequence
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.NetworkLanguageModel
 
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.
getStart() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.Lab
 
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() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.Lab
 
getState(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
may return null if the state is non-emitting
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.
getStateIdx(HMMState) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
getStateIdx(int, int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
index of the HMM (begins at 0) index of the state WITHIN the HMM !
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
getStringList(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Gets a list of float numbers associated with the given parameter name
getStrippedComponentName(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
 
getSubSequence(int, int) - Method in class edu.cmu.sphinx.linguist.WordSequence
 
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(Object, String) - Static method in class edu.cmu.sphinx.util.TimerPool
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
getTrans(int, int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
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
 
getTranscriptionNoFiller() - Method in interface edu.cmu.sphinx.result.Path
Gets the transcription of the path skipping the filler words
getTranscriptionNoFiller() - Method in class edu.cmu.sphinx.result.WordResultPath
 
getTransformMatrix() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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
 
getTransIdx() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
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 class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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
 
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.StatisticsVariable
Retrieves the value for this StatisticsVariable
getValues() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifiedData
Returns the data values.
getValues() - Method in class edu.cmu.sphinx.frontend.FloatData
 
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
getVar(int, int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
getVariance() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Returns the variance for this component.
getVariancePool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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
Gets the variance pool.
getVariancePool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
getVarianceTransformationMatrixPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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
 
getVarianceTransformationVectorPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
getVarianceTransformationVectorPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the variance transformation vectors pool.
getVarianceTransformationVectorPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Gets the variance transformation vectorpool.
getVarianceTransformationVectorPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
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 class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
 
getVocabulary() - Method in class edu.cmu.sphinx.linguist.language.ngram.InterpolatedLanguageModel
 
getVocabulary() - Method in class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
Returns the set of words in the language model.
getVocabulary() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Returns the set of words in the language 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.NetworkLanguageModel
 
getVocabulary() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Returns the set of words in the language model.
getVu() - Method in class edu.cmu.sphinx.frontend.util.VUMeterPanel
 
getVuMeterDialog() - Method in class edu.cmu.sphinx.frontend.util.VUMeterMonitor
 
getWeight(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
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.
getWinningGauss() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
must be called AFTER next()
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(String) - Method in class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
This method disguises all classes as words.
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
 
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.
getWordsInClass(String) - Method in class edu.cmu.sphinx.linguist.language.classes.ClassMap
 
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.
gmm - Variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMState
 
GMMDiag - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK
This a producer for observations, it outputs the log likelihoods for guassians
GMMDiag() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
GMMDiag(int, int) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
gmmidx - Variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMState
 
gmms - Variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
contains GMMDiag instances
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(boolean, boolean, boolean, boolean, Dictionary) - Constructor for class edu.cmu.sphinx.linguist.language.grammar.Grammar
 
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
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

hasAlternatePredecessors(Token) - Method in class edu.cmu.sphinx.decoder.search.AlternateHypothesisManager
 
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.ConfigurationManager
 
hashCode() - Method in class edu.cmu.sphinx.util.props.PropertySheet
 
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 - Enum in edu.cmu.sphinx.linguist.acoustic
Defines possible positions of HMMs.
hmms - Variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
contains HMM instances
HMMSearchState - Interface in edu.cmu.sphinx.linguist
Represents a single hmm state in a language search space
HMMSet - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK
 
HMMSet() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
hmmset - Variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
HMMState - Interface in edu.cmu.sphinx.linguist.acoustic
Represents a single state in an HMM
HMMState - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK
This is simply a GMMDiag with a label which is a HMM name (String) and a state number
HMMState(GMMDiag, Lab) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMState
 
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) -