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

A

ALLOCATED - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer has been allocated
ALLOCATING - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer is allocating resources
AccuracyTracker - class edu.cmu.sphinx.instrumentation.AccuracyTracker.
Tracks and reports recognition accuracy
AccuracyTracker() - Constructor for class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
AcousticModel - interface edu.cmu.sphinx.linguist.acoustic.AcousticModel.
Represents the generic interface to the Acoustic Model for sphinx4
AcousticScorer - interface edu.cmu.sphinx.decoder.scorer.AcousticScorer.
Provides a mechanism for scoring a set of HMM states
ActionTagsParser - class edu.cmu.sphinx.tools.tags.ActionTagsParser.
An ECMAScript action tags parser for tags embedded in JSGF RuleGrammars.
ActionTagsParser() - Constructor for class edu.cmu.sphinx.tools.tags.ActionTagsParser
Create a new ECMATagsParser.
ActionTagsUtilities - class edu.cmu.sphinx.tools.tags.ActionTagsUtilities.
Utilities for handling ECMAScript embedded in JSGF RuleGrammar tags.
ActionTagsUtilities() - Constructor for class edu.cmu.sphinx.tools.tags.ActionTagsUtilities
 
ActiveList - interface edu.cmu.sphinx.decoder.search.ActiveList.
An active list is maintained as a sorted list Note that all scores are represented in LogMath logbase
ActiveListFactory - interface edu.cmu.sphinx.decoder.search.ActiveListFactory.
Creates new active lists.
ActiveListManager - interface edu.cmu.sphinx.decoder.search.ActiveListManager.
An active list is maintained as a sorted list
AlternateHypothesisManager - class edu.cmu.sphinx.decoder.search.AlternateHypothesisManager.
Created by IntelliJ IDEA.
AlternateHypothesisManager(int) - Constructor for class edu.cmu.sphinx.decoder.search.AlternateHypothesisManager
Creates an alternate hypotheses manager
AlternativeState - class edu.cmu.sphinx.linguist.flat.AlternativeState.
Represents a set of alternatives in an SentenceHMMS
AlternativeState(GrammarState, int) - Constructor for class edu.cmu.sphinx.linguist.flat.AlternativeState
Creates a WordState
ArrayTokenStack - class edu.cmu.sphinx.decoder.search.ArrayTokenStack.
An array implementation of TokenStack.
ArrayTokenStack(int) - Constructor for class edu.cmu.sphinx.decoder.search.ArrayTokenStack
Constructs a ArrayTokenStack object with the given capacity.
AudioData - class edu.cmu.sphinx.tools.audio.AudioData.
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 edu.cmu.sphinx.tools.audio.AudioDataInputStream.
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.
AudioPanel - class edu.cmu.sphinx.tools.audio.AudioPanel.
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 edu.cmu.sphinx.tools.audio.AudioPlayer.
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 edu.cmu.sphinx.tools.audio.AudioTool.
Records and displays the waveform and spectrogram of an audio signal.
AudioTool() - Constructor for class edu.cmu.sphinx.tools.audio.AudioTool
 
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(String, CommandInterface) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Adds the given command to the command list.
add(Map) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Add the given set of commands to the list of commands.
add(String, CommandInterface) - Method in class edu.cmu.sphinx.util.SocketCommandInterpreter
Adds the given command to the command list.
addAlias(String, String) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Adds an alias to the command
addAll(List) - Method in class edu.cmu.sphinx.research.parallel.CombineToken
Adds all the ParallelTokens in the given list into this CombineToken.
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.
addEdge(Node, Node, double, double) - Method in class edu.cmu.sphinx.result.Lattice
Add an edge from fromNode to toNode.
addNode(Word, int, int) - Method in class edu.cmu.sphinx.result.Lattice
Add a Node that represents the theory that a given word was spoken over a given period of time.
addNode(String, int, int) - Method in class edu.cmu.sphinx.result.Lattice
Add a Node that represents the theory that a given word was spoken over a given period of time.
addParallelToken(Object, ParallelToken) - Method in class edu.cmu.sphinx.research.parallel.CombineToken
Adds the parallel score of the given parallel stream.
addResultListener(ResultListener) - Method in class edu.cmu.sphinx.decoder.Decoder
Adds a result listener to this recognizer.
addResultListener(ResultListener) - Method in class edu.cmu.sphinx.recognizer.Recognizer
Adds a result listener to this recognizer.
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.
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.
allPaths() - Method in class edu.cmu.sphinx.result.Lattice
Generate a List of all paths through this Lattice.
allocate() - Method in class edu.cmu.sphinx.decoder.Decoder
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 interface edu.cmu.sphinx.decoder.scorer.AcousticScorer
Allocates resources for this scorer
allocate() - Method in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
 
allocate() - Method in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
 
allocate() - Method in interface edu.cmu.sphinx.decoder.search.SearchManager
Allocates the resources necessary for this search.
allocate() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
allocate() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
 
allocate() - Method in class edu.cmu.sphinx.jsapi.SphinxRecognizer
Allocate the resources required for the Engine and put it into the ALLOCATED state
allocate() - Method in interface edu.cmu.sphinx.linguist.Linguist
Allocates the linguist.
allocate() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Gets this acoustic model ready to use, allocating all necessary resources.
allocate() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
initialize this acoustic model with the given name and context.
allocate() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
 
allocate() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
 
allocate() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Allocates the dictionary
allocate() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
 
allocate() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
 
allocate() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
allocate() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Create the grammar
allocate() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Create the language model
allocate() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
allocate() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
allocate() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
allocate() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
initialize this acoustic model with the given name and context.
allocate() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
initialize this acoustic model with the given name and context.
allocate() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
initialize this acoustic model with the given name and context.
allocate() - Method in class edu.cmu.sphinx.recognizer.Recognizer
Allocate the resources needed for the recognizer.
allocate() - Method in class edu.cmu.sphinx.research.parallel.ParallelAcousticScorer
Allocates resources for this scorer
allocate() - Method in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
 
allocate() - Method in class edu.cmu.sphinx.research.parallel.TokenScorePruner
Allocates resources necessary for this pruner
analyze(String, String) - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Compare the hypothesis to the reference string collecting statistics on it.
available() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 

B

BEGIN - Static variable in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
HMM is at the beginning position of the word
BOOLEAN - Static variable in class edu.cmu.sphinx.util.props.PropertyType
An integer type
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.
BaseDataProcessor - class edu.cmu.sphinx.frontend.BaseDataProcessor.
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
 
BatchCMN - class edu.cmu.sphinx.frontend.feature.BatchCMN.
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 edu.cmu.sphinx.util.BatchFile.
Provides a set of utilities methods for manipulating batch files.
BatchFile() - Constructor for class edu.cmu.sphinx.util.BatchFile
 
BatchItem - class edu.cmu.sphinx.util.BatchItem.
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 edu.cmu.sphinx.util.BatchManager.
Provides a standard interface to a batching mechanism
BatchModeRecognizer - class edu.cmu.sphinx.tools.batch.BatchModeRecognizer.
Decodes a batch file containing a list of files to decode.
BatchModeRecognizer() - Constructor for class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
BatchResults - class edu.cmu.sphinx.decoder.BatchResults.
Provides summary results for a batch run of the decoder
BatchResults(int, int, int, int, int, int) - Constructor for class edu.cmu.sphinx.decoder.BatchResults
Creates a new BatchResults with the given parameters
BeamFinder - class edu.cmu.sphinx.instrumentation.BeamFinder.
Monitors the absolute and relative beam sizes required to achieve the optimum recognition results and reports this data.
BeamFinder() - Constructor for class edu.cmu.sphinx.instrumentation.BeamFinder
 
BranchState - class edu.cmu.sphinx.linguist.flat.BranchState.
Represents a branching node in a grammar
BranchState(String, String, int) - Constructor for class edu.cmu.sphinx.linguist.flat.BranchState
Creates a branch state
barkToHertz(double) - Method in class edu.cmu.sphinx.frontend.frequencywarp.FrequencyWarper
Compute linear frequency in Hertz from Bark frequency.
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
byteToShortArray(byte[], int, int) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Converts a byte array into a short array.
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.

C

CIPhoneLoop - class edu.cmu.sphinx.linguist.flat.CIPhoneLoop.
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
COMPARATOR - Static variable in class edu.cmu.sphinx.decoder.search.Token
a token comparator that is used to order tokens in descending order
COMPONENT - Static variable in class edu.cmu.sphinx.util.props.PropertyType
A String type
COMPONENT_LIST - Static variable in class edu.cmu.sphinx.util.props.PropertyType
An array of components
Color - class edu.cmu.sphinx.linguist.flat.Color.
A Color is used to tag SentenceHMM nodes
CombineState - class edu.cmu.sphinx.research.parallel.CombineState.
Represents a state where states from different feature streams merge.
CombineState(SentenceHMMState, int) - Constructor for class edu.cmu.sphinx.research.parallel.CombineState
Creates a CombineState
CombineToken - class edu.cmu.sphinx.research.parallel.CombineToken.
A token for the sentence HMM states that are not feature stream-specific.
CombineToken(Token, SentenceHMMState, int) - Constructor for class edu.cmu.sphinx.research.parallel.CombineToken
Constructs a CombineToken
CombinedScorePruner - class edu.cmu.sphinx.research.parallel.CombinedScorePruner.
Prunes an ActiveList of ParallelTokens based on their CombinedScore.
CombinedScorePruner() - Constructor for class edu.cmu.sphinx.research.parallel.CombinedScorePruner
 
CommandInterface - interface edu.cmu.sphinx.util.CommandInterface.
An interface implemented by command functions typically added to a command interpreter
CommandInterpreter - class edu.cmu.sphinx.util.CommandInterpreter.
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.
Complex - class edu.cmu.sphinx.util.Complex.
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
CompositeSenone - class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone.
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
ConcatFileDataSource - class edu.cmu.sphinx.frontend.util.ConcatFileDataSource.
Concatenates a list of audio files as one continuous audio stream.
ConcatFileDataSource() - Constructor for class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
 
ConfidenceResult - interface edu.cmu.sphinx.result.ConfidenceResult.
Shows the confidence information about a Result.
ConfidenceScorer - interface edu.cmu.sphinx.result.ConfidenceScorer.
Computes confidences for a Result.
ConfigMonitor - class edu.cmu.sphinx.instrumentation.ConfigMonitor.
Shows the configuration currently in use.
ConfigMonitor() - Constructor for class edu.cmu.sphinx.instrumentation.ConfigMonitor
 
Configurable - interface edu.cmu.sphinx.util.props.Configurable.
Defines the interface that must be implemented by any configurable component in Sphinx-4.
ConfigurationManager - class edu.cmu.sphinx.util.props.ConfigurationManager.
Manages the configuration for the system.
ConfigurationManager(URL) - Constructor for class edu.cmu.sphinx.util.props.ConfigurationManager
Creates a new configuration manager.
ConfusionSet - class edu.cmu.sphinx.result.ConfusionSet.
A confusion set is a set of words with their associated posteriors.
ConfusionSet() - Constructor for class edu.cmu.sphinx.result.ConfusionSet
 
Context - class edu.cmu.sphinx.linguist.acoustic.Context.
Represents the context for a unit
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, boolean, float) - Method in interface edu.cmu.sphinx.decoder.scorer.Scoreable
Calculates a score against the given data.
calculateScore(Data, boolean, float) - 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) - Method in interface edu.cmu.sphinx.decoder.scorer.AcousticScorer
Scores the given set of states
calculateScores(List) - Method in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
Scores the given set of states
calculateScores(List) - Method in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
Scores the given set of states
calculateScores(List) - Method in class edu.cmu.sphinx.research.parallel.ParallelAcousticScorer
Scores the given set of Tokens.
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.
changeSuccessor(Token, Token) - Method in class edu.cmu.sphinx.decoder.search.AlternateHypothesisManager
Chantge the successor from one token to another
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.
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.
clear() - Method in class edu.cmu.sphinx.research.parallel.CombineToken
Removes all the ParallelTokens from this CombineToken.
clear() - Method in class edu.cmu.sphinx.research.parallel.ParallelHMMStateState
Clears/resets any accumulated state or history
clear() - Method in class edu.cmu.sphinx.research.parallel.ParallelUnitState
Clears/resets any accumulated state or history
clone() - Method in class edu.cmu.sphinx.frontend.DoubleData
Returns a clone of this Data object.
clone() - Method in class edu.cmu.sphinx.frontend.FloatData
Returns a clone of this Data object.
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
collectStates(SentenceHMMState) - Static method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Collect all states starting from the given start state
combineScore(CombineToken) - Method in class edu.cmu.sphinx.research.parallel.FeatureScoreCombiner
Combines the scores from all the feature stream in the given CombineToken.
combineScore(CombineToken) - Method in class edu.cmu.sphinx.research.parallel.SameStampScoreCombiner
Combines the scores from all the feature stream in the given CombineToken.
combineScore(CombineToken) - Method in class edu.cmu.sphinx.research.parallel.SameTimeScoreCombiner
Combines the scores from all the feature stream in the given CombineToken.
combineScore(CombineToken) - Method in interface edu.cmu.sphinx.research.parallel.ScoreCombiner
Combines the scores from all the feature stream in the given CombineToken.
commentChar(int) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Specified that the character argument starts a single-line comment.
commitChanges() - Method in class edu.cmu.sphinx.jsapi.JSGFGrammar
Commit changes to all loaded grammars and all changes of grammar since the last commitChange
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.
confusionSetIterator() - Method in interface edu.cmu.sphinx.result.ConfidenceResult
Iterator through the confusion sets in this result.
confusionSetIterator() - Method in class edu.cmu.sphinx.result.Sausage
Get an iterator for the sausage.
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.SphinxProperties
Returns true if this SphinxProperties contains the given property.
create(Collection, float) - Static method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
a factory method that creates a CompositeSenone from a list of senones.
create(List) - Static method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence
a factory method that creates a SeononeSequence from a list of senones.
createEngine() - Method in class edu.cmu.sphinx.jsapi.SphinxRecognizerModeDesc
Creats an engine with the properties specified by this SphinxRecognizerModeDesc
createEngineList(EngineModeDesc) - Method in class edu.cmu.sphinx.jsapi.SphinxEngineCentral
Create an EngineList containin and EngineModeDesc object for each mode of operation of the Sphinx speech engine.
crop() - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Crops the audio data between the start and end selections.

D

DEALLOCATED - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer is in the deallocated state.
DEALLOCATING - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer is deallocating resources
DIRECTORY - Static variable in class edu.cmu.sphinx.util.StreamFactory
Identifies a plain directory.
DOUBLE - Static variable in class edu.cmu.sphinx.util.props.PropertyType
A floating point type
Data - interface edu.cmu.sphinx.frontend.Data.
Implements the interface for all Data objects that passes between DataProcessors.
DataDumper - class edu.cmu.sphinx.frontend.util.DataDumper.
Dumps the data
DataDumper() - Constructor for class edu.cmu.sphinx.frontend.util.DataDumper
 
DataEndSignal - class edu.cmu.sphinx.frontend.DataEndSignal.
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.
DataProcessingException - exception edu.cmu.sphinx.frontend.DataProcessingException.
Thrown to indicate that a DataProcessor has problems processing incoming Data objects.
DataProcessingException() - Constructor for class edu.cmu.sphinx.frontend.DataProcessingException
Constructs a DataProcessingException with no detailed message.
DataProcessingException(String) - Constructor for class edu.cmu.sphinx.frontend.DataProcessingException
Constructs a DataProcessingException with the specified detailed message.
DataProcessor - interface edu.cmu.sphinx.frontend.DataProcessor.
A processor that performs a signal processing function.
DataStartSignal - class edu.cmu.sphinx.frontend.DataStartSignal.
A signal that indicates the start of data.
DataStartSignal() - Constructor for class edu.cmu.sphinx.frontend.DataStartSignal
Constructs a DataStartSignal.
DataStartSignal(long) - Constructor for class edu.cmu.sphinx.frontend.DataStartSignal
Constructs a DataStartSignal at the given time.
DataUtil - class edu.cmu.sphinx.frontend.util.DataUtil.
Defines utility methods for manipulating data values.
Decoder - class edu.cmu.sphinx.decoder.Decoder.
The primary decoder class
Decoder() - Constructor for class edu.cmu.sphinx.decoder.Decoder
 
DeltasFeatureExtractor - class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor.
Computes the delta and double delta of input cepstrum (or plp or ...).
DeltasFeatureExtractor() - Constructor for class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
 
Dictionary - interface edu.cmu.sphinx.linguist.dictionary.Dictionary.
Provides a generic interface to a dictionary.
DiscreteCosineTransform - class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform.
Applies a logarithm and then a Discrete Cosine Transform (DCT) to the input data.
DiscreteCosineTransform() - Constructor for class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
 
DiscreteFourierTransform - class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform.
Computes the Discrete Fourier Transform (FT) of an input sequence, using Fast Fourier Transform (FFT).
DiscreteFourierTransform() - Constructor for class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
 
DoubleData - class edu.cmu.sphinx.frontend.DoubleData.
A Data object that holds data of primitive type double.
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.
Downsampler - class edu.cmu.sphinx.tools.audio.Downsampler.
Downsamples an audio clip.
Downsampler() - Constructor for class edu.cmu.sphinx.tools.audio.Downsampler
 
DynamicFlatLinguist - class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist.
A simple form of the linguist.
DynamicFlatLinguist() - Constructor for class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
 
deallocate() - Method in class edu.cmu.sphinx.decoder.Decoder
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 interface edu.cmu.sphinx.decoder.scorer.AcousticScorer
Deallocates resouces for this scorer
deallocate() - Method in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
 
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 class edu.cmu.sphinx.jsapi.SphinxRecognizer
Free the resoures of the engine that were acquired during allocation and operation, and return the engine to the DEALLOCATED state.
deallocate() - Method in interface edu.cmu.sphinx.linguist.Linguist
Deallocates the linguist.
deallocate() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Deallocates previously allcoated resources
deallocate() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
 
deallocate() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
 
deallocate() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
 
deallocate() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Deallocates the dictionary
deallocate() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
 
deallocate() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
 
deallocate() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
deallocate() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Deallocate resources allocated to this grammar
deallocate() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Deallocate resources allocated to this language model
deallocate() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
deallocate() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
deallocate() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
deallocate() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
deallocate() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
deallocate() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
 
deallocate() - Method in class edu.cmu.sphinx.recognizer.Recognizer
Deallocates the recognizer.
deallocate() - Method in class edu.cmu.sphinx.research.parallel.ParallelAcousticScorer
Deallocates resouces for this scorer
deallocate() - Method in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
 
deallocate() - Method in class edu.cmu.sphinx.research.parallel.TokenScorePruner
Deallocates resources necessary for this pruner
debug(String) - Static method in class edu.cmu.sphinx.tools.tags.ActionTagsParser
A debug utility that can be referenced within ECMAScript source.
decode(String) - Method in class edu.cmu.sphinx.decoder.Decoder
Decode frames until recognition is complete
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.live.LiveModeRecognizer
Decodes the batch of audio files
detect() - Method in class edu.cmu.sphinx.util.GapInsertionDetector
Detect the gap insertion errors.
divideComplex(Complex, Complex) - Method in class edu.cmu.sphinx.util.Complex
Method to divide two complex numbers.
doubleArrayToString(double[]) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns the given double array as a string.
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.
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 interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Dumps out a dictionary
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.FullDictionary
Dumps this FullDictionary 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.
dump(PrintStream) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Dumps this sheet to the given stream
dumpAISee(String, String) - Method in class edu.cmu.sphinx.result.Lattice
Dump the Lattice in the form understood by AiSee (a graph visualization tool).
dumpAISee(String, String) - Method in class edu.cmu.sphinx.result.Sausage
Write this sausage to an aisee format text file.
dumpAll() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Dumps this SentenceHMMState and all its successors.
dumpAll() - Static method in class edu.cmu.sphinx.util.StatisticsVariable
Dump all of the StatisticsVariable in the given context
dumpAll() - Static method in class edu.cmu.sphinx.util.Timer
Dump all timers
dumpAllPaths() - Method in class edu.cmu.sphinx.result.Lattice
Dump all paths through this Lattice.
dumpAscii(String) - Method in class edu.cmu.sphinx.tools.feature.FeatureFileDumper
Dumps the feature to the given ascii output file.
dumpBinary(String) - Method in class edu.cmu.sphinx.tools.feature.FeatureFileDumper
Dumps the feature to the given binary output.
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.
dumpGrammar(String) - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Dumps the grammar
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
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

E

EMPTY - Static variable in class edu.cmu.sphinx.linguist.WordSequence
an empty word sequence, that is, it has no words.
EMPTY_CONTEXT - Static variable in class edu.cmu.sphinx.linguist.acoustic.Context
Represents an empty context
END - Static variable in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
HMM is at the end position of the word
ERROR - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer is in an error state
Edge - class edu.cmu.sphinx.result.Edge.
Edges are part of Lattices.
EnergyPlotter - class edu.cmu.sphinx.frontend.util.EnergyPlotter.
Plots positive energy values of a cepstrum to stdout.
EnergyPlotter(SphinxProperties) - Constructor for class edu.cmu.sphinx.frontend.util.EnergyPlotter
Constructs an EnergyPlotter.
ExtendedStreamTokenizer - class edu.cmu.sphinx.util.ExtendedStreamTokenizer.
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 edu.cmu.sphinx.linguist.flat.ExtendedUnitState.
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.
editConfig(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
 
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.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.jsapi - package edu.cmu.sphinx.jsapi
Provides support for the Java Speech API for Sphinx-4
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.trivial - package edu.cmu.sphinx.linguist.acoustic.trivial
Provides classes that represent a trivial acoustic model.
edu.cmu.sphinx.linguist.dflat - package edu.cmu.sphinx.linguist.dflat
 
edu.cmu.sphinx.linguist.dictionary - package edu.cmu.sphinx.linguist.dictionary
Provides a generic interface to a dictionary as well as several implementations.
edu.cmu.sphinx.linguist.flat - package edu.cmu.sphinx.linguist.flat
Provides an implementation of the Linguist that statically represents the search space as a flat graph, where each word in the vocabulary has its own branch.
edu.cmu.sphinx.linguist.language.grammar - package edu.cmu.sphinx.linguist.language.grammar
Provides classes and interfaces that can be used to represent a graph of words and word transitions.
edu.cmu.sphinx.linguist.language.ngram - package edu.cmu.sphinx.linguist.language.ngram
Provides classes and interfaces that represent a stochastic language model
edu.cmu.sphinx.linguist.language.ngram.large - package edu.cmu.sphinx.linguist.language.ngram.large
Provides an implementation of the LanguageModel interface.
edu.cmu.sphinx.linguist.lextree - package edu.cmu.sphinx.linguist.lextree
Provides an implementation of the Linguist that represents the search space as a lex tree.
edu.cmu.sphinx.linguist.util - package edu.cmu.sphinx.linguist.util
Provides a set of classes that are useful by implementations of the Linguist interface.
edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz - package edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz
 
edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz - package edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz
 
edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz - package edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz
 
edu.cmu.sphinx.recognizer - package edu.cmu.sphinx.recognizer
Provides a set of high level classes and interfaces that are used to perform speech recognition with the Sphinx-4 speech recognition system.
edu.cmu.sphinx.research.parallel - package edu.cmu.sphinx.research.parallel
Provides a search manager (and supporting classes) that can perform recognition on parallel feature streams.
edu.cmu.sphinx.result - package edu.cmu.sphinx.result
Provides a set of classes that represent the result of a recognition.
edu.cmu.sphinx.tools.audio - package edu.cmu.sphinx.tools.audio
Provides an tool that records and displays the waveform and spectrogram of an audio signal.
edu.cmu.sphinx.tools.batch - package edu.cmu.sphinx.tools.batch
Provides an tool that performs batch-mode speech recognition
edu.cmu.sphinx.tools.feature - package edu.cmu.sphinx.tools.feature
Provides an tool that generates different types of features (MFCC, PLP, spectrum) from audio files.
edu.cmu.sphinx.tools.live - package edu.cmu.sphinx.tools.live
Provides an tool that performs pseudo-live-mode speech recognition
edu.cmu.sphinx.tools.tags - package edu.cmu.sphinx.tools.tags
Provides tools to post-process JSGF RuleParse objects using ECMAScript Action Tags for JSGF.
edu.cmu.sphinx.util - package edu.cmu.sphinx.util
Provides a set of general purpose utility classes for Sphinx.
edu.cmu.sphinx.util.props - package edu.cmu.sphinx.util.props
Provides a mechanism for managing persistent configuration data.
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.linguist.acoustic.Context
Determines if an object is equal to this context
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.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.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.result.Node
Assumes ids are unique node identifiers
evaluateString(String) - Method in class edu.cmu.sphinx.tools.tags.ActionTagsParser
Evaluate the given ECMAScript script as ECMAScript within the context/scope of this parser.
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.
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'

F

FLOAT - Static variable in class edu.cmu.sphinx.util.props.PropertyType
A floating point type
FSTGrammar - class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar.
Loads a grammar from a file representing a finite-state transducer (FST) in the 'ARPA' grammar format.
FSTGrammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
 
FastDictionary - class edu.cmu.sphinx.linguist.dictionary.FastDictionary.
Creates a dictionary by quickly reading in an ASCII-based Sphinx-3 format dictionary.
FastDictionary() - Constructor for class edu.cmu.sphinx.linguist.dictionary.FastDictionary
 
FeatureFileDumper - class edu.cmu.sphinx.tools.feature.FeatureFileDumper.
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.
FeatureScoreCombiner - class edu.cmu.sphinx.research.parallel.FeatureScoreCombiner.
Combines the various unit feature stream scores in a CombineToken.
FeatureScoreCombiner() - Constructor for class edu.cmu.sphinx.research.parallel.FeatureScoreCombiner
 
FeatureScorePruner - class edu.cmu.sphinx.research.parallel.FeatureScorePruner.
Prunes an ActiveList of ParallelTokens based on their FeatureScore.
FeatureScorePruner() - Constructor for class edu.cmu.sphinx.research.parallel.FeatureScorePruner
 
FeatureStream - class edu.cmu.sphinx.research.parallel.FeatureStream.
Implements a feature stream used in parallel decoding.
FeatureStream() - Constructor for class edu.cmu.sphinx.research.parallel.FeatureStream
 
FileReferenceSource - class edu.cmu.sphinx.util.FileReferenceSource.
A source of reference texts.
FileReferenceSource(String) - Constructor for class edu.cmu.sphinx.util.FileReferenceSource
Constructs a ReferenceSource from a reference file.
FilenameDialog - class edu.cmu.sphinx.tools.audio.FilenameDialog.
Creates a dialog that prompts for a filename.
FilenameDialog(Frame, boolean, String) - Constructor for class edu.cmu.sphinx.tools.audio.FilenameDialog
Class constructor.
FlatLinguist - class edu.cmu.sphinx.linguist.flat.FlatLinguist.
A simple form of the linguist.
FlatLinguist() - Constructor for class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
FloatData - class edu.cmu.sphinx.frontend.FloatData.
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.
ForcedAlignerGrammar - class edu.cmu.sphinx.linguist.language.grammar.ForcedAlignerGrammar.
Creates a grammar from a reference sentence.
ForcedAlignerGrammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.ForcedAlignerGrammar
 
FrameDropper - class edu.cmu.sphinx.frontend.feature.FrameDropper.
Drops certain feature frames, usually to speed up decoding.
FrameDropper() - Constructor for class edu.cmu.sphinx.frontend.feature.FrameDropper
 
FrameStatistics - class edu.cmu.sphinx.result.FrameStatistics.
Contains statistics about a frame.
FrameStatistics() - Constructor for class edu.cmu.sphinx.result.FrameStatistics
 
FrequencyWarper - class edu.cmu.sphinx.frontend.frequencywarp.FrequencyWarper.
Defines the Bark frequency warping function.
FrequencyWarper() - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.FrequencyWarper
 
FrontEnd - class edu.cmu.sphinx.frontend.FrontEnd.
FrontEnd is a wrapper class for the chain of front end processors.
FrontEnd() - Constructor for class edu.cmu.sphinx.frontend.FrontEnd
 
FullDictionary - class edu.cmu.sphinx.linguist.dictionary.FullDictionary.
Creates a dictionary by reading in an ASCII-based Sphinx-3 format dictionary.
FullDictionary() - Constructor for class edu.cmu.sphinx.linguist.dictionary.FullDictionary
 
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
findEquivalentLeavingEdge(Edge) - Method in class edu.cmu.sphinx.result.Node
Returns a leaving edge that is equivalent to the given edge.
findPartialMatchingTokens(String) - Method in class edu.cmu.sphinx.result.Result
Searches through the n-best list to find the the branch that matches the beginning of the given string
findToken(String) - Method in class edu.cmu.sphinx.result.Result
Searches through the n-best list to find the the branch that matches the given string
floatArrayToString(float[]) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns the given float array as a string.
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.
freeAcousticModel() - Method in class edu.cmu.sphinx.research.parallel.FeatureStream
Frees the acoustic model.

G

GDLDumper - class edu.cmu.sphinx.linguist.util.GDLDumper.
A linguist processor that dumps out the sentence hmm in GDL format.
GDLDumper() - Constructor for class edu.cmu.sphinx.linguist.util.GDLDumper
 
GDLLatticeFactory - class edu.cmu.sphinx.result.GDLLatticeFactory.
Creates a Lattice from a GDL (AISee) Lattice file.
GREEN - Static variable in class edu.cmu.sphinx.linguist.flat.Color
The Color Green
GapInsertionDetector - class edu.cmu.sphinx.util.GapInsertionDetector.
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 edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture.
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.
Grammar - class edu.cmu.sphinx.linguist.language.grammar.Grammar.
Classes that implement this interface create grammars.
Grammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.Grammar
 
GrammarArc - class edu.cmu.sphinx.linguist.language.grammar.GrammarArc.
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
GrammarNode - class edu.cmu.sphinx.linguist.language.grammar.GrammarNode.
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 edu.cmu.sphinx.linguist.flat.GrammarPoint.
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 edu.cmu.sphinx.linguist.flat.GrammarState.
Represents a non-emitting sentence hmm state
GrammarState(GrammarNode) - Constructor for class edu.cmu.sphinx.linguist.flat.GrammarState
Creates a GrammarState
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
get(String) - Method in class edu.cmu.sphinx.tools.tags.ActionTagsParser
Get the given object from the result value after a RuleParse has been parsed with the parseTags method.
getARFilter(double[]) - Method in class edu.cmu.sphinx.frontend.frequencywarp.LinearPredictor
Routine to compute Linear Prediction Coefficients for a frame of speech.
getAbsoluteBeamWidth() - Method in class edu.cmu.sphinx.research.parallel.TokenScorePruner
Returns the absolute beam width of this TokenScorePruner.
getAcousticModel() - Method in class edu.cmu.sphinx.research.parallel.FeatureStream
Returns the acoustic model of this feature stream.
getAcousticProbability() - Method in interface edu.cmu.sphinx.linguist.SearchStateArc
Gets the language probability of entering this state
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
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
getAcousticScorer() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Returns the AcousticScorer.
getActiveList() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Returns the ActiveList.
getActiveList() - Method in class edu.cmu.sphinx.research.parallel.FeatureStream
Returns the active list
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
getAppObject() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the application object
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(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.
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.SimpleNGramModel
Returns the backoff probability for the give sequence of words
getBackoff(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Returns the backoff probability for the give sequence of words
getBackwardScore() - Method in class edu.cmu.sphinx.result.Node
 
getBaseID() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Gets the base ID for this unit
getBaseUnit() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMM
Gets the base unit associated with this HMM
getBaseUnit() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
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
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
 
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.
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
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).
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.
getBoolean(String, boolean) - Method in class edu.cmu.sphinx.util.SphinxProperties
Searches for the property with the specified name.
getBoolean(String, String, boolean) - Method in class edu.cmu.sphinx.util.SphinxProperties
Searches for the property with the specified name of a particular instance.
getBoolean(String, boolean) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Gets the value associated with this name
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.
getClassDefinitions() - Static method in class edu.cmu.sphinx.tools.tags.ActionTagsUtilities
Generate an ECMAScript script that defines the classes and functions referenced by the String returned from the getScript method.
getCollectTime() - Method in class edu.cmu.sphinx.frontend.DoubleData
Returns the time in milliseconds at which the audio data is collected.
getCollectTime() - Method in class edu.cmu.sphinx.frontend.FloatData
Returns the time in milliseconds at which the audio data is collected.
getColor() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Gets the color for this node
getCombinedScore() - Method in class edu.cmu.sphinx.research.parallel.CombineToken
Returns the combined score of this CombineToken.
getCombinedScore() - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Returns the combined score of this ParallelToken.
getComponent(String, Class) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Gets a component associated with the given parameter name
getComponentList(String, Class) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Gets a list of components associated with the given parameter name
getCompositeSenoneSequence(Unit, HMMPosition) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Get a composite senone sequence given the unit The unit should have a LeftRightContext, where one or two of 'left' or 'right' may be null to indicate that the match should succeed on any context.
getCompositeSenoneSequence(Unit, HMMPosition) - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Get a composite senone sequence given the unit The unit should have a LeftRightContext, where one or two of 'left' or 'right' may be null to indicate that the match should succeed on any context.
getCompositeSenoneSequence(Unit, HMMPosition) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Get a composite senone sequence given the unit The unit should have a LeftRightContext, where one or two of 'left' or 'right' may be null to indicate that the match should succeed on any context.
getCompositeSenoneSequence(Unit, HMMPosition) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Get a composite senone sequence given the unit The unit should have a LeftRightContext, where one or two of 'left' or 'right' may be null to indicate that the match should succeed on any context.
getConfidence() - Method in interface edu.cmu.sphinx.result.Path
Returns a log confidence score for this path.
getConfidence() - Method in class edu.cmu.sphinx.result.SimpleWordResult
 
getConfidence() - Method in interface edu.cmu.sphinx.result.WordResult
Returns a log confidence score for this WordResult.
getConfidence() - Method in class edu.cmu.sphinx.result.WordResultPath
 
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
getContext() - Method in class edu.cmu.sphinx.util.SphinxProperties
Retrieves the context name for this SphinxProperties
getContextIndependentUnitIterator() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnitIterator() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnitIterator() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnitIterator() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnitIterator() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnitIterator() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Returns an iterator that can be used to iterate through all the CI units in the acoustic model
getContextIndependentUnits() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Returns the map of context indepent units.
getContextIndependentUnits() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Returns the map of context indepent units.
getContextIndependentUnits() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Returns the map of context indepent units.
getContextIndependentUnits() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the map of context indepent units.
getContextIndependentUnits() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the map of context indepent units.
getContextIndependentUnits() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Returns the map of context indepent units.
getContextName(Unit[]) - Static method in class edu.cmu.sphinx.linguist.acoustic.LeftRightContext
Gets the context name for a particular array of units
getCopyOfLeavingEdges() - Method in class edu.cmu.sphinx.result.Node
Returns a copy of the Edges from this Node, so that the underlying data structure will not be modified.
getCount() - Method in class edu.cmu.sphinx.util.Timer
Gets the count of starts for this timer
getCumulativeSpeed() - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
Returns the cumulative speed of this decoder as a fraction of real time.
getCurTime() - Method in class edu.cmu.sphinx.util.Timer
Returns the latest time gathered
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.
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 interface edu.cmu.sphinx.frontend.DataProcessor
Returns the processed Data output.
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.endpoint.NonSpeechDataFilter
Returns the next Data or Signal.
getData() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
Returns the next Data object.
getData() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
Returns the next Data object.
getData() - Method in class edu.cmu.sphinx.frontend.feature.BatchCMN
Returns the next Data object, which is a normalized cepstrum.
getData() - Method in class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
Returns the next Data object produced by this DeltasFeatureExtractor.
getData() - Method in class edu.cmu.sphinx.frontend.feature.FrameDropper
Returns the next Data object from this FrameDropper.
getData() - Method in class edu.cmu.sphinx.frontend.feature.LiveCMN
Returns the next Data object, which is a normalized Data produced by this class.
getData() - Method in class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
Returns the next Data object produced by this S3FeatureExtractor.
getData() - Method in class edu.cmu.sphinx.frontend.filter.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.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.DataDumper
Reads and returns the next Data object from this DataProcessor, return null if there is no more audio data.
getData() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Reads and returns the next Data object from this Microphone, return null if there is no more audio data.
getData() - Method in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
Returns the next Data object, which is the mel cepstrum of the input frame.
getData() - Method in class edu.cmu.sphinx.frontend.util.StreamDataSource
Reads and returns the next Data from the InputStream of StreamDataSource, return null if no data is read and end of file is reached.
getData() - Method in class edu.cmu.sphinx.frontend.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
getDelErrors() - Method in class edu.cmu.sphinx.decoder.BatchResults
Gets the number of deletion errors
getDouble(String) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
gets a double from the tokenizer stream
getDouble(String, double) - Method in class edu.cmu.sphinx.util.SphinxProperties
Searches for the property with the specified name.
getDouble(String, String, double) - Method in class edu.cmu.sphinx.util.SphinxProperties
Searches for the property with the specified name of a particular instance.
getDouble(String, double) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Gets the value associated with this name
getDuration() - Method in class edu.cmu.sphinx.frontend.DataEndSignal
Returns the duration of the entire data stream in milliseconds
getEdgeFromNode(Node) - Method in class edu.cmu.sphinx.result.Node
given a node find the edge from that node
getEdgeToNode(Node) - Method in class edu.cmu.sphinx.result.Node
given a node find the edge to that node
getEdges() - Method in class edu.cmu.sphinx.result.Lattice
Get the set of all Edges.
getEmittingList() - Method in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Returns the emitting ActiveList, and removes it from this manager.
getEmittingList() - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
Returns the emitting ActiveList, and removes it from this manager.
getEmptyContext(int) - Static method in class edu.cmu.sphinx.linguist.acoustic.Unit
Creates and returns an empty context with the given size.
getEndFrame() - Method in class edu.cmu.sphinx.result.Result
Gets the ending frame number for the result
getEndFrame() - Method in class edu.cmu.sphinx.result.SimpleWordResult
 
getEndFrame() - Method in interface edu.cmu.sphinx.result.WordResult
Gets the ending frame number for the word
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
getEta() - Method in class edu.cmu.sphinx.research.parallel.FeatureStream
Returns the eta value of this FeatureStream.
getEta() - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Returns the eta factor for the feature stream of this ParallelToken.
getFeature(String, int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Retrieves a feature from this pool
getFeatureScore() - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Returns the feature score of this ParallelToken.
getFeatureStream() - Method in class edu.cmu.sphinx.research.parallel.ParallelHMMStateState
Returns the FeatureStream of this ParallelHMMStateState.
getFeatureStream() - Method in interface edu.cmu.sphinx.research.parallel.ParallelState
Returns the FeatureStream of the acoustic model behind this ParallelHMMStateState.
getFeatureStream() - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Returns the FeatureStream of this ParallelToken.
getFeatureStream() - Method in class edu.cmu.sphinx.research.parallel.ParallelUnitState
Returns the FeatureStream of the acoustic model behind this ParallelUnitState.
getFeatureStreams() - Method in class edu.cmu.sphinx.research.parallel.ParallelSimpleLinguist
Returns an Iterator of the feature streams.
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
getFillerWords() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Gets the set of all filler words in the dictionary
getFillerWords() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Gets the set of all filler words in the dictionary
getFillerWords() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Gets the set of all filler words in the dictionary
getFirstSampleNumber() - Method in class edu.cmu.sphinx.frontend.DoubleData
Returns the position of the first sample in the original data.
getFirstSampleNumber() - Method in class edu.cmu.sphinx.frontend.FloatData
Returns the position of the first sample in the original data.
getFloat(String) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
gets a float from the tokenizer stream
getFloat(String, float) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
gets a optional float from the tokenizer stream.
getFloat(String, float) - Method in class edu.cmu.sphinx.util.SphinxProperties
Searches for the property with the specified name.
getFloat(String, String, float) - Method in class edu.cmu.sphinx.util.SphinxProperties
Searches for the property with the specified name of a particular instance.
getFloat(String, float) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Gets the value associated with this name
getForwardScore() - Method in class edu.cmu.sphinx.result.Node
 
getFrameNumber() - Method in interface edu.cmu.sphinx.decoder.scorer.Scoreable
Returns the frame number that this Scoreable should be scored against.
getFrameNumber() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the frame number for this token.
getFrameNumber() - Method in class edu.cmu.sphinx.result.FrameStatistics
Gets the frame number
getFrameNumber() - Method in class edu.cmu.sphinx.result.Result
Returns the current frame number
getFrameStatistics() - Method in class edu.cmu.sphinx.result.Result
Returns detailed frame statistics for this result
getFromNode() - Method in class edu.cmu.sphinx.result.Edge
Get the "from" Node associated with an Edge
getFrontEnd() - Method in class edu.cmu.sphinx.research.parallel.FeatureStream
Returns the front end of this feature stream.
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
getGlobal(String) - Method in class edu.cmu.sphinx.tools.tags.ActionTagsParser
Get the given object from the global context/scope of the parser.
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
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.
getHMM() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMMState
Gets the HMM associated with this state
getHMM() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Gets the HMM associated with this state
getHMM(int, HMMPosition) - Method in class edu.cmu.sphinx.linguist.util.HMMPool
Given a unit id and a position, return the HMM associated with the unit/position
getHMMIterator() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMIterator() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMIterator() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMIterator() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMIterator() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMIterator() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Returns an iterator that can be used to iterate through all the HMMs of the acoustic model
getHMMManager() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Returns the HMM Manager for this loader
getHMMManager() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Returns the HMM Manager for this loader
getHMMManager() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Returns the hmm manager associated with this loader
getHMMManager() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the hmm manager associated with this loader
getHMMManager() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the hmm manager associated with this loader
getHMMManager() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Returns the hmm manager associated with this loader
getHMMState() - Method in interface edu.cmu.sphinx.linguist.HMMSearchState
Gets the hmm state
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 class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
returns the hmm state associated with this state
getHelp() - Method in interface edu.cmu.sphinx.util.CommandInterface
Returns a one line description of the command
getHypothesis() - Method in class edu.cmu.sphinx.util.NISTAlign
Returns the hypothesis string.
getHypothesis() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Returns the list of hypothesized words only to a space separated string.
getID() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Gets the ID for this senone
getID() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Gets the ID for this senone
getID() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Senone
Gets the ID for this senone
getID() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Returns the ID of this GrammarNode.
getID(Unit) - Method in class edu.cmu.sphinx.linguist.util.HMMPool
given a unit return its ID
getId() - Method in class edu.cmu.sphinx.result.Node
Get the ID associated with this Node
getImaginary() - Method in class edu.cmu.sphinx.util.Complex
Returns the imaginary part of this Complex number.
getIndex() - Method in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
Returns the index for this position.
getInitialNode() - Method in class edu.cmu.sphinx.jsapi.JSGFGrammar
Returns the initial node for the grammar
getInitialNode() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Returns the initial node for the grammar
getInitialNode() - Method in class edu.cmu.sphinx.result.Lattice
Get the initialNode for this Lattice.
getInitialState() - Method in interface edu.cmu.sphinx.linguist.SearchGraph
Retrieves initial search state
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
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.
getInsErrors() - Method in class edu.cmu.sphinx.decoder.BatchResults
Gets the number of insertion errors
getInsertionProbability() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the insertionPenalty associated with this token
getInsertionProbability() - Method in interface edu.cmu.sphinx.linguist.SearchStateArc
Gets the insertion probability of entering this state
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
getInstanceNames(Class) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Gets all instances that are of the given type or are assignable to that type.
getInt(String) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
gets an integer from the tokenizer stream
getInt(String, int) - Method in class edu.cmu.sphinx.util.SphinxProperties
Searches for the property with the specified name.
getInt(String, String, int) - Method in class edu.cmu.sphinx.util.SphinxProperties
Searches for the property with the specified name of a particular instance.
getInt(String, int) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Gets the value associated with this name
getIterator() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
Gets an iterator that iterates through all HMMs
getLMScore() - Method in class edu.cmu.sphinx.result.Edge
Get the language model score associated with an Edge
getLanguageModel() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Retrieves the language model for this linguist
getLanguageProbability() - Method in interface edu.cmu.sphinx.linguist.SearchStateArc
Gets the language probability of entering this state
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
getLanguageScore() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the language score associated with this token
getLastCombineStamp() - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Returns the stamp used to identify the last score combination event.
getLastCombineTime() - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Returns the last frame score combination takes place.
getLattice(String, Dictionary) - Static method in class edu.cmu.sphinx.result.GDLLatticeFactory
Create a Lattice from a GDL (AISee) Lattice file.
getLeavingEdges() - Method in class edu.cmu.sphinx.result.Node
Get the Edges from this Node
getLeftContext() - Method in class edu.cmu.sphinx.linguist.acoustic.LeftRightContext
Retrieves the left context for this unit
getLeftContextSize() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Returns the size of the left context for context dependent units
getLeftContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Returns the size of the left context for context dependent units
getLexState() - Method in interface edu.cmu.sphinx.linguist.SearchState
Returns the lex tree state
getLexState() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Returns the lextree 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.
getLinguist() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Returns the Linguist.
getLocation() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the location of this Token in the ActiveList.
getLogBase() - Method in class edu.cmu.sphinx.result.Lattice
Edge scores are usually log-likelyhood.
getLogBase() - Method in class edu.cmu.sphinx.util.LogMath
Returns the actual log base.
getLogMath() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Returns the LogMath used.
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
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
getLogger() - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Returns a logger to use for this configurable component.
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.SimpleNGramModel
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
getMaxTime() - Method in class edu.cmu.sphinx.util.Timer
Gets the max time for this timer in milliseconds
getMean() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Returns the mean for this component.
getMeansPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the pool of means for this loader
getMeansPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Gets the pool of means for this loader
getMeansPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Gets the pool of means for this loader
getMeansPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means for this loader
getMeansPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means for this loader
getMeansPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Gets the pool of means for this loader
getMeansTransformationMatrixPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the pool of means transformation matrices for this loader
getMeansTransformationMatrixPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Gets the pool of means transformation matrices for this loader
getMeansTransformationMatrixPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Gets the pool of means transformation matrices for this loader
getMeansTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means transformation matrices for this loader
getMeansTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means transformation matrices for this loader
getMeansTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Gets the pool of means transformation matrices for this loader
getMeansTransformationVectorPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the pool of means transformation vectors for this loader
getMeansTransformationVectorPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Gets the pool of means transformation vectors for this loader
getMeansTransformationVectorPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Gets the pool of means transformation vectors for this loader
getMeansTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means transformation vectors for this loader
getMeansTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of means transformation vectors for this loader
getMeansTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Gets the pool of means transformation vectors for this loader
getMinTime() - Method in class edu.cmu.sphinx.util.Timer
Gets the min time for this timer in milliseconds
getMixtureComponents() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Returns the mixture components associated with this Gaussian
getMixtureWeightPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the mixture weight pool
getMixtureWeightPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
getMixtureWeightPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getMixtureWeightPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getMixtureWeightPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
getModel() - Method in class edu.cmu.sphinx.linguist.util.HMMPool
 
getModelName() - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Returns the name of the acoustic model.
getMostLikelyPronunciation() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Get the highest probability pronunciation for a word
getMsg() - Method in class edu.cmu.sphinx.util.props.PropertyException
 
getName() - Method in class edu.cmu.sphinx.decoder.Decoder
 
getName() - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
 
getName() - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
 
getName() - Method in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
 
getName() - Method in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
 
getName() - Method in class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
 
getName() - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
 
getName() - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
 
getName() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
getName() - Method in class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
 
getName() - Method in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
 
getName() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
 
getName() - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Returns the name of this DataProcessor.
getName() - Method in interface edu.cmu.sphinx.frontend.DataProcessor
Returns the name of this DataProcessor.
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.ConfigMonitor
 
getName() - Method in class edu.cmu.sphinx.instrumentation.MemoryTracker
 
getName() - Method in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
 
getName() - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
getName() - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
getName() - Method in class edu.cmu.sphinx.linguist.LinguistProcessor
 
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.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.acoustic.tiedstate.Pool
returns the pool's name.
getName() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
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.dflat.DynamicFlatLinguist
 
getName() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
 
getName() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
 
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.grammar.Grammar
 
getName() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
getName() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
getName() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
getName() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the name of this AcousticModel, or null if it has no name.
getName() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getName() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the name of this AcousticModel, or null if it has no name.
getName() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getName() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Returns the name of this AcousticModel, or null if it has no name.
getName() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
getName() - Method in class edu.cmu.sphinx.recognizer.Recognizer
 
getName() - Method in class edu.cmu.sphinx.research.parallel.FeatureStream
Returns the name of this FeatureStream.
getName() - Method in class edu.cmu.sphinx.research.parallel.ParallelAcousticScorer
 
getName() - Method in class edu.cmu.sphinx.research.parallel.ParallelHMMStateState
Returns the name of this ParallelHMMStateState.
getName() - Method in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
 
getName() - Method in class edu.cmu.sphinx.research.parallel.ParallelUnitState
Returns the name of this ParallelUnitState.
getName() - Method in class edu.cmu.sphinx.research.parallel.TokenScorePruner
 
getName() - Method in class edu.cmu.sphinx.result.MAPConfidenceScorer
 
getName() - Method in class edu.cmu.sphinx.result.SausageMaker
 
getName() - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
getName() - Method in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
 
getName() - Method in class edu.cmu.sphinx.util.LogMath
 
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
getName() - Method in interface edu.cmu.sphinx.util.props.Configurable
Retrieves the name for this configurable component
getNames() - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Retrieves the names of all the properties currently defined for this property sheet
getNativeAudioFormat(AudioFormat) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns a native audio format that has the same encoding, endianness and sample size as the given format, and a sample rate that is larger than the given sample rate.
getNativeAudioFormat(AudioFormat, Mixer) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns a native audio format that has the same encoding, endianness and sample size as the given format, and a sample rate that is greater than or equal to the given sample rate.
getNewest() - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns the newest words in the sequence (the old word is omitted)
getNextID() - Method in class edu.cmu.sphinx.util.IDGenerator
Returns the next valid ID, checks for integer overflow.
getNextItem() - Method in interface edu.cmu.sphinx.util.BatchManager
Gets the next available batch item or null if no more are available
getNextItem() - Method in class edu.cmu.sphinx.util.PooledBatchManager
Gets the next available batch item or null if no more are available
getNextItem() - Method in class edu.cmu.sphinx.util.SimpleBatchManager
Gets the next available batch item or null if no more are available
getNextState() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
For backwards compatibility Returns the next state as a SentenceHMSMtate
getNodes() - Method in class edu.cmu.sphinx.result.Lattice
Get the Collection of all Nodes.
getNonEmittingListIterator() - Method in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Returns an Iterator of all the non-emitting ActiveLists.
getNonEmittingListIterator() - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
Returns an Iterator of all the non-emitting ActiveLists.
getNumAlternatives() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Gets the number of alternatives
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
getNumSentences() - Method in class edu.cmu.sphinx.decoder.BatchResults
Gets the number of reference sentences
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
getNumWords() - Method in class edu.cmu.sphinx.decoder.BatchResults
Gets the number of reference words
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.SearchState
Returns the order of this particular state
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 class edu.cmu.sphinx.research.parallel.CombineState
Returns the state order for this state type
getOutOfGrammarGraph() - Method in class edu.cmu.sphinx.linguist.dflat.OutOfGrammarGraph
Returns an arc to this out-of-grammar graph
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.
getParallelToken(FeatureStream) - Method in class edu.cmu.sphinx.research.parallel.CombineToken
Returns the parallel token of the given parallel stream.
getParallelTokens() - Method in class edu.cmu.sphinx.research.parallel.CombineToken
Returns a Collection of all the parallel tokens.
getParent() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Retrieves the parent sate
getParseTree(RuleParse) - Static method in class edu.cmu.sphinx.tools.tags.ActionTagsUtilities
A debug utility to determine the flattened parse tree of a RuleParse instance.
getPosition() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMM
Retrieves the position of this HMM.
getPosition() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Retrieves the position of this HMM.
getPosition() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Gets the position for this unit
getPossibleWordClassifications() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Returns the set of all possible word classifications for this dictionary.
getPossibleWordClassifications() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Returns the set of all possible word classifications for this dictionary.
getPossibleWordClassifications() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Returns the set of all possible word classifications for this dictionary.
getPosterior() - Method in class edu.cmu.sphinx.result.Node
 
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
getPrettyName() - Method in class edu.cmu.sphinx.research.parallel.ParallelUnitState
Gets the pretty name for this unit sate
getPrintWriter() - Method in class edu.cmu.sphinx.util.CommandInterpreter
Returns the output stream of this CommandInterpreter.
getProbability() - Method in interface edu.cmu.sphinx.linguist.SearchStateArc
Gets the composite probability of entering this state
getProbability() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Retrieves the probability for the pronunciation.
getProbability() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Gets the composite probability of entering this state
getProbability() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarArc
Retrieves the probability for this transition
getProbability(WordSequence) - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Gets the ngram probability of the word sequence represented by the word list
getProbability(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Gets the ngram probability of the word sequence represented by the word list
getProbability(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Gets the ngram probability of the word sequence represented by the word list
getPrompt() - Method in class edu.cmu.sphinx.util.CommandInterpreter
Gets the prompt for the interpreter
getPronunciation() - Method in interface edu.cmu.sphinx.linguist.WordSearchState
Gets the word (as a pronunciation)
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 class edu.cmu.sphinx.result.SimpleWordResult
 
getPronunciation() - Method in interface edu.cmu.sphinx.result.WordResult
Gets the pronunciation for this word.
getPronunciations(WordClassification) - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Retrieves the pronunciations of this word
getPronunciations() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Retrieves the pronunciations of this word
getProperties() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Returns the properties of this acoustic model.
getProperties() - Method in class edu.cmu.sphinx.util.SphinxProperties
Returns a new Property object that contains all the properties of this SphinxProperties.
getProperty() - Method in class edu.cmu.sphinx.util.props.PropertyException
Retrieves the name of the offending property
getPropertyManager() - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Gets the owning property manager
getPropertySheet(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Returns the property sheet for the given object instance
getPruner() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Returns the Pruner.
getRandomSentence() - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Returns a random sentence that fits this grammar
getRaw(String) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Gets the raw value associated with this name
getRawNoReplacment(String) - Method in interface 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.
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.
getReferenceText() - Method in class edu.cmu.sphinx.result.Result
Retrieves the 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.
getRegistry(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Returns the registry for the given object instance
getRelativeBeamWidth() - Method in class edu.cmu.sphinx.research.parallel.TokenScorePruner
Returns the relative beam width (in the linear domain) of this TokenScorePruner
getResource(String) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Gets a resource associated with the given parameter name
getResponse() - Method in class edu.cmu.sphinx.util.SocketCommandClient
Gets a response
getResultList() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Returns the result list.
getResultList() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Returns the result list.
getResultTokens() - Method in class edu.cmu.sphinx.result.Result
Returns a list of result tokens for this result.
getRightContext() - Method in class edu.cmu.sphinx.linguist.acoustic.LeftRightContext
Retrieves the right context for this unit
getRightContextSize() - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Returns the size of the right context for context dependent units
getRightContextSize() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Returns the size of the right context for context dependent units
getRightContextSize() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Returns the size of the right context for context dependent units
getRightContextSize() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Returns the size of the right context for context dependent units
getRightContexts(int, boolean, int) - Method in class edu.cmu.sphinx.linguist.flat.GrammarPoint
Gets all of the right contexts for this grammar point.
getRuleGrammar() - Method in class edu.cmu.sphinx.jsapi.JSGFGrammar
Returns the RuleGrammar of this JSGFGrammar.
getSampleRate() - Method in class edu.cmu.sphinx.frontend.DoubleData
Returns the sample rate of the data.
getSampleRate() - Method in class edu.cmu.sphinx.frontend.FloatData
Returns the sample rate of this data.
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(Data) - 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
 
getScript(RuleParse) - Static method in class edu.cmu.sphinx.tools.tags.ActionTagsUtilities
Given a RuleParse, generate an executable ECMAScript script based upon the RuleTags in the RuleParse.
getSearchGraph() - Method in interface edu.cmu.sphinx.linguist.Linguist
Retrieves search graph.
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
 
getSearchState() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the SearchState associated with this token
getSelectionEnd() - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Returns the index of the sample representing the end of the selection
getSelectionStart() - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Returns the index of the sample representing the start of the selection
getSenone() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Gets the senone for this HMM state
getSenonePool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the senone pool for this loader
getSenonePool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
 
getSenonePool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
getSenonePool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getSenonePool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getSenonePool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
getSenoneSequence() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Returns the SenoneSequence associated with this HMM
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
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.
getSentenceErrors() - Method in class edu.cmu.sphinx.decoder.BatchResults
Gets the number of sentence errors
getSentenceStartWord() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Returns the sentence start word.
getSentenceStartWord() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Returns the sentence start word.
getSentenceStartWord() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Returns the sentence start word.
getSignature() - Method in interface edu.cmu.sphinx.linguist.SearchState
Returns a unique signature for this state
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.
getSilenceWord() - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Returns the silence word.
getSilenceWord() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Returns the silence word.
getSilenceWord() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Returns the silence word.
getSmear(WordSequence) - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Gets the smear term for the given wordSequence
getSmear(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Gets the smear term for the given wordSequence
getSmear(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
getSmearOld(WordSequence) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Gets the smear term for the given wordSequence
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).
getSocket() - Method in class edu.cmu.sphinx.util.CommandInterpreter
Returns the Socket this CommandInterpreter uses.
getSource() - Method in class edu.cmu.sphinx.util.props.PropertyException
 
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.
getSphinxProperties(String) - Static method in class edu.cmu.sphinx.util.SphinxProperties
Retrieves the SphinxProperties for the particular context.
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
getState() - Method in interface edu.cmu.sphinx.linguist.SearchStateArc
Gets a successor to this search state
getState(int) - Method in interface edu.cmu.sphinx.linguist.acoustic.HMM
Retrieves the hmm state
getState() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMMState
Gets the state
getState(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Retrieves the hmm state
getState() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Gets the state
getState() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Retrieves the next state
getState() - Method in class edu.cmu.sphinx.recognizer.Recognizer
Retrieves the recognizer state.
getStatisticsVariable(String) - Static method in class edu.cmu.sphinx.util.StatisticsVariable
Gets the StatisticsVariable with the given name from the given context.
getStatisticsVariable(String, String) - Static method in class edu.cmu.sphinx.util.StatisticsVariable
Gets the StatisticsVariable with the given name for the given instance and context.
getString() - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Gets the next word from the tokenizer
getString(String, String) - Method in class edu.cmu.sphinx.util.SphinxProperties
Searches for the property with the specified name.
getString(String, String, String) - Method in class edu.cmu.sphinx.util.SphinxProperties
Searches for the property with the specified name of a particular instance.
getString(String, String) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Gets the value associated with this name
getStrings(String) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Gets the list of strings associated with this name
getSubErrors() - Method in class edu.cmu.sphinx.decoder.BatchResults
Gets the number of substitution errors
getSuccessors() - Method in interface edu.cmu.sphinx.linguist.SearchState
Gets a successor to this search state
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
getTag() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Retrieves the tag associated with the pronunciation or null if there is no tag associated with this pronunciation.
getTail() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Returns the tail for this unit state.
getTerminalNode() - Method in class edu.cmu.sphinx.result.Lattice
Get the terminalNode for this Lattice.
getTerse() - Method in class edu.cmu.sphinx.util.SphinxLogFormatter
Retrieves the level of output
getTime() - Method in class edu.cmu.sphinx.frontend.Signal
Returns the time this Signal was created.
getTimedBestResult(boolean, boolean) - Method in class edu.cmu.sphinx.result.Result
Returns the string of words (with timestamp) for this token.
getTimer() - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Returns the timer this DataProcessor uses.
getTimer(String) - Static method in class edu.cmu.sphinx.util.Timer
Retrieves (or creates) a timer with the given name
getTitle() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
gets the title (fullname + stateNumber) for this state
getTitle() - Method in class edu.cmu.sphinx.research.parallel.ParallelUnitState
Returns the title of this state
getToNode() - Method in class edu.cmu.sphinx.result.Edge
Get the "to" Node associated with an Edge
getTokenIterator() - Method in class edu.cmu.sphinx.research.parallel.CombineToken
Returns an Iterator for the ParallelToken(s).
getTokenStack() - Method in class edu.cmu.sphinx.research.parallel.ParallelHMMStateState
Returns the token stack of this ParallelHMMStateState.
getTokenStack() - Method in interface edu.cmu.sphinx.research.parallel.ParallelState
Returns the token stack of this ParallelUnitState.
getTokenStack() - Method in class edu.cmu.sphinx.research.parallel.ParallelUnitState
Returns the token stack of this ParallelUnitState.
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.
getTotalDeletions() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of deletions
getTotalErrors() - Method in class edu.cmu.sphinx.decoder.BatchResults
Gets the total number of errors
getTotalInsertions() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of insertion errors
getTotalSentenceAccuracy() - Method in class edu.cmu.sphinx.util.NISTAlign
Returns the total sentence accuracy.
getTotalSentences() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of sentences
getTotalSentencesWithErrors() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of sentences with errors
getTotalSubstitutions() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of substitution errors
getTotalWordAccuracy() - Method in class edu.cmu.sphinx.util.NISTAlign
Returns the total word accuracy.
getTotalWordErrorRate() - Method in class edu.cmu.sphinx.util.NISTAlign
Returns the total word accuracy.
getTotalWordErrors() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of word errors for all calls to align.
getTotalWords() - Method in class edu.cmu.sphinx.util.NISTAlign
Gets the total number of words
getTranscript() - Method in class edu.cmu.sphinx.util.BatchItem
Gets the transcript for the batch
getTranscriptFile() - Method in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
Returns the name of the transcript file.
getTranscription() - Method in interface edu.cmu.sphinx.result.Path
Gets the transcription of the path.
getTranscription() - Method in class edu.cmu.sphinx.result.WordResultPath
 
getTransitionMatrix() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Returns the transition matrix that determines the state transition probabilities for the matrix.
getTransitionMatrixPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the transition matrix pool
getTransitionMatrixPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
getTransitionMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getTransitionMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getTransitionMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
getTransitionProbability(int, int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Returns the transition probability between two states.
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).
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.
getTypeLabel() - Method in class edu.cmu.sphinx.research.parallel.CombineState
Retrieves a short label describing the type of this state.
getUnit() - Method in interface edu.cmu.sphinx.linguist.UnitSearchState
Gets the unit
getUnit() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMM
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.acoustic.tiedstate.SenoneHMM
Gets the unit associated with this HMM
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(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
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
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
getValueSignature() - Method in class edu.cmu.sphinx.research.parallel.ParallelUnitState
Returns the value signature
getValues() - Method in class edu.cmu.sphinx.frontend.DoubleData
Returns the values of this DoubleData object.
getValues() - Method in class edu.cmu.sphinx.frontend.FloatData
Returns the values of this DoubleData object.
getVariance() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Returns the variance for this component.
getVariancePool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the variance pool
getVariancePool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
 
getVariancePool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
getVariancePool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getVariancePool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
getVariancePool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
getVarianceTransformationMatrixPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Gets the variance transformation matrix pool
getVarianceTransformationMatrixPool() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Gets the variance transformation matrix pool
getVarianceTransformationMatrixPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Gets the variance transformation matrix pool
getVarianceTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the variance transformation matrix pool
getVarianceTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the variance transformation matrix pool
getVarianceTransformationMatrixPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Gets the variance transformation matrix pool
getVarianceTransformationVectorPool() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Gets the pool of variance transformation vectors for this loader
getVarianceTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of variance transformation vectors for this loader
getVarianceTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Gets the pool of variance transformation vectors for this loader
getVarianceTransformationVectorPool() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Gets the pool of variance transformation vectors for this loader
getVocabulary() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Returns the set of words in the lanaguage model.
getVocabulary() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Returns the set of words in the lanaguage model.
getVocabulary() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Returns the set of words in the lanaguage model.
getWER() - Method in class edu.cmu.sphinx.decoder.BatchResults
Gets the word error rate return the word error rate as a percentage
getWhich() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Retrieves the index for this state words
getWord() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the word of this Token, the search state is a WordSearchState.
getWord(int) - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns the nth word in this sequence
getWord(String) - Method in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Returns a Word object based on the spelling and its classification.
getWord(String) - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Returns a Word object based on the spelling and its classification.
getWord(String) - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Returns a Word object based on the spelling and its classification.
getWord() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Retrives the word that this Pronunciation object represents.
getWord() - Method in class edu.cmu.sphinx.linguist.flat.WordState
Gets the word associated with this state
getWord() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Retrieve the single word associated with this grammar
getWord() - 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
getWordHistory() - Method in interface edu.cmu.sphinx.linguist.SearchState
Gets the word history for this state
getWordHistory() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
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) - 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.
getWordSequence(Word[]) - Static method in class edu.cmu.sphinx.linguist.WordSequence
Returns a WordSequence with the given word IDs.
getWordSequence(List) - Static method in class edu.cmu.sphinx.linguist.WordSequence
Constructs a word sequence from the list of words
getWordSet(double) - Method in class edu.cmu.sphinx.result.ConfusionSet
Get the word set with this confidence.
getWordUnitPath() - Method in class edu.cmu.sphinx.decoder.search.Token
Returns the string of words and units for this token, with embedded silences.
getWords(int) - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Retrieves the words associated with a specific alternative
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
 
getWorkingScore() - Method in class edu.cmu.sphinx.decoder.search.Token
Gets the working score.

H

HMM - interface edu.cmu.sphinx.linguist.acoustic.HMM.
Represents a hidden-markov-model.
HMMManager - class edu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager.
Manages HMMs.
HMMManager() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
 
HMMPool - class edu.cmu.sphinx.linguist.util.HMMPool.
The HMMPool provides the ability to manage units via small integer IDs.
HMMPool(AcousticModel, Logger, UnitManager) - Constructor for class edu.cmu.sphinx.linguist.util.HMMPool
Constructs a HMMPool object.
HMMPosition - class edu.cmu.sphinx.linguist.acoustic.HMMPosition.
Defines possible positions of HMMs.
HMMSearchState - interface edu.cmu.sphinx.linguist.HMMSearchState.
Represents a single hmm state in a language search space
HMMState - interface edu.cmu.sphinx.linguist.acoustic.HMMState.
Represents a single state in an HMM
HMMStateArc - class edu.cmu.sphinx.linguist.acoustic.HMMStateArc.
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 edu.cmu.sphinx.linguist.flat.HMMStateState.
Represents a hmmState in an SentenceHMMS
HMMStateState(SentenceHMMState, HMMState) - Constructor for class edu.cmu.sphinx.linguist.flat.HMMStateState
Creates a HMMStateState
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.
hasMoreData() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Returns true if there is more data in the Microphone.
hashCode() - Method in class edu.cmu.sphinx.linguist.WordSequence
Calculates the hashcode for this object
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.Unit
calculates a hashCode for this unit.
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.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.result.Node
 
hertzToBark(double) - Method in class edu.cmu.sphinx.frontend.frequencywarp.FrequencyWarper
Compute Bark frequency from linear frequency in Hertz.

I

IDGenerator - class edu.cmu.sphinx.util.IDGenerator.
An ID generator that gives out positive integer IDs and checks for overflow.
IDGenerator() - Constructor for class edu.cmu.sphinx.util.IDGenerator
 
INT - Static variable in class edu.cmu.sphinx.util.props.PropertyType
An integer type
INTERNAL - Static variable in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
HMM is completely internal to the word
indexOf(Object) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
returns the ID of a given object from the pool
initContext(String, URL) - Static method in class edu.cmu.sphinx.util.SphinxProperties
Initialize a particular context.
initContext(String, Properties) - Static method in class edu.cmu.sphinx.util.SphinxProperties
Initialize a new SphinxProperty with the given Properties object and context.
initialize() - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Initializes this DataProcessor.
initialize() - Method in interface edu.cmu.sphinx.frontend.DataProcessor
Initializes this DataProcessor.
initialize() - Method in class edu.cmu.sphinx.frontend.FrontEnd
 
initialize() - Method in class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
Initializes this data processor
initialize() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
Initializes this SpeechMarker
initialize() - Method in class edu.cmu.sphinx.frontend.feature.BatchCMN
Initializes this BatchCMN.
initialize() - Method in class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
 
initialize() - Method in class edu.cmu.sphinx.frontend.feature.FrameDropper
Initializes this FrameDropper.
initialize() - Method in class edu.cmu.sphinx.frontend.feature.LiveCMN
Initializes this LiveCMN.
initialize() - Method in class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
 
initialize() - Method in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
 
initialize() - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
Constructs a PLPCepstrumProducer
initialize() - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
Initializes this PLPFrequencyFilterBank object
initialize() - Method in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
 
initialize() - Method in class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
 
initialize() - Method in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
Initializes a ConcatFileDataSource.
initialize() - Method in class edu.cmu.sphinx.frontend.util.DataDumper
Constructs a DataDumper
initialize() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Constructs a Microphone with the given InputStream.
initialize() - Method in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
Constructs a StreamCepstrumSource that reads MelCepstrum data from the given path.
initialize() - Method in class edu.cmu.sphinx.frontend.util.StreamDataSource
 
initialize() - Method in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
initialize(String, String) - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Initializes this acoustic model
inititalize() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
Initializes this LevelTracker endpointer and DataProcessor predecessor.
isAncestorOf(Node) - Method in class edu.cmu.sphinx.result.Node
Check whether this node is an ancestor of another node.
isCepstraFileBigEndian(String) - Static method in class edu.cmu.sphinx.util.Utilities
Returns true if the given binary cepstra file is in big-endian format.
isComposite() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Determines if this HMM is a composite HMM
isContextDependent() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Determines if this unit is context dependent
isContextDependent() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Determines if this HMM corresponds to a context dependent unit
isContextMatch(Unit[], Unit[]) - Static method in class edu.cmu.sphinx.linguist.acoustic.Unit
Checks to see that there is 100% overlap in the given contexts
isDebugging() - Static method in class edu.cmu.sphinx.tools.tags.ActionTagsUtilities
Is debug turned on?
isEOF() - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Determines if the stream is at the end of file
isEmitting() - Method in class edu.cmu.sphinx.decoder.search.Token
Determines if this token is associated with an emitting state.
isEmitting() - Method in interface edu.cmu.sphinx.linguist.SearchState
Determines if this is an emitting state
isEmitting() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMMState
Determines if this HMMState is an emittting state
isEmitting() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Determines if this HMMState is an emittting state
isEmitting() - Method in class edu.cmu.sphinx.linguist.flat.HMMStateState
Determines if this state is an emitting state
isEmitting() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state is an emitting state
isEmitting() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
Determines if this is an emitting state
isEmpty() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Determines if this grammar node is empty (that is, has no words).
isEnabled() - Method in class edu.cmu.sphinx.util.StatisticsVariable
Determines if this StatisticsVariable is enabled
isEquivalent(Edge) - Method in class edu.cmu.sphinx.result.Edge
Returns true if the given edge is equivalent to this edge.
isEquivalent(Lattice) - Method in class edu.cmu.sphinx.result.Lattice
Returns true if the given Lattice is equivalent to this Lattice.
isEquivalent(Node) - Method in class edu.cmu.sphinx.result.Node
Returns true if the given node is equivalent to this node.
isExitState() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMMState
Determines if this state is an exit state of the HMM
isExitState() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Determines if this state is an exit state of the HMM
isFanIn() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state is a fan-in state.
isFiller() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Determines if this unit is a filler unit
isFiller() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Determines if this HMM represents a filler unit.
isFiller() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Determines if this is a filler word
isFinal() - Method in class edu.cmu.sphinx.decoder.search.Token
Determines if this token is associated with a final SentenceHMM state.
isFinal() - Method in interface edu.cmu.sphinx.linguist.SearchState
Determines if this is a final state
isFinal() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this is a final state
isFinal() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Determines if this is a final state
isFinal() - Method in class edu.cmu.sphinx.result.Result
Determines if the result is a final result.
isFinalNode() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Determines if this grammar node is a final node in the grammar
isInsertable(float, int) - Method in class edu.cmu.sphinx.decoder.search.ArrayTokenStack
Returns true if the given score is higher than the lowest scoring token in this TokenStack.
isInsertable(float, int) - Method in interface edu.cmu.sphinx.decoder.search.TokenStack
Returns true if the given score is higher than the lowest scoring token in this TokenStack.
isLast() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Returns true if this unit is the last unit of the pronunciation
isPartialMatch(Context) - Method in class edu.cmu.sphinx.linguist.acoustic.Context
Checks to see if there is a partial match with the given context.
isPartialMatch(Context) - Method in class edu.cmu.sphinx.linguist.acoustic.LeftRightContext
Checks to see if there is a partial match with the given context.
isPartialMatch(String, Context) - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Checks to see if the given unit with associated contexts is a partial match for this unit.
isProcessed() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state has been 'processed'.
isPruned() - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Returns true if this ParallelToken has been pruned.
isRecording() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Returns true if this Microphone is recording.
isResponse() - Method in class edu.cmu.sphinx.util.SocketCommandClient
is a response
isSentenceEndWord() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Returns true if this word is an end of sentence word
isSentenceStartWord() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Returns true if this word is a start of sentence word
isSharedState() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state is a shard state
isSilence() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Determines if this unit is the silence unit
isStarted() - Method in class edu.cmu.sphinx.util.Timer
Returns true if the timer has started.
isUnit() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state is a unit state
isUnit() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
 
isWord() - Method in class edu.cmu.sphinx.decoder.search.Token
Determines if this token marks the end of a word
isWordBeginning() - Method in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
Determines if this position is word beginning position
isWordEnd() - Method in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
Determines if this position is an end word position
isWordStart() - Method in interface edu.cmu.sphinx.linguist.WordSearchState
Returns true if this WordSearchState indicates the start of a word.
isWordStart() - Method in class edu.cmu.sphinx.linguist.flat.PronunciationState
Returns true if this PronunciationState indicates the start of a word.
isWordStart() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state marks the beginning of a word
isWordStart() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Returns true if this LexTreeWordState indicates the start of a word.
iterator() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Returns an iterator over the elements in this active list
iterator() - Static method in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
Returns an iterator for all HMMPositions

J

JSGFGrammar - class edu.cmu.sphinx.jsapi.JSGFGrammar.
Defines a BNF-style grammar based on JSGF grammar rules in a file.
JSGFGrammar() - Constructor for class edu.cmu.sphinx.jsapi.JSGFGrammar
 

L

LMGrammar - class edu.cmu.sphinx.linguist.language.grammar.LMGrammar.
Defines a simple grammar based upon a language model.
LMGrammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.LMGrammar
 
LanguageModel - interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel.
Represents the generic interface to an N-Gram language model.
LargeTrigramModel - class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel.
Queries a binary language model file generated by the CMU-Cambridge Statistical Language Modelling Toolkit.
LargeTrigramModel() - Constructor for class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
Lattice - class edu.cmu.sphinx.result.Lattice.
Provides recognition lattice results.
Lattice(Result) - Constructor for class edu.cmu.sphinx.result.Lattice
Create a Lattice from a Result.
Lattice(String) - Constructor for class edu.cmu.sphinx.result.Lattice
Create a Lattice from a LAT file.
LatticeOptimizer - class edu.cmu.sphinx.result.LatticeOptimizer.
Class used to collapse all equivalent paths in a Lattice.
LatticeOptimizer(Lattice) - Constructor for class edu.cmu.sphinx.result.LatticeOptimizer
Create a new Lattice optimizer
LeftRightContext - class edu.cmu.sphinx.linguist.acoustic.LeftRightContext.
Represents the context for a unit
LexTreeLinguist - class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.
A linguist that can represent large vocabularies efficiently.
LexTreeLinguist() - Constructor for class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
LexTreeLinguist.LexTreeEndUnitState - class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndUnitState.
Represents a unit in the search space
LexTreeLinguist.LexTreeEndWordState - class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndWordState.
Represents the final end of utterance word
LexTreeLinguist.LexTreeHMMState - class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState.
Represents a HMM state in the search space
LexTreeLinguist.LexTreeNonEmittingHMMState - class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeNonEmittingHMMState.
Represents a non emitting hmm state
LexTreeLinguist.LexTreeUnitState - class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeUnitState.
Represents a unit in the search space
LexTreeLinguist.LexTreeWordState - class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState.
Represents a word state in the search space
LinearPredictor - class edu.cmu.sphinx.frontend.frequencywarp.LinearPredictor.
Computes the linear predictive model using the Levinson-Durbin algorithm.
LinearPredictor(int) - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.LinearPredictor
Constructs a LinearPredictor with the given order.
Linguist - interface edu.cmu.sphinx.linguist.Linguist.
The linguist is responsible for representing and managing the search space for the decoder.
LinguistDumper - class edu.cmu.sphinx.linguist.util.LinguistDumper.
A linguist processor that dumps out the search space in a simple format.
LinguistDumper() - Constructor for class edu.cmu.sphinx.linguist.util.LinguistDumper
 
LinguistProcessor - class edu.cmu.sphinx.linguist.LinguistProcessor.
A standard interface for a linguist processor
LinguistProcessor() - Constructor for class edu.cmu.sphinx.linguist.LinguistProcessor
 
LinguistStats - class edu.cmu.sphinx.linguist.util.LinguistStats.
A linguist processor that dumps out stats about the search space
LinguistStats() - Constructor for class edu.cmu.sphinx.linguist.util.LinguistStats
 
LinguistTimer - class edu.cmu.sphinx.linguist.util.LinguistTimer.
Gets successors from a linguist and times them
LinguistTimer(Linguist, boolean) - Constructor for class edu.cmu.sphinx.linguist.util.LinguistTimer
Creats a LinguistTimer
LiveCMN - class edu.cmu.sphinx.frontend.feature.LiveCMN.
Subtracts the mean of all the input so far from the Data objects.
LiveCMN() - Constructor for class edu.cmu.sphinx.frontend.feature.LiveCMN
 
LiveModeRecognizer - class edu.cmu.sphinx.tools.live.LiveModeRecognizer.
Decodes a batch file containing a list of files to decode.
LiveModeRecognizer() - Constructor for class edu.cmu.sphinx.tools.live.LiveModeRecognizer
 
Loader - interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader.
Generic interface for a loader of acoustic models
LogMath - class edu.cmu.sphinx.util.LogMath.
Provides a set of methods for performing simple math in the log domain.
LogMath() - Constructor for class edu.cmu.sphinx.util.LogMath
 
linearToLog(double) - Method in class edu.cmu.sphinx.util.LogMath
Converts the value from linear scale to log scale.
list(PrintStream) - Method in class edu.cmu.sphinx.util.SphinxProperties
Prints this property list out to the specified output stream
listUnused(PrintStream) - Method in class edu.cmu.sphinx.util.SphinxProperties
Prints the list of unused properties to the specified stream.
littleEndianBytesToValues(byte[], int, int, int, boolean) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Converts a little-endian byte array into an array of doubles.
lnToLog(float) - Method in class edu.cmu.sphinx.util.LogMath
Converts the source, which is a number in base Math.E, to a log value which base is the LogBase of this LogMath.
load() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
Loads the acoustic model
load() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
load() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
load() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
load() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
load(String) - Method in class edu.cmu.sphinx.util.CommandInterpreter
 
loadJSGF(String) - Method in class edu.cmu.sphinx.jsapi.JSGFGrammar
The JSGF grammar specified by grammarName will be loaded from the base url (tossing out any previously loaded grammars)
log10(float) - Static method in class edu.cmu.sphinx.util.LogMath
Returns the log (base 10) of value
log10ToLog(float) - Method in class edu.cmu.sphinx.util.LogMath
Converts the source, which is a number in base 10, to a log value which base is the LogBase of this LogMath.
logInfo(Logger) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
Log information about this manager
logInfo() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Loader
logs information about this loader
logInfo(Logger) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Dump information on this pool to the given logger
logInfo() - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
logs information about this loader
logInfo() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Log info about this loader
logInfo() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Log info about this loader
logInfo() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Log info about this loader
logInfo() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Log info about this loader
logToLinear(float) - Method in class edu.cmu.sphinx.util.LogMath
Converts the value from log scale to linear scale.
logToLn(float) - Method in class edu.cmu.sphinx.util.LogMath
Converts the source, whose base is the LogBase of this LogMath, to a log value which is a number in base Math.E.
logToLog(float, float, float) - Static method in class edu.cmu.sphinx.util.LogMath
Converts the source, which is assumed to be a log value whose base is sourceBase, to a log value whose base is resultBase.
lookup(String) - Static method in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
Looks up an HMMPosition baed upon its representation
lookup(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Looks up a configurable component by name.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
Given a unit, returns the HMM that best matches the given unit.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Given a unit, returns the HMM that best matches the given unit.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Given a unit, returns the HMM that best matches the given unit.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Given a unit, returns the HMM that best matches the given unit.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Given a unit, returns the HMM that best matches the given unit.
lookupNearestHMM(Unit, HMMPosition, boolean) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Given a unit, returns the HMM that best matches the given unit.

M

MAPConfidenceScorer - class edu.cmu.sphinx.result.MAPConfidenceScorer.
Computes confidences for the highest scoring path in a Result.
MAPConfidenceScorer() - Constructor for class edu.cmu.sphinx.result.MAPConfidenceScorer
 
MAX_POSITIONS - Static variable in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
The maximum number of HMM positions
MODEL_VERSION - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Supports this version of the acoustic model
MODEL_VERSION - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Supports this version of the acoustic model
MODEL_VERSION - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Supports this version of the acoustic model
MODEL_VERSION - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Supports this version of the acoustic model
MelFilter - class edu.cmu.sphinx.frontend.frequencywarp.MelFilter.
Defines a triangular mel-filter.
MelFilter(double, double, double, double, double) - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.MelFilter
Constructs a filter from the parameters.
MelFrequencyFilterBank - class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank.
Filters an input power spectrum through a bank of number of mel-filters.
MelFrequencyFilterBank() - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
 
MemoryTracker - class edu.cmu.sphinx.instrumentation.MemoryTracker.
Monitors a recognizer for memory usage
MemoryTracker() - Constructor for class edu.cmu.sphinx.instrumentation.MemoryTracker
 
Microphone - class edu.cmu.sphinx.frontend.util.Microphone.
A Microphone captures audio data from the system's underlying audio input systems.
Microphone() - Constructor for class edu.cmu.sphinx.frontend.util.Microphone
 
MixtureComponent - class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent.
Defines the set of shared elements for a GaussianMixture.
MixtureComponent(LogMath, float[], float[][], float[], float[], float[][], float[], float, float) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Create a MixtureComponent with the given sub components.
Model - class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model.
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
Model() - Constructor for class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
Model - class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model.
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
Model() - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
Model - class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model.
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
Model() - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
 
ModelLoader - class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader.
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
ModelLoader() - Constructor for class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
ModelLoader - class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader.
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
ModelLoader() - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
ModelLoader - class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader.
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
ModelLoader() - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
main(String[]) - Static method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.PropertiesDumper
Dumps the properties file 'model.props' that is in the same directory as this class.
main(String[]) - Static method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Dumps the properties file 'model.props' that is in the same directory as this class.
main(String[]) - Static method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Dumps the properties file 'model.props' that is in the same directory as this class.
main(String[]) - Static method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.PropertiesDumper
Dumps the properties file 'model.props' that is in the same directory as this class.
main(String[]) - Static method in class edu.cmu.sphinx.result.Lattice
Self test for Lattices.
main(String[]) - Static method in class edu.cmu.sphinx.result.LatticeOptimizer
Self test for LatticeOptimizer
main(String[]) - Static method in class edu.cmu.sphinx.tools.audio.AudioTool
Main method.
main(String[]) - Static method in class edu.cmu.sphinx.tools.audio.FilenameDialog
Debug and example use.
main(String[]) - Static method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
Main method of this BatchDecoder.
main(String[]) - Static method in class edu.cmu.sphinx.tools.feature.FeatureFileDumper
Main program for this dumper.
main(String[]) - Static method in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
Main method of this BatchDecoder.
main(String[]) - Static method in class edu.cmu.sphinx.util.CommandInterpreter
manual tester for the command interpreter.
main(String[]) - Static method in class edu.cmu.sphinx.util.GapInsertionDetector
A command line program for detecting gap insertion errors.
main(String[]) - Static method in class edu.cmu.sphinx.util.NISTAlign
Take two filenames -- the first contains a list of reference sentences, the second contains a list of hypothesis sentences.
main(String[]) - Static method in class edu.cmu.sphinx.util.ResultAnalyzer
Quick and dirty test program
main(String[]) - Static method in class edu.cmu.sphinx.util.SocketCommandClient
manual tester for the command interpreter.
main(String[]) - Static method in class edu.cmu.sphinx.util.SocketCommandInterpreter
manual tester for the command interpreter.
main(String[]) - Static method in class edu.cmu.sphinx.util.SphinxHelp
The main entry point
main(String[]) - Static method in class edu.cmu.sphinx.util.StatisticsVariable
Some simple tests for the StatisticsVariable
makeSausage() - Method in class edu.cmu.sphinx.result.SausageMaker
Turn the lattice contained in this sausage maker into a sausage object.
mark(int) - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
markSupported() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
mouseClicked(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
mouseDragged(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
When the mouse is dragged, we update the selection in the audio.
mouseEntered(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
mouseExited(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
mouseMoved(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
mousePressed(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
When the mouse is pressed, we update the selection in the audio.
mouseReleased(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
multiplyComplex(Complex, Complex) - Method in class edu.cmu.sphinx.util.Complex
Method to multiply two complex numbers.

N

NISTAlign - class edu.cmu.sphinx.util.NISTAlign.
Implements a portion of the NIST align/scoring algorithm to compare a reference string to a hypothesis string.
NISTAlign(boolean, boolean) - Constructor for class edu.cmu.sphinx.util.NISTAlign
Creates a new NISTAlign object.
NON_ID - Static variable in class edu.cmu.sphinx.util.IDGenerator
Indicates a non-ID value, which is -1.
Node - class edu.cmu.sphinx.result.Node.
Nodes are part of Lattices.
NonEmittingHMMState - class edu.cmu.sphinx.linguist.flat.NonEmittingHMMState.
Represents a hmmState in an SentenceHMMS
NonEmittingHMMState(SentenceHMMState, HMMState) - Constructor for class edu.cmu.sphinx.linguist.flat.NonEmittingHMMState
Creates a NonEmittingHMMState
NonSpeechDataFilter - class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter.
Given a sequence of Data, filters out the non-speech regions.
NonSpeechDataFilter() - Constructor for class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
 
NullPruner - class edu.cmu.sphinx.decoder.pruner.NullPruner.
A Null pruner.
NullPruner() - Constructor for class edu.cmu.sphinx.decoder.pruner.NullPruner
Creates a simple pruner
newInstance() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Creates a new empty version of this active list with the same general properties.
newInstance() - Method in interface edu.cmu.sphinx.decoder.search.ActiveListFactory
Creates a new active list of a particular type
newInstance() - Method in class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
 
newInstance() - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
 
newInstance() - Method in class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
 
newInstance() - Method in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.Decoder
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.FrontEnd
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.BatchCMN
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.FrameDropper
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.LiveCMN
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.filter.Preemphasizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.DataDumper
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.Microphone
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.StreamDataSource
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.ConfigMonitor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.MemoryTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.jsapi.JSGFGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.LinguistProcessor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.acoustic.UnitManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.LMGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.util.GDLDumper
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.util.LinguistDumper
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.recognizer.Recognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.research.parallel.FeatureStream
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.research.parallel.ParallelAcousticScorer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.research.parallel.ParallelSimpleLinguist
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.research.parallel.TokenScorePruner
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.result.MAPConfidenceScorer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.result.SausageMaker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.util.LogMath
 
newProperties(PropertySheet) - Method in interface edu.cmu.sphinx.util.props.Configurable
This method is called when this configurable component has new data.
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.MemoryTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
newResult(Result) - Method in interface edu.cmu.sphinx.result.ResultListener
Method called when a new result is generated
normalizeScore(float) - Method in interface edu.cmu.sphinx.decoder.scorer.Scoreable
Normalizes a previously calculated score
normalizeScore(float) - Method in class edu.cmu.sphinx.decoder.search.Token
Normalizes a previously calculated score

O

ObjectTagsParser - class edu.cmu.sphinx.tools.tags.ObjectTagsParser.
An ObjectTagsParser is an ActionTagsParser that handles registration of Java object instances.
ObjectTagsParser() - Constructor for class edu.cmu.sphinx.tools.tags.ObjectTagsParser
Create a new ObjectParser.
OutOfGrammarGraph - class edu.cmu.sphinx.linguist.dflat.OutOfGrammarGraph.
Builds a grammar sub-graph that matches all phones.
OutOfGrammarGraph(AcousticModel, float, float) - Constructor for class edu.cmu.sphinx.linguist.dflat.OutOfGrammarGraph
Creates an OutOfGrammarGraph
objectTracker(String, int) - Static method in class edu.cmu.sphinx.util.Utilities
utility method for tracking object counts
open(String, int) - Method in class edu.cmu.sphinx.util.SocketCommandClient
Opens a socket connection
optimize() - Method in class edu.cmu.sphinx.result.LatticeOptimizer
Code for optimizing Lattices.

P

PLPCepstrumProducer - class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer.
Computes the PLP cepstrum from a given PLP Spectrum.
PLPCepstrumProducer() - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
 
PLPFilter - class edu.cmu.sphinx.frontend.frequencywarp.PLPFilter.
Defines a filter used by the PLPFrequencyFilterBank class.
PLPFilter(double[], double) - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.PLPFilter
Constructs a PLP filter around a given center frequency.
PLPFrequencyFilterBank - class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank.
Filters an input power spectrum through a PLP filterbank.
PLPFrequencyFilterBank() - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
 
PROP_ABSOLUTE_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
property that sets the desired (or target) size for this active list.
PROP_ABSOLUTE_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListFactory
property that sets the desired (or target) size for this active list.
PROP_ABSOLUTE_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.research.parallel.TokenScorePruner
 
PROP_ABSOLUTE_BEAM_WIDTH_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
The default value for the PROP_ABSOLUTE_BEAM_WIDTH property
PROP_ABSOLUTE_BEAM_WIDTH_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListFactory
The default value for the PROP_ABSOLUTE_BEAM_WIDTH property
PROP_ABSOLUTE_BEAM_WIDTH_DEFAULT - Static variable in class edu.cmu.sphinx.research.parallel.TokenScorePruner
 
PROP_ABSOLUTE_WORD_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Sphinx4 property that specifies the absolute word beam width
PROP_ABSOLUTE_WORD_BEAM_WIDTH_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Sphinx4 property that specifies the default value for the absolute word beam width
PROP_ACOUSTIC_GAIN - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
A sphinx property that controls the amount of acoustic gain.
PROP_ACOUSTIC_GAIN_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
The default value for the PROP_ACOUSTIC_LOOKAHEAD_FRAMES property.
PROP_ACOUSTIC_LOOKAHEAD_FRAMES - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
A sphinx property that controls the amount of simple acoustic lookahead performed.
PROP_ACOUSTIC_LOOKAHEAD_FRAMES_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The default value for the PROP_ACOUSTIC_LOOKAHEAD_FRAMES property.
PROP_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
PROP_ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
A sphinx property used to define the acoustic model to use when building the search graph
PROP_ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
A sphinx property used to define the acoustic model to use when building the search graph
PROP_ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.research.parallel.FeatureStream
Property for the acoustic model of this feature stream.
PROP_ACTIVE_LIST_FACTORIES - Static variable in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
Sphinx property that defines the name of the active list factory to be used by this search manager.
PROP_ACTIVE_LIST_FACTORY - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Sphinx property that defines the name of the active list factory to be used by this search manager.
PROP_ACTIVE_LIST_FACTORY - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
The sphinx property name for the active list type.
PROP_ACTIVE_LIST_FACTORY - Static variable in class edu.cmu.sphinx.research.parallel.TokenScorePruner
Sphinx property that defines the name of the active list factory to be used by this search manager.
PROP_ACTIVE_LIST_MANAGER - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that defines the type of active list to use
PROP_ADD_FILLER_WORDS - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Property that controls whether filler words are automatically added to the vocabulary
PROP_ADD_FILLER_WORDS - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Property to control whether filler words are inserted into the graph
PROP_ADD_FILLER_WORDS_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_ADD_FILLER_WORDS.
PROP_ADD_FILLER_WORDS_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
The default value for PROP_ADD_FILLER_WORDS
PROP_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.
PROP_ADD_OUT_OF_GRAMMAR_BRANCH - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Sphinx property that specifies whether to add a branch for detecting out-of-grammar utterances.
PROP_ADD_OUT_OF_GRAMMAR_BRANCH_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Default value of PROP_ADD_OUT_OF_GRAMMAR_BRANCH.
PROP_ADD_OUT_OF_GRAMMAR_BRANCH_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Default value of PROP_ADD_OUT_OF_GRAMMAR_BRANCH.
PROP_ADD_RANDOM_SILENCE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies whether to add random silence.
PROP_ADD_RANDOM_SILENCE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The default value for PROP_ADD_RANDOM_SILENCE.
PROP_ADD_SIL_ENDING_PRONUNCIATION - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The name of the SphinxProperty that specifies whether to add a duplicate SIL-ending pronunication.
PROP_ADD_SIL_ENDING_PRONUNCIATION_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The default value of PROP_ADD_SIL_ENDING_PRONUNCIATION.
PROP_ADD_SIL_WORDS - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Property to control whether silence words are inserted into the graph
PROP_ADD_SIL_WORDS_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
The default value for PROP_ADD_SIL_WORDS
PROP_ADJUSTMENT - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The SphinxProperty specifying the adjustment.
PROP_ADJUSTMENT_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The default value of PROP_ADJUSTMENT_DEFAULT.
PROP_ALIGN_INTERVAL - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
SphinxProperty specifying the number of files to decode before alignment is performed.
PROP_ALIGN_INTERVAL_DEFAULT - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The default value of PROP_ALIGN_INTERVAL.
PROP_ALLOCATED_MONITORS - Static variable in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
The sphinx property that defines all of the monitors to call when the recognizer is allocated
PROP_ALLOW_MISSING_WORDS - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The name of the SphinxProperty that specifies whether the dictionary should return null if a word is not found in the dictionary, or whether it should throw an error.
PROP_ALLOW_MISSING_WORDS_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The default value of PROP_ALLOW_MISSING_WORDS.
PROP_ALPHA - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
The name of the SphinxProperty for the alpha value of the Window, which has a default value of 0.46 (double), which is the value for the RaisedCosineWindow.
PROP_ALPHA_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
The default value for PROP_ALPHA.
PROP_APPLY_LANGUAGE_WEIGHT_AND_WIP - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Sphinx propert that controls whether or not the language model will apply the language weight and word insertion probability
PROP_APPLY_LANGUAGE_WEIGHT_AND_WIP_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for PROP_APPLY_LANGUAGE_WEIGHT_AND_WIP
PROP_BASE_GRAMMAR_URL - Static variable in class edu.cmu.sphinx.jsapi.JSGFGrammar
Sphinx property that defines the location of the JSGF grammar file.
PROP_BATCH_FILE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
SphinxProperty for the file containing a list of audio files to read from.
PROP_BATCH_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The default value of PROP_BATCH_FILE.
PROP_BIGRAM_CACHE_SIZE - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
A sphinx property that defines the maximum number of bigrams to be cached.
PROP_BIGRAM_CACHE_SIZE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for the PROP_BIGRAM_CACHE_SIZE property
PROP_BIG_ENDIAN - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Property specify the endianness of the data.
PROP_BIG_ENDIAN_DATA - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The SphinxProperty specifying whether the input data is big-endian.
PROP_BIG_ENDIAN_DATA_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The default value for PROP_IS_DATA_BIG_ENDIAN.
PROP_BIG_ENDIAN_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Default value for PROP_BIG_ENDIAN.
PROP_BINARY - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The SphinxProperty specifying whether the input is in binary.
PROP_BINARY_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The default value for PROP_BINARY.
PROP_BITS_PER_SAMPLE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
SphinxProperty for the number of bits per value.
PROP_BITS_PER_SAMPLE - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
SphinxProperty for the number of bits per value.
PROP_BITS_PER_SAMPLE - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
SphinxProperty for the number of bits per value.
PROP_BITS_PER_SAMPLE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
Default value for PROP_BITS_PER_SAMPLE.
PROP_BITS_PER_SAMPLE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Default value for PROP_BITS_PER_SAMPLE.
PROP_BITS_PER_SAMPLE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
Default value for PROP_BITS_PER_SAMPLE.
PROP_BUILD_WORD_LATTICE - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that specifies whether to build a word lattice.
PROP_BUILD_WORD_LATTICE_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The default value of the PROP_BUILD_WORD_LATTICE property.
PROP_BYTES_PER_READ - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
SphinxProperty for the number of bytes to read from the InputStream each time.
PROP_BYTES_PER_READ_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
Default value for PROP_BYTES_PER_READ.
PROP_CACHE_SIZE - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
A sphinx property that defines the size of the arc cache (zero to disable the cache).
PROP_CACHE_SIZE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Property that defines the dictionary to use for this grammar
PROP_CEPSTRUM_LENGTH - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The SphinxProperty specifying the length of the cepstrum data.
PROP_CEPSTRUM_LENGTH - Static variable in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
The name of the sphinx property for the size of the ceptrum
PROP_CEPSTRUM_LENGTH - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The sphinx property specifying the length of the cepstrum data.
PROP_CEPSTRUM_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The default value of PROP_CEPSTRUM_LENGTH.
PROP_CEPSTRUM_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
The default value for PROP_CEPSTRUM_LENGTH
PROP_CEPSTRUM_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The default value of PROP_CEPSTRUM_LENGTH.
PROP_CHANNELS - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Property specifying the number of channels.
PROP_CHANNELS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Default value for PROP_CHANNELS.
PROP_CHECK_PRIOR_LISTS_EMPTY - Static variable in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
This property is used in the Iterator returned by the getNonEmittingListIterator() method.
PROP_CHECK_PRIOR_LISTS_EMPTY_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
The default value of PROP_CHECK_PRIOR_LISTS_EMPTY.
PROP_CHECK_STATE_ORDER - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property for checking if the order of states is valid.
PROP_CHECK_STATE_ORDER_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The default value of the PROP_CHECK_STATE_ORDER property.
PROP_CLEAR_CACHES_AFTER_UTTERANCE - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
A sphinx property that controls whether the bigram and trigram caches are cleared after every utterance
PROP_CLEAR_CACHES_AFTER_UTTERANCE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for the PROP_CLEAR_CACHES_AFTER_UTTERANCE property
PROP_CLOSE_BETWEEN_UTTERANCES - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Sphinx property that specifies whether or not the microphone will release the audio between utterances.
PROP_CLOSE_BETWEEN_UTTERANCES_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Default value for PROP_CLOSE_BETWEEN_UTTERANCES.
PROP_CMN_SHIFT_WINDOW - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The name of the SphinxProperty for the CMN shifting window.
PROP_CMN_SHIFT_WINDOW_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The default value of PROP_CMN_SHIFT_WINDOW.
PROP_CMN_WINDOW - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The name of the SphinxProperty for the live CMN window size.
PROP_CMN_WINDOW_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The default value for PROP_CMN_WINDOW.
PROP_COMBINED_SCORE_PRUNER - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
The sphinx property for the combined score pruner.
PROP_COMMON_LOG_LEVEL - Static variable in class edu.cmu.sphinx.util.props.ConfigurationManager
A common property (used by all components) that sets the log level for the component.
PROP_COMMON_LOG_TERSE - Static variable in class edu.cmu.sphinx.util.props.ConfigurationManager
A common property (used by all components) that sets the tersness of the log output
PROP_COMPOSITE_THRESHOLD - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Property to control the maximum number of right contexts to consider before switching over to using composite hmms
PROP_COMPOSITE_THRESHOLD_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_COMPOSITE_THRESHOLD.
PROP_COUNT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The SphinxProperty name for how many utterances to process
PROP_COUNT_DEFAULT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The default value for the property PROP_COUNT.
PROP_CREATE_MISSING_WORDS - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The SphinxProperty that specifies whether the Dictionary.getWord() method should return a Word object even if the word does not exist in the dictionary.
PROP_CREATE_MISSING_WORDS_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The default value of PROP_CREATE_MISSING_WORD.
PROP_DATA_LOCATION - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Subdirectory where the acoustic model can be found
PROP_DATA_LOCATION - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Subdirectory where the acoustic model can be found
PROP_DATA_LOCATION - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Subdirectory where the acoustic model can be found
PROP_DATA_LOCATION - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Subdirectory where the acoustic model can be found
PROP_DATA_LOCATION_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_DATA_LOCATION.
PROP_DATA_LOCATION_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_DATA_LOCATION.
PROP_DATA_LOCATION_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_DATA_LOCATION.
PROP_DATA_LOCATION_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_DATA_LOCATION.
PROP_DEALLOCATED_MONITORS - Static variable in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
The sphinx property that defines all of the monitors to call when the recognizer is deallocated
PROP_DEBUG - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The SphinxProperty specifying whether to print debug messages.
PROP_DEBUG_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The default value of PROP_DEBUG.
PROP_DECODER - Static variable in class edu.cmu.sphinx.recognizer.Recognizer
Property name for the decoder to be used by this recognizer.
PROP_DICTIONARY - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The name of the SphinxProperty for the dictionary file path.
PROP_DICTIONARY - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Property that defines the dictionary to use for this grammar
PROP_DICTIONARY - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The Sphinx Property specifying the dictionary to use
PROP_DICTIONARY - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Property that defines the dictionary to use for this grammar
PROP_DICTIONARY_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The default value of PROP_DICTIONARY.
PROP_DO_COMBINE_PRUNING - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
The sphinx property name for whether to do combine pruning.
PROP_DO_COMBINE_PRUNING_DEFAULT - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
The default value for whether to do combine pruning, which is false.
PROP_DO_FEATURE_PRUNING - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
The sphinx property name for whether to do feature pruning.
PROP_DO_FEATURE_PRUNING_DEFAULT - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
The default value for whether to do feature pruning, which is false.
PROP_DROP_EVERY_NTH_FRAME - Static variable in class edu.cmu.sphinx.frontend.feature.FrameDropper
The SphinxProperty that specifies dropping one in every Nth frame.
PROP_DROP_EVERY_NTH_FRAME_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.FrameDropper
The default value of PROP_DROP_EVERY_NTH_FRAME.
PROP_DUMP_ARC_LABELS - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The SphinxProperty to specify whether to dump arc labels.
PROP_DUMP_ARC_LABELS_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The default value for PROP_DUMP_ARC_LABELS.
PROP_DUMP_GSTATES - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Sphinx property used to determine whether or not the gstates are dumped.
PROP_DUMP_GSTATES_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
The default value for the PROP_DUMP_GSTATES property
PROP_DUMP_LATTICE - Static variable in class edu.cmu.sphinx.result.MAPConfidenceScorer
Sphinx property that specifies whether to dump the lattice.
PROP_DUMP_LATTICE_DEFAULT - Static variable in class edu.cmu.sphinx.result.MAPConfidenceScorer
The default value of PROP_DUMP_LATTICE.
PROP_DUMP_SAUSAGE - Static variable in class edu.cmu.sphinx.result.MAPConfidenceScorer
Sphinx property that specifies whether to dump the sausage.
PROP_DUMP_SAUSAGE_DEFAULT - Static variable in class edu.cmu.sphinx.result.MAPConfidenceScorer
The default value of PROP_DUMP_SAUSAGE.
PROP_ENABLE - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The Sphinx property that specifies whether data dumping is enabled
PROP_ENABLED - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
A sphinx property that define whether this beam tracker is enabled
PROP_ENABLED_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
The default setting of PROP_ENABLED
PROP_ENABLE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The default value of PROP_ENABLE.
PROP_END_SILENCE - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The SphinxProperty for the amount of time in silence (in milliseconds) to be considered as utterance end.
PROP_END_SILENCE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The default value of PROP_END_SILENCE.
PROP_ETA - Static variable in class edu.cmu.sphinx.research.parallel.FeatureStream
Property for the eta value of this feature stream.
PROP_ETA_DEFAULT - Static variable in class edu.cmu.sphinx.research.parallel.FeatureStream
Default value of PROP_ETA.
PROP_FEATURE_BLOCK_SIZE - Static variable in class edu.cmu.sphinx.decoder.Decoder
The sphinx property name for the number of features to recognize at once.
PROP_FEATURE_BLOCK_SIZE_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.Decoder
The default value of the property PROP_FEATURE_BLOCK_SIZE.
PROP_FEATURE_SCORE_PRUNER - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
The sphinx property for the feature score pruner.
PROP_FEATURE_STREAMS - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSimpleLinguist
Property that specifies the feature streams.
PROP_FEATURE_WINDOW - Static variable in class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
The name of the SphinxProperty for the window of the DeltasFeatureExtractor.
PROP_FEATURE_WINDOW - Static variable in class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
The name of the SphinxProperty for the window of the S3FeatureExtractor.
PROP_FEATURE_WINDOW_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
The default value of PROP_FEATURE_WINDOW.
PROP_FEATURE_WINDOW_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
The default value of PROP_FEATURE_WINDOW.
PROP_FILENAME - Static variable in class edu.cmu.sphinx.linguist.util.LinguistDumper
A sphinx property name for the destination of the LinguistDumper
PROP_FILENAME_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.util.LinguistDumper
The default value for PROP_FILENAME.
PROP_FILLER_DICTIONARY - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The name of the SphinxProperty for the filler dictionary file path.
PROP_FILLER_DICTIONARY_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The default value of PROP_FILLER_DICTIONARY.
PROP_FILLER_INSERTION_PROBABILITY - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Filler insertion probability property
PROP_FILLER_INSERTION_PROBABILITY_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_FILLER_INSERTION_PROBABILITY.
PROP_FORMAT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The SphinxProperty specifying the format of the language model.
PROP_FORMAT_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The default value of PROP_FORMAT.
PROP_FRAME_LENGTH_MS - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The SphinxProperty specifying the endpointing frame length in milliseconds.
PROP_FRAME_LENGTH_MS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The default value of PROP_FRAME_LENGTH_MS.
PROP_FRAME_SHIFT_MS - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The sphinx property name for frame shift in milliseconds, which has a default value of 10F.
PROP_FRAME_SHIFT_MS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The default value for PROP_FRAME_SHIFT_MS.
PROP_FRAME_SIZE_MS - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The sphinx property name for frame size in milliseconds.
PROP_FRAME_SIZE_MS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The default value for PROP_FRAME_SIZE_MS.
PROP_FRONTEND - Static variable in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
Property the defines the frontend to retrieve features from for scoring
PROP_FRONTEND - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
Property the defines the frontend to retrieve features from for scoring
PROP_FRONTEND - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
A Sphinx property that defines which frontend to monitor
PROP_FRONT_END - Static variable in class edu.cmu.sphinx.research.parallel.FeatureStream
Property for the front end of this feature stream.
PROP_FULL_SMEAR - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
If true, use full bigram information to determine smear
PROP_FULL_SMEAR_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Default value for PROP_FULL_SMEAR
PROP_FULL_WORD_HISTORIES - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Sphinx property used to determine whether or not the gstates are dumped. * A sphinx property that determines whether or not full word histories are used to determine when two states are equal.
PROP_FULL_WORD_HISTORIES_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
The default value for PROP_FULL_WORD_HISTORIES
PROP_GENERATE_UNIT_STATES - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Property to control whether or not the linguist will generate unit states.
PROP_GENERATE_UNIT_STATES_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_GENERATE_UNIT_STATES
PROP_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
PROP_GRAMMAR - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
A sphinx property used to define the grammar to use when building the search graph
PROP_GRAMMAR - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
A sphinx property used to define the grammar to use when building the search graph
PROP_GRAMMAR_NAME - Static variable in class edu.cmu.sphinx.jsapi.JSGFGrammar
Sphinx property that defines the location of the JSGF grammar file.
PROP_GRAMMAR_NAME_DEFAULT - Static variable in class edu.cmu.sphinx.jsapi.JSGFGrammar
Default value for PROP_GRAMMAR_NAME
PROP_GROW_SKIP_INTERVAL - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
A sphinx property that controls the number of frames processed for every time the decode growth step is skipped.
PROP_GROW_SKIP_INTERVAL - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
A sphinx property that controls the number of frames processed for every time the decode growth step is skipped.
PROP_GROW_SKIP_INTERVAL_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
The default value for the PROP_GROW_SKIP_INTERVAL property.
PROP_GROW_SKIP_INTERVAL_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The default value for the PROP_GROW_SKIP_INTERVAL property.
PROP_HYPOTHESIS_TRANSCRIPT - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
SphinxProperty specifying the transcript file.
PROP_HYPOTHESIS_TRANSCRIPT_DEFAULT - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The default value of PROP_TRANSCRIPT.
PROP_INITIAL_MEAN - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The name of the SphinxProperty for the initial cepstral mean.
PROP_INITIAL_MEAN_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The default value for PROP_INITIAL_MEAN.
PROP_INPUT_DATA_PROCESSORS - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The sphinx property that specifies the input source
PROP_INPUT_SOURCE - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The Sphinx property that specifies the source of the transcript
PROP_IS_BINARY - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Specifies whether the model to be loaded is in ASCII or binary format
PROP_IS_BINARY - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Specifies whether the model to be loaded is in ASCII or binary format
PROP_IS_BINARY - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Specifies whether the model to be loaded is in ASCII or binary format
PROP_IS_BINARY - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Specifies whether the model to be loaded is in ASCII or binary format
PROP_IS_BINARY_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_IS_BINARY
PROP_IS_BINARY_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_IS_BINARY
PROP_IS_BINARY_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_IS_BINARY
PROP_IS_BINARY_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_IS_BINARY
PROP_IS_CPU_RELATIVE - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
A sphinx property name that controls whether the number of available CPUs on the system is used when determining the number of threads to use for scoring.
PROP_IS_CPU_RELATIVE_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
The default value for PROP_IS_CPU_RELATIVE.
PROP_KEEP_ALL_TOKENS - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
A sphinx property that controls whether or not we keep all tokens.
PROP_KEEP_ALL_TOKENS_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The default value for the PROP_ACOUSTIC_LOOKAHEAD_FRAMES property.
PROP_KEEP_LAST_AUDIO - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The Sphinx property that specifies whether to keep the audio data of an utterance around until the next utterance is recorded.
PROP_KEEP_LAST_AUDIO_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The default value of PROP_KEEP_AUDIO.
PROP_LANGUAGE_MODEL - Static variable in class edu.cmu.sphinx.linguist.language.grammar.LMGrammar
A sphinx property for the language model to be used by this grammar
PROP_LANGUAGE_MODEL - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
A sphinx property for the language model to be used by this grammar
PROP_LANGUAGE_WEIGHT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Sphinx property that defines the language weight for the search
PROP_LANGUAGE_WEIGHT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Sphinx property that defines the language weight for the search
PROP_LANGUAGE_WEIGHT - Static variable in class edu.cmu.sphinx.result.MAPConfidenceScorer
Sphinx property that defines the language model weight.
PROP_LANGUAGE_WEIGHT - Static variable in class edu.cmu.sphinx.result.SausageMaker
Sphinx property that defines the language model weight.
PROP_LANGUAGE_WEIGHT_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for the PROP_LANGUAGE_WEIGHT property
PROP_LANGUAGE_WEIGHT_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for the PROP_LANGUAGE_WEIGHT property
PROP_LANGUAGE_WEIGHT_DEFAULT - Static variable in class edu.cmu.sphinx.result.MAPConfidenceScorer
The default value for the PROP_LANGUAGE_WEIGHT property
PROP_LANGUAGE_WEIGHT_DEFAULT - Static variable in class edu.cmu.sphinx.result.SausageMaker
The default value for the PROP_LANGUAGE_WEIGHT property
PROP_LEFT_CONTEXT_SIZE - Static variable in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Sphinx property that defines the left context size
PROP_LEFT_CONTEXT_SIZE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
The default value for PROP_LEFT_CONTEXT_SIZE
PROP_LINGUIST - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Sphinx property that defines the name of the linguist to be used by this search manager.
PROP_LINGUIST - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that defines the name of the linguist to be used by this search manager.
PROP_LINGUIST - Static variable in class edu.cmu.sphinx.linguist.LinguistProcessor
The sphinx property that defines the name of the linguist to process
PROP_LINGUIST - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
The sphinx property for linguist used.
PROP_LOADER - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
The property that defines the component used to load the acoustic model
PROP_LOADER - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The property that defines the component used to load the acoustic model
PROP_LOADER - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The property that defines the component used to load the acoustic model
PROP_LOADER - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
The property that defines the component used to load the acoustic model
PROP_LOCATION - Static variable in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
The directory where the acoustic model data can be found.
PROP_LOCATION - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The name of the SphinxProperty that defines the location (directory or jar file) for the dictionary
PROP_LOCATION - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The Sphinx Property specifying the location of the language model.
PROP_LOCATION_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
The default value of PROP_LOCATION.
PROP_LOCATION_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The default value of PROP_LOCATION.
PROP_LOCATION_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The default value of PROP_LOCATION.
PROP_LOG_BASE - Static variable in class edu.cmu.sphinx.util.LogMath
Sphinx property to get the Log base
PROP_LOG_BASE_DEFAULT - Static variable in class edu.cmu.sphinx.util.LogMath
Default value for the Log base
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
A Sphinx property that defines which recognizer to monitor
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.jsapi.JSGFGrammar
Sphinx property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The log math component for the system.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
Sphinx property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
Sphinx property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Sphinx property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Sphinx property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The SphinxProperty to specify the log math
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The log math component for the system.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The log math component for the system.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The log math component for the system.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
The sphinx property for the log math used.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.research.parallel.TokenScorePruner
Sphinx property that defines the name of the logmath to be used by this search manager.
PROP_LOOP - Static variable in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
Sphinx property that if true, indicates that this is a looping grammar
PROP_LOOP_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
The default value for PROP_LOOP.
PROP_LPC_ORDER - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The SphinxProperty specifying the LPC order.
PROP_LPC_ORDER_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The default value of PROP_LPC_ORDER.
PROP_MAX_DEPTH - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The Sphinx Property specifying the maximum depth reported by the language model (from a getMaxDepth()) call.
PROP_MAX_DEPTH_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The default value for PROP_MAX_DEPTH.
PROP_MAX_ENERGY - Static variable in class edu.cmu.sphinx.frontend.util.EnergyPlotter
The maximum level of energy for which a plot string will be preconstructed.
PROP_MAX_ENERGY_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.EnergyPlotter
The default value of PROP_MAX_ENERGY.
PROP_MAX_FILLER_WORDS - Static variable in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
property that sets the max filler words allowed in the beam.
PROP_MAX_FILLER_WORDS_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
The default value for the PROP_MAX_FILLER_WORDS property
PROP_MAX_FREQ - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The name of the Sphinx Property for the maximum frequency covered by the filterbank.
PROP_MAX_FREQ - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The name of the Sphinx Property for the center frequency of the highest filter in the filterbank.
PROP_MAX_FREQ_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The default value of PROP_MAX_FREQ.
PROP_MAX_FREQ_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The default value of PROP_MAX_FREQ.
PROP_MAX_LATTICE_EDGES - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that specifies the maximum lattice edges
PROP_MAX_LATTICE_EDGES_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The default value of the PROP_MAX_LATTICE_EDGES property.
PROP_MAX_PATHS_PER_WORD - Static variable in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
property that sets the max paths for a single word.
PROP_MAX_PATHS_PER_WORD_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
The default value for the PROP_MAX_PATHS_PER_WORD property
PROP_MAX_SILENCE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies the maximum number of times the silence file is added between files.
PROP_MAX_SILENCE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The default value of PROP_MAX_SILENCE.
PROP_MC_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Mixture component score floor.
PROP_MC_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture component score floor.
PROP_MC_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture component score floor.
PROP_MC_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Mixture component score floor.
PROP_MC_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Mixture component score floor default value.
PROP_MC_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture component score floor default value.
PROP_MC_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture component score floor default value.
PROP_MC_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Mixture component score floor default value.
PROP_MERGE_SPEECH_SEGMENTS - Static variable in class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
The Sphinx Property that controls whether to merge discontiguous speech segments (and the non-speech segments between them) in an utterance into one big segment (true), or to treat the individual speech segments as individual utterances (false).
PROP_MERGE_SPEECH_SEGMENTS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
The default value for PROP_MERGE_SPEECH_SEGMENTS.
PROP_MIN_FREQ - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The name of the Sphinx Property for the minimum frequency covered by the filterbank.
PROP_MIN_FREQ - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The name of the Sphinx Property for the center frequency of the lowest filter in the filterbank.
PROP_MIN_FREQ_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The default value of PROP_MIN_FREQ.
PROP_MIN_FREQ_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The default value of PROP_MIN_FREQ.
PROP_MIN_SCOREABLES_PER_THREAD - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
A Sphinx Property name that controls the minimum number of scoreables sent to a thread.
PROP_MIN_SCOREABLES_PER_THREAD_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
The default value for PROP_MIN_SCOREABLES_PER_THREAD.
PROP_MIN_SIGNAL - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The SphinxProperty specifying the minimum signal level used to update the background signal level.
PROP_MIN_SIGNAL_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The default value of PROP_MIN_SIGNAL.
PROP_MODEL - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The name of the model definition file (contains the HMM data)
PROP_MODEL - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The name of the model definition file (contains the HMM data)
PROP_MODEL - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The name of the model definition file (contains the HMM data)
PROP_MODEL - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The name of the model definition file (contains the HMM data)
PROP_MODEL_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_MODEL_DEFAULT.
PROP_MODEL_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_MODEL_DEFAULT.
PROP_MODEL_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_MODEL_DEFAULT.
PROP_MODEL_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_MODEL_DEFAULT.
PROP_MONITORS - Static variable in class edu.cmu.sphinx.recognizer.Recognizer
Property name for the set of monitors for this recognizer
PROP_MSEC_PER_READ - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The Sphinx property that specifies the number of milliseconds of audio data to read each time from the underlying Java Sound audio device.
PROP_MSEC_PER_READ_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The default value of PROP_MSEC_PER_READ.
PROP_MW_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Mixture weight floor.
PROP_MW_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture weight floor.
PROP_MW_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture weight floor.
PROP_MW_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Mixture weight floor.
PROP_MW_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Mixture weight floor default value.
PROP_MW_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture weight floor default value.
PROP_MW_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Mixture weight floor default value.
PROP_MW_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Mixture weight floor default value.
PROP_NORMALIZE_SCORES - Static variable in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
Propertry that defines whether scores are normalized or not
PROP_NORMALIZE_SCORES_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
Default value for PROP_NORMALIZE_SCORES
PROP_NUMBER_FFT_POINTS - Static variable in class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
The name of the SphinxProperty for the number of points in the Fourier Transform.
PROP_NUMBER_FILTERS - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The name of the Sphinx Property for the number of filters in the filterbank.
PROP_NUMBER_FILTERS - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The name of the Sphinx Property for the number of filters in the filterbank.
PROP_NUMBER_FILTERS - Static variable in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
The name of the Sphinx Property for the number of filters in the filterbank.
PROP_NUMBER_FILTERS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The default value for PROP_NUMBER_FILTERS.
PROP_NUMBER_FILTERS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The default value of PROP_NUMBER_FILTERS.
PROP_NUMBER_FILTERS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
The default value for PROP_NUMBER_FILTERS.
PROP_NUM_THREADS - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
A SphinxProperty name that controls the number of threads that are used to score hmm states.
PROP_NUM_THREADS_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
The default value for PROP_NUM_THREADS.
PROP_OPTIMIZE_GRAMMAR - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Property to control whether grammars are optimized or not
PROP_OPTIMIZE_GRAMMAR_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
The default value for PROP_OPTIMIZE_GRAMMAR
PROP_OUTPUT_FORMAT - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The Sphinx property that specifies the format of the output.
PROP_OUTPUT_FORMAT_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The default value of PROP_OUTPUT_FORMAT.
PROP_OUTPUT_SIGNALS - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The Sphinx property that enables the output of signals.
PROP_OUTPUT_SIGNALS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The default value of PROP_OUTPUT_SIGNALS.
PROP_OUT_OF_GRAMMAR_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Sphinx property for the probability of entering the out-of-grammar branch.
PROP_OUT_OF_GRAMMAR_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Sphinx property for the probability of entering the out-of-grammar branch.
PROP_OUT_OF_GRAMMAR_PROBABILITY_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
The default value for PROP_OUT_OF_GRAMMAR_PROBABILITY.
PROP_OUT_OF_GRAMMAR_PROBABILITY_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
The default value for PROP_OUT_OF_GRAMMAR_PROBABILITY.
PROP_PATH - Static variable in class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
The SphinxProperty for the location of the FST n-gram file.
PROP_PATH - Static variable in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
Sphinx property that defines the location of the word list grammar
PROP_PATH_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
The default value for PROP_PATH.
PROP_PATH_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
The default value for PROP_PATH.
PROP_PHONE_INSERTION_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Sphinx property for the probability of inserting a CI phone in the out-of-grammar ci phone loop
PROP_PHONE_INSERTION_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Sphinx property for the probability of inserting a CI phone in the out-of-grammar ci phone loop
PROP_PHONE_INSERTION_PROBABILITY_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Default value for PROP_PHONE_INSERTION_PROBABILITY
PROP_PHONE_INSERTION_PROBABILITY_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Default value for PROP_PHONE_INSERTION_PROBABILITY
PROP_PHONE_LOOP_ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Sphinx property for the acoustic model to use to build the phone loop that detects out of grammar utterances.
PROP_PHONE_LOOP_ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Sphinx property for the acoustic model used for the CI phone loop.
PROP_PIPELINE - Static variable in class edu.cmu.sphinx.frontend.FrontEnd
the name of the property list of all the components of the frontend pipe line
PROP_PREEMPHASIS_FACTOR - Static variable in class edu.cmu.sphinx.frontend.filter.Preemphasizer
The name of the SphinxProperty for preemphasis factor/alpha.
PROP_PREEMPHASIS_FACTOR_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.filter.Preemphasizer
The default value of PROP_PREEMPHASIS_FACTOR.
PROP_PROPERTIES_FILE - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The SphinxProperty for the name of the acoustic properties file.
PROP_PROPERTIES_FILE - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty for the name of the acoustic properties file.
PROP_PROPERTIES_FILE - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty for the name of the acoustic properties file.
PROP_PROPERTIES_FILE - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The SphinxProperty for the name of the acoustic properties file.
PROP_PROPERTIES_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_PROPERTIES_FILE.
PROP_PROPERTIES_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_PROPERTIES_FILE.
PROP_PROPERTIES_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_PROPERTIES_FILE.
PROP_PROPERTIES_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_PROPERTIES_FILE.
PROP_PRUNER - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Sphinx property that defines the name of the linguist to be used by this search manager.
PROP_PRUNER - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that defines the name of the linguist to be used by this search manager.
PROP_QUERY_LOG_FILE - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Sphinx property for the name of the file that logs all the queried N-grams.
PROP_QUERY_LOG_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for PROP_QUERY_LOG_FILE.
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A Sphinx property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
A Sphinx property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
A Sphinx property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
the sphinx property for the recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
A Sphinx property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
A Sphinx property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The Sphinx property that specifies the recognizer to use
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The Sphinx property that specifies the recognizer to use
PROP_RELATIVE_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
Property that sets the minimum score relative to the maximum score in the list for pruning.
PROP_RELATIVE_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListFactory
Property that sets the minimum score relative to the maximum score in the list for pruning.
PROP_RELATIVE_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx4 property that specifies the relative beam width
PROP_RELATIVE_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.research.parallel.TokenScorePruner
 
PROP_RELATIVE_BEAM_WIDTH_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
The default value for the PROP_RELATIVE_BEAM_WIDTH property
PROP_RELATIVE_BEAM_WIDTH_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListFactory
The default value for the PROP_RELATIVE_BEAM_WIDTH property
PROP_RELATIVE_BEAM_WIDTH_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx4 property that specifies the default value for the relative beam width
PROP_RELATIVE_BEAM_WIDTH_DEFAULT - Static variable in class edu.cmu.sphinx.research.parallel.TokenScorePruner
 
PROP_RELATIVE_WORD_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Sphinx4 property that specifies the relative word beam width
PROP_RELATIVE_WORD_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Property that sets the minimum score relative to the maximum score in the word list for pruning.
PROP_RELATIVE_WORD_BEAM_WIDTH_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Sphinx4 property that specifies the default value for the relative word beam width
PROP_RELATIVE_WORD_BEAM_WIDTH_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
The default value for the PROP_RELATIVE_WORD_BEAM_WIDTH property
PROP_REPLACE_NTH_WITH_PREVIOUS - Static variable in class edu.cmu.sphinx.frontend.feature.FrameDropper
The SphinxProperty that specifies whether to replace the Nth frame with the previous frame.
PROP_REPLACE_NTH_WITH_PREVIOUS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.feature.FrameDropper
The default value of PROP_REPLACE_NTH_WITH_PREVIOUS.
PROP_RIGHT_CONTEXT_SIZE - Static variable in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Sphinx property that defines the right context size
PROP_RIGHT_CONTEXT_SIZE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
The default value for PROP_RIGHT_CONTEXT_SIZE
PROP_SAMPLE_RATE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
SphinxProperty for the sample rate.
PROP_SAMPLE_RATE - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
SphinxProperty for the sample rate of the data.
PROP_SAMPLE_RATE - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The sphinx property that defines the sample rate
PROP_SAMPLE_RATE - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
SphinxProperty for the sample rate.
PROP_SAMPLE_RATE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
Default value for PROP_SAMPLE_RATE.
PROP_SAMPLE_RATE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Default value for PROP_SAMPLE_RATE.
PROP_SAMPLE_RATE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The default value for PROP_SAMPLE_RATE
PROP_SAMPLE_RATE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
Default value for PROP_SAMPLE_RATE.
PROP_SAVE_CONFIG_AS_XML - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
Sphinx property that is used to indicate whether or not this monitor should save the configuration in an XML document
PROP_SAVE_CONFIG_AS_XML_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
The default value for PROP_SAVE_CONFIG_AS_XML
PROP_SCOREABLES_KEEP_FEATURE - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
A SphinxProperty specifying whether the scoreables should keep a reference to the scored features.
PROP_SCOREABLES_KEEP_FEATURE_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
The default value for PROP_SCOREABLES_KEEP_FEATURE.
PROP_SCORER - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Sphinx property that defines the name of the scorer to be used by this search manager.
PROP_SCORER - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sphinx property that defines the name of the scorer to be used by this search manager.
PROP_SCORER - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
The sphinx property for scorer used.
PROP_SEARCH_MANAGER - Static variable in class edu.cmu.sphinx.decoder.Decoder
The sphinx property name for the name of the search manager to use
PROP_SELECT_CHANNEL - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The Sphinx property that specifies the channel to use if the audio is stereo
PROP_SELECT_CHANNEL_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The default value of PROP_SELECT_CHANNEL.
PROP_SELECT_MIXER - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The Sphinx property that specifies the mixer to use.
PROP_SELECT_MIXER_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The default value of PROP_SELECT_MIXER.
PROP_SHOW_ALIGNED_RESULTS - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A sphinx property that define whether recognition results should be displayed.
PROP_SHOW_ALIGNED_RESULTS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The default setting of PROP_SHOW_ALIGNED_RESULTS
PROP_SHOW_COMPILATION_PROGRESS - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Property to control whether compilation progress is displayed on stdout.
PROP_SHOW_COMPILATION_PROGRESS_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_SHOW_COMPILATION_PROGRESS.
PROP_SHOW_CONFIG - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
Sphinx property that is used to indicate whether or not this monitor should show the current configuration.
PROP_SHOW_CONFIG_AS_GDL - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
Sphinx property that is used to indicate whether or not this monitor should dump the configuration in an GDL document
PROP_SHOW_CONFIG_AS_GDL_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
The default value for PROP_SHOW_CONFIG_AS_GDL_DEFAULT
PROP_SHOW_CONFIG_AS_HTML - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
Sphinx property that is used to indicate whether or not this monitor should dump the configuration in an HTML document
PROP_SHOW_CONFIG_AS_HTML_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
The default value for PROP_SHOW_CONFIG_AS_HTML_DEFAULT
PROP_SHOW_CONFIG_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
The default value for PROP_SHOW_CONFIG
PROP_SHOW_CREATIONS - Static variable in class edu.cmu.sphinx.util.props.ConfigurationManager
Sphinx Property that defines whether or not the configuration manager will trace object creations
PROP_SHOW_CREATIONS_DEFAULT - Static variable in class edu.cmu.sphinx.util.props.ConfigurationManager
The default value for PROP_SHOW_CREATIONS
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A sphinx property that define whether detailed accuracy information is displayed
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
A sphinx property that define whether detailed accuracy information is displayed
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
A sphinx property that define whether detailed accuracy information is displayed
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
A sphinx property that define whether detailed accuracy information is displayed
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
A sphinx property that define whether detailed accuracy information is displayed
PROP_SHOW_DETAILS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_DETAILS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_DETAILS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_DETAILS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_DETAILS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_FULL_PATH - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A sphinx property that define whether the full token path is displayed
PROP_SHOW_FULL_PATH_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The default setting of PROP_SHOW_FULL_PATH
PROP_SHOW_GAP_INSERTIONS - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
SphinxProperty specifying whether to print out the gap insertion errors.
PROP_SHOW_GAP_INSERTIONS_DEFAULT - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
Default value for PROP_SHOW_GAP_INSERTIONS.
PROP_SHOW_GRAMMAR - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Property to control the the dumping of the grammar
PROP_SHOW_GRAMMAR_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
The default value for PROP_SHOW_GRAMMAR.
PROP_SHOW_RAW_RESULTS - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A sphinx property that define whether recognition results should be displayed.
PROP_SHOW_RAW_RESULTS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The default setting of PROP_SHOW_RAW_RESULTS
PROP_SHOW_RESPONSE_TIME - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
A sphinx property that define whether detailed response information is displayed
PROP_SHOW_RESPONSE_TIME_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The default setting of PROP_SHOW_RESPONSE
PROP_SHOW_RESULTS - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A sphinx property that define whether recognition results should be displayed.
PROP_SHOW_RESULTS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_SEARCH_SPACE - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Property to control the the dumping of the search space
PROP_SHOW_SEARCH_SPACE_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_SHOW_SEARCH_SPACE.
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
A sphinx property that define whether summary accuracy information is displayed
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
A sphinx property that define whether summary accuracy information is displayed
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
A sphinx property that define whether summary accuracy information is displayed
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
A sphinx property that define whether summary accuracy information is displayed
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
A sphinx property that define whether summary accuracy information is displayed
PROP_SHOW_SUMMARY_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The default setting of PROP_SHOW_SUMMARY
PROP_SHOW_SUMMARY_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
The default setting of PROP_SHOW_SUMMARY
PROP_SHOW_SUMMARY_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
The default setting of PROP_SHOW_SUMMARY
PROP_SHOW_SUMMARY_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
The default setting of PROP_SHOW_SUMMARY
PROP_SHOW_SUMMARY_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The default setting of PROP_SHOW_SUMMARY
PROP_SHOW_TIMERS - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
A sphinx property that define whether detailed timer information is displayed
PROP_SHOW_TIMERS_DEFAULT - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The default setting of PROP_SHOW_DETAILS
PROP_SHOW_TOKEN_COUNT - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
A sphinx property than, when set to true will cause the recognizer to count up all the tokens in the active list after every frame.
PROP_SHOW_TOKEN_COUNT - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
A sphinx property than, when set to true will cause the recognizer to count up all the tokens in the active list after every frame.
PROP_SHOW_TOKEN_COUNT_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
The default value for the PROP_SHOW_TOKEN_COUNT property
PROP_SHOW_TOKEN_COUNT_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The default value for the PROP_SHOW_TOKEN_COUNT property
PROP_SIGNED - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Property specify whether the data is signed.
PROP_SIGNED_DATA - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The SphinxProperty specifying whether the input data is signed.
PROP_SIGNED_DATA_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The default value of PROP_SIGNED_DATA.
PROP_SIGNED_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
Default value for PROP_SIGNED.
PROP_SILENCE_FILE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies the silence audio file, if any.
PROP_SILENCE_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The default value for PROP_SILENCE_FILE.
PROP_SILENCE_INSERTION_PROBABILITY - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Silence insertion probability property
PROP_SILENCE_INSERTION_PROBABILITY_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_SILENCE_INSERTION_PROBABILITY.
PROP_SKIP - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies the number of files to skip for every file read.
PROP_SKIP - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The SphinxProperty name for how many files to skip for every decode.
PROP_SKIP - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The SphinxProperty name for how many files to skip for every decode.
PROP_SKIP_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The default value for PROP_SKIP.
PROP_SKIP_DEFAULT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The default value for the property PROP_SKIP.
PROP_SKIP_DEFAULT - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The default value for the property PROP_SKIP.
PROP_SKIP_HMMS - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The SphinxProperty specifying whether to skip HMMs during dumping.
PROP_SKIP_HMMS_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The default value for PROP_SKIP_HMMS.
PROP_SPARSE_FORM - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The SphinxProperty specifying whether the transition matrices of the acoustic model is in sparse form, i.e., omitting the zeros of the non-transitioning states.
PROP_SPARSE_FORM - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty specifying whether the transition matrices of the acoustic model is in sparse form, i.e., omitting the zeros of the non-transitioning states.
PROP_SPARSE_FORM - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty specifying whether the transition matrices of the acoustic model is in sparse form, i.e., omitting the zeros of the non-transitioning states.
PROP_SPARSE_FORM - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The SphinxProperty specifying whether the transition matrices of the acoustic model is in sparse form, i.e., omitting the zeros of the non-transitioning states.
PROP_SPARSE_FORM_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_SPARSE_FORM.
PROP_SPARSE_FORM_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_SPARSE_FORM.
PROP_SPARSE_FORM_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_SPARSE_FORM.
PROP_SPARSE_FORM_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_SPARSE_FORM.
PROP_SPEECH_LEADER - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The SphinxProperty for the amount of time (in milliseconds) before speech start to be included as speech data.
PROP_SPEECH_LEADER_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The default value of PROP_SPEECH_LEADER.
PROP_SPEECH_TRAILER - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The SphinxProperty for the amount of time (in milliseconds) after speech ends to be included as speech data.
PROP_SPEECH_TRAILER_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The default value of PROP_SPEECH_TRAILER.
PROP_SPREAD_WORD_PROBABILITIES_ACROSS_PRONUNCIATIONS - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Property that controls whether word probabilities are spread across all pronunciations.
PROP_SPREAD_WORD_PROBABILITIES_ACROSS_PRONUNCIATIONS_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_SPREAD_WORD_PROBABILTIES_ACROSS_PRONUNCIATIONS.
PROP_STACK_CAPACITY - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSimpleLinguist
The sphinx property that specifies the height of the token stacks.
PROP_STACK_CAPACITY_DEFAULT - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSimpleLinguist
The default value for the property PROP_STACK_CAPACITY, which is 0.
PROP_START_FILE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies which file to start at.
PROP_START_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The default value for PROP_START_FILE_DEFAULT.
PROP_START_SPEECH - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The SphinxP roperty for the minimum amount of time in speech (in milliseconds) to be considered as utterance start.
PROP_START_SPEECH_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The default value of PROP_START_SPEECH.
PROP_STEREO_TO_MONO - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The Sphinx property that specifies how to convert stereo audio to mono.
PROP_STEREO_TO_MONO_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The default value of PROP_STEREO_TO_MONO.
PROP_STRICT_PRUNING - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
Property that indicates whether or not the active list will implement 'strict pruning'.
PROP_STRICT_PRUNING - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListFactory
Property that indicates whether or not the active list will implement 'strict pruning'.
PROP_STRICT_PRUNING_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
The default for the PROP_STRICT_PRUNING property
PROP_STRICT_PRUNING_DEFAULT - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListFactory
The default for the PROP_STRICT_PRUNING property
PROP_THRESHOLD - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The SphinxProperty specifying the threshold.
PROP_THRESHOLD_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The default value of PROP_THRESHOLD.
PROP_TIE_LEVEL - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSimpleLinguist
The sphinx property that specifies the level at which the parallel states tie.
PROP_TIE_LEVEL_DEFAULT - Static variable in class edu.cmu.sphinx.research.parallel.ParallelSimpleLinguist
The default value for the property PROP_TIE_LEVEL, which is "unit".
PROP_TOTAL_BATCHES - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The SphinxProperty for the total number of batch jobs the decoding run is being divided into.
PROP_TOTAL_BATCHES_DEFAULT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The default value for the property PROP_TOTAL_BATCHES.
PROP_TOTAL_FILES - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies the total number of files to read.
PROP_TOTAL_FILES_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The default value for PROP_TOTAL_FILES.
PROP_TRANSCRIPT_FILE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The SphinxProperty that specifies the name of the transcript file.
PROP_TRANSCRIPT_FILE_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The default value of PROP_TRANSCRIPT_FILE.
PROP_TRIGRAM_CACHE_SIZE - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
A sphinx property that defines that maxium number of trigrams to be cached
PROP_TRIGRAM_CACHE_SIZE_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for the PROP_TRIGRAM_CACHE_SIZE property
PROP_UNIGRAM_SMEAR_WEIGHT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
A sphinx property that determines the weight of the smear
PROP_UNIGRAM_SMEAR_WEIGHT_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_UNIGRAM_SMEAR_WEIGHT
PROP_UNIGRAM_WEIGHT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The Sphinx Property specifying the unigram weight
PROP_UNIGRAM_WEIGHT_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The default value for PROP_UNIGRAM_WEIGHT
PROP_UNIT_INSERTION_PROBABILITY - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Unit insertion probability property
PROP_UNIT_INSERTION_PROBABILITY_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_UNIT_INSERTION_PROBABILITY.
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
The property that defines the unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
A sphinx property used to define the unit manager to use when building the search graph
PROP_UNIT_MANAGER - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The sphinx property that defines the name of the unit manager that is used to convert strings to Unit objects
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
A sphinx property used to define the unit manager to use when building the search graph
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
A sphinx property used to define the unit manager to use when building the search graph
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The property that defines the unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The property that defines the unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
The property that defines the unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The unit manager
PROP_USE_ADD_TABLE - Static variable in class edu.cmu.sphinx.util.LogMath
Sphinx property that controls whether we use the old, slow (but correct) method of performing the LogMath.add by doing the actual computation.
PROP_USE_ADD_TABLE_DEFAULT - Static variable in class edu.cmu.sphinx.util.LogMath
Default value for whether we use the old, slow (but correct) method of performing the LogMath.add by doing the actual computation.
PROP_USE_CD_UNITS - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The SphinxProperty specifying whether context-dependent units should be used.
PROP_USE_CD_UNITS - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty specifying whether context-dependent units should be used.
PROP_USE_CD_UNITS - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty specifying whether context-dependent units should be used.
PROP_USE_CD_UNITS - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The SphinxProperty specifying whether context-dependent units should be used.
PROP_USE_CD_UNITS_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_USE_CD_UNITS.
PROP_USE_CD_UNITS_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_USE_CD_UNITS.
PROP_USE_CD_UNITS_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_USE_CD_UNITS.
PROP_USE_CD_UNITS_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_USE_CD_UNITS.
PROP_USE_COMPOSITES - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Controls whether we generate composites or CI units when no context is given during a lookup.
PROP_USE_COMPOSITES - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Controls whether we generate composites or CI units when no context is given during a lookup.
PROP_USE_COMPOSITES - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
Controls whether we generate composites or CI units when no context is given during a lookup.
PROP_USE_COMPOSITES - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
Controls whether we generate composites or CI units when no context is given during a lookup.
PROP_USE_COMPOSITES_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
The default value of PROP_USE_COMPOSITES.
PROP_USE_COMPOSITES_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The default value of PROP_USE_COMPOSITES.
PROP_USE_COMPOSITES_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
The default value of PROP_USE_COMPOSITES.
PROP_USE_COMPOSITES_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
The default value of PROP_USE_COMPOSITES.
PROP_USE_POOLED_BATCH_MANAGER - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The SphinxProperty that defines whether or not the decoder should use the pooled batch manager
PROP_USE_POOLED_BATCH_MANAGER_DEFAULT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The default value for the property PROP_USE_POOLED_BATCH_MANAGER.
PROP_VALIDATE_SEARCH_SPACE - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Property to control the the validating of the search space
PROP_VALIDATE_SEARCH_SPACE_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_VALIDATE_SEARCH_SPACE.
PROP_VARIANCE_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Variance floor.
PROP_VARIANCE_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Variance floor.
PROP_VARIANCE_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Variance floor.
PROP_VARIANCE_FLOOR - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Variance floor.
PROP_VARIANCE_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Variance floor default value.
PROP_VARIANCE_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Variance floor default value.
PROP_VARIANCE_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
Variance floor default value.
PROP_VARIANCE_FLOOR_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
Variance floor default value.
PROP_VECTOR_LENGTH - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The SphinxProperty for the length of feature vectors.
PROP_VECTOR_LENGTH - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty for the length of feature vectors.
PROP_VECTOR_LENGTH - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The SphinxProperty for the length of feature vectors.
PROP_VECTOR_LENGTH - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The SphinxProperty for the length of feature vectors.
PROP_VECTOR_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The default value of PROP_VECTOR_LENGTH.
PROP_VECTOR_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_VECTOR_LENGTH.
PROP_VECTOR_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
The default value of PROP_VECTOR_LENGTH.
PROP_VECTOR_LENGTH_DEFAULT - Static variable in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
The default value of PROP_VECTOR_LENGTH.
PROP_VERTICAL_LAYOUT - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The SphinxProperty to specify whether to use vertical graph layout.
PROP_VERTICAL_LAYOUT_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The default value for PROP_VERTICAL_LAYOUT.
PROP_WANT_ENTRY_PRUNING - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
A sphinx property that controls whether or not relative beam pruning will be performed on the entry into a state.
PROP_WANT_ENTRY_PRUNING_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
The default value for the PROP_WANT_ENTRY_PRUNING property
PROP_WANT_ENTRY_PRUNING_DEFAULT - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The default value for the PROP_WANT_ENTRY_PRUNING property
PROP_WANT_UNIGRAM_SMEAR - Static variable in interface edu.cmu.sphinx.linguist.Linguist
A sphinx property that determines whether or not unigram probabilities are smeared through the lex tree
PROP_WANT_UNIGRAM_SMEAR_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_WANT_UNIGRAM_SMEAR
PROP_WARN_NO_PROPERTY - Static variable in class edu.cmu.sphinx.util.SphinxProperties
SphinxProperty specifying whether a warning message should be printed out if a queried property is not defined.
PROP_WARN_NO_PROPERTY_DEFAULT - Static variable in class edu.cmu.sphinx.util.SphinxProperties
The default value of PROP_WARN_NO_PROPERTY.
PROP_WHICH_BATCH - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The SphinxProperty that specified which batch job is to be run.
PROP_WHICH_BATCH_DEFAULT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The default value for the property PROP_WHICH_BATCH.
PROP_WINDOW_SHIFT_MS - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
The SphinxProperty name for window shift in milliseconds, which has a default value of 10F.
PROP_WINDOW_SHIFT_MS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
The default value for PROP_WINDOW_SHIFT_MS.
PROP_WINDOW_SIZE_MS - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
The SphinxProperty name for window size in milliseconds.
PROP_WINDOW_SIZE_MS_DEFAULT - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
The default value for PROP_WINDOW_SIZE_MS.
PROP_WORD_INSERTION_PROBABILITY - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Word insertion probability property
PROP_WORD_INSERTION_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Word insertion probability property
PROP_WORD_INSERTION_PROBABILITY_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The default value for PROP_WORD_INSERTION_PROBABILITY
PROP_WORD_INSERTION_PROBABILITY_DEFAULT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The default value for PROP_WORD_INSERTION_PROBABILITY
PROP_WORD_REPLACEMENT - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The name of the SphinxProperty that specifies the word to substitute when a lookup fails to find the word in the dictionary.
PROP_WORD_REPLACEMENT_DEFAULT - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The default value of PROP_WORD_REPLACEMENT.
ParallelAcousticScorer - class edu.cmu.sphinx.research.parallel.ParallelAcousticScorer.
A parallel acoustic scorer that is capable of scoring multiple feature streams.
ParallelAcousticScorer() - Constructor for class edu.cmu.sphinx.research.parallel.ParallelAcousticScorer
 
ParallelHMMStateState - class edu.cmu.sphinx.research.parallel.ParallelHMMStateState.
Represents an HMMStateState in a feature stream.
ParallelHMMStateState(SentenceHMMState, FeatureStream, HMMState, int) - Constructor for class edu.cmu.sphinx.research.parallel.ParallelHMMStateState
Creates a ParallelHMMStateState
ParallelSearchManager - class edu.cmu.sphinx.research.parallel.ParallelSearchManager.
Performs recognition on parallel feature streams.
ParallelSearchManager() - Constructor for class edu.cmu.sphinx.research.parallel.ParallelSearchManager
 
ParallelSimpleLinguist - class edu.cmu.sphinx.research.parallel.ParallelSimpleLinguist.
A extended form of the FlatLinguist that creates a search graph with states for multiple feature streams.
ParallelSimpleLinguist() - Constructor for class edu.cmu.sphinx.research.parallel.ParallelSimpleLinguist
 
ParallelState - interface edu.cmu.sphinx.research.parallel.ParallelState.
A SentenceHMMState in a parallel branch.
ParallelToken - class edu.cmu.sphinx.research.parallel.ParallelToken.
A Token for the within parallel stream sentence HMM states.
ParallelToken(ParallelToken, SentenceHMMState, float, float, int) - Constructor for class edu.cmu.sphinx.research.parallel.ParallelToken
Constructs a ParallelToken
ParallelToken(ParallelToken, SentenceHMMState, float, float, int, int) - Constructor for class edu.cmu.sphinx.research.parallel.ParallelToken
Constructs a ParallelToken
ParallelToken(ParallelToken, SentenceHMMState, float, float, int, String) - Constructor for class edu.cmu.sphinx.research.parallel.ParallelToken
Constructs a ParallelToken
ParallelToken(SentenceHMMState, FeatureStream, int) - Constructor for class edu.cmu.sphinx.research.parallel.ParallelToken
Constructs a ParallelToken with no predecessors, i.e., this is the ParallelToken at the first state of the SentenceHMM.
ParallelUnitState - class edu.cmu.sphinx.research.parallel.ParallelUnitState.
Represents an UnitState in one particular feature stream, in a search graph with states for multiple feature streams.
ParallelUnitState(PronunciationState, FeatureStream, int, Unit, int) - Constructor for class edu.cmu.sphinx.research.parallel.ParallelUnitState
Creates a ParallelUnitState
PartitionActiveListFactory - class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory.
A factory for PartitionActiveLists
PartitionActiveListFactory() - Constructor for class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
 
Partitioner - class edu.cmu.sphinx.decoder.search.Partitioner.
Partitions a list of tokens according to the token score.
Partitioner() - Constructor for class edu.cmu.sphinx.decoder.search.Partitioner
 
Path - interface edu.cmu.sphinx.result.Path.
Represents a path of words through the recognition result lattice.
Pool - class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool.
Used to pool shared objects in the acoustic model
Pool(String) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Creates a new pool
PooledBatchManager - class edu.cmu.sphinx.util.PooledBatchManager.
A simple implementation of the batch manager suitable for single threaded batch processing
PooledBatchManager(String, int) - Constructor for class edu.cmu.sphinx.util.PooledBatchManager
Creates a pooled batch manager
Preemphasizer - class edu.cmu.sphinx.frontend.filter.Preemphasizer.
Implements a high-pass filter that compensates for attenuation in the audio data.
Preemphasizer() - Constructor for class edu.cmu.sphinx.frontend.filter.Preemphasizer
 
Pronunciation - class edu.cmu.sphinx.linguist.dictionary.Pronunciation.
Provides pronunciation information for a word.
PronunciationState - class edu.cmu.sphinx.linguist.flat.PronunciationState.
Represents a pronunciation in an SentenceHMMS
PronunciationState(WordState, int) - Constructor for class edu.cmu.sphinx.linguist.flat.PronunciationState
Creates a PronunciationState
PronunciationState(String, Pronunciation, int) - Constructor for class edu.cmu.sphinx.linguist.flat.PronunciationState
Creates a PronunciationState
PropertiesDumper - class edu.cmu.sphinx.linguist.acoustic.tiedstate.PropertiesDumper.
Dumps out information about an acoustic model.
PropertiesDumper(String) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties file.
PropertiesDumper(Properties) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties.
PropertiesDumper - class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper.
Dumps out information about an acoustic model.
PropertiesDumper(String) - Constructor for class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties file.
PropertiesDumper(Properties) - Constructor for class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties.
PropertiesDumper - class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper.
Dumps out information about an acoustic model.
PropertiesDumper(String) - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties file.
PropertiesDumper(Properties) - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties.
PropertiesDumper - class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.PropertiesDumper.
Dumps out information about an acoustic model.
PropertiesDumper(String) - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties file.
PropertiesDumper(Properties) - Constructor for class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties.
PropertyException - exception edu.cmu.sphinx.util.props.PropertyException.
Indicates that a problem occurred while setting one or more properties for this component
PropertyException(Configurable, String, String) - Constructor for class edu.cmu.sphinx.util.props.PropertyException
Creates a new property exception
PropertySheet - interface edu.cmu.sphinx.util.props.PropertySheet.
A property sheet defines a collection of properties for a single component in the system.
PropertyType - class edu.cmu.sphinx.util.props.PropertyType.
an enum-style type that defines the possible property types.
Pruner - interface edu.cmu.sphinx.decoder.pruner.Pruner.
Provides a mechanism for pruning a set of StateTokens
pad(int) - Static method in class edu.cmu.sphinx.util.Utilities
Returns a string with the given number of spaces.
pad(String, int) - Static method in class edu.cmu.sphinx.util.Utilities
Pads with spaces or truncates the given string to guarantee that it is exactly the desired length.
pad(int, int) - Static method in class edu.cmu.sphinx.util.Utilities
Pads with spaces or truncates the given int to guarantee that it is exactly the desired length.
pad(double, int) - Static method in class edu.cmu.sphinx.util.Utilities
Pads with spaces or truncates the given double to guarantee that it is exactly the desired length.
paint(Graphics) - Method in class edu.cmu.sphinx.tools.audio.SpectrogramPanel
Paint the component.
paintComponent(Graphics) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Repaints the component with the given Graphics.
parseTags(RuleParse) - Method in class edu.cmu.sphinx.tools.tags.ActionTagsParser
Convert the tags embedded in the RuleParse to ECMAScript and then process them within the scope of this parser.
partition(Token[], int, int) - Method in class edu.cmu.sphinx.decoder.search.Partitioner
Partitions the given array of tokens in place, so that the highest scoring n token will be at the beginning of the array, not in any order.
pause() - Method in class edu.cmu.sphinx.jsapi.SphinxRecognizer
Pauses the audio stream for the engine, puts the engine into the PAUSED state
play(int, int) - Method in class edu.cmu.sphinx.tools.audio.AudioPlayer
Notifies the AudioPlayer thread to play the audio.
plot(Data) - Method in class edu.cmu.sphinx.frontend.util.EnergyPlotter
Plots the energy values of the given Data to System.out.
populateAudio(String) - Static method in class edu.cmu.sphinx.tools.audio.AudioTool
 
precomputeDistance() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Pre-compute factors for the Mahalanobis distance.
print(String) - Static method in class edu.cmu.sphinx.tools.tags.ActionTagsParser
A debug utility that can be referenced within ECMAScript source.
printNISTSentenceSummary() - Method in class edu.cmu.sphinx.util.NISTAlign
Prints the results for this sentence to System.out.
printNISTTotalSummary() - Method in class edu.cmu.sphinx.util.NISTAlign
Prints the summary for all calls to align to System.out.
printSentenceSummary() - Method in class edu.cmu.sphinx.util.NISTAlign
Prints the results for this sentence to System.out.
printTotalSummary() - Method in class edu.cmu.sphinx.util.NISTAlign
Prints the total summary for all calls.
prune(ActiveList) - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
prunes the given set of states
prune(ActiveList) - Method in interface edu.cmu.sphinx.decoder.pruner.Pruner
prunes the given set of states
prune(ActiveList) - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
prunes the given set of states
prune(ActiveList) - Method in class edu.cmu.sphinx.research.parallel.TokenScorePruner
Prunes the set of tokens in the given ActiveList.
purge() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Purges the active list of excess members returning a (potentially new) active list
purge() - Method in class edu.cmu.sphinx.decoder.search.AlternateHypothesisManager
Purge all but max number of alternate preceding token hypotheses.
put(HMM) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
Put an HMM into this manager
put(int, Object) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Places the given object in the pool
put(String, Object) - Method in class edu.cmu.sphinx.tools.tags.ObjectTagsParser
Put the given object with the given name in the global namespace of the parser.
putResponse(String) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Outputs a response to the sender.

R

READY - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer is ready to recognize
RECOGNIZING - Static variable in class edu.cmu.sphinx.recognizer.RecognizerState
The recognizer is recognizing speech
RED - Static variable in class edu.cmu.sphinx.linguist.flat.Color
The Color red
RESOURCE - Static variable in class edu.cmu.sphinx.util.props.PropertyType
A Resource type.
RaisedCosineWindower - class edu.cmu.sphinx.frontend.window.RaisedCosineWindower.
Slices up a Data object into a number of overlapping windows (usually refered to as "frames" in the speech world).
RaisedCosineWindower() - Constructor for class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
RawReader - class edu.cmu.sphinx.tools.audio.RawReader.
Reads a raw audio file (i.e., a file that is just plain raw samples and nothing else) and converts it to signed data.
RawReader() - Constructor for class edu.cmu.sphinx.tools.audio.RawReader
 
RawRecorder - class edu.cmu.sphinx.tools.audio.RawRecorder.
Grabs audio from the microphone and returns an array of samples.
RawRecorder(AudioFormat) - Constructor for class edu.cmu.sphinx.tools.audio.RawRecorder
Create a new RawRecorder.
RawWriter - class edu.cmu.sphinx.tools.audio.RawWriter.
Writes raw audio to a file, handling sample size, endian format, and signed/unsigned data.
RawWriter(OutputStream, AudioFormat) - Constructor for class edu.cmu.sphinx.tools.audio.RawWriter
 
Recognizer - class edu.cmu.sphinx.recognizer.Recognizer.
The Sphinx-4 recognizer.
Recognizer() - Constructor for class edu.cmu.sphinx.recognizer.Recognizer
 
RecognizerMonitor - class edu.cmu.sphinx.instrumentation.RecognizerMonitor.
Monitor the state transitions of a given recognizer.
RecognizerMonitor() - Constructor for class edu.cmu.sphinx.instrumentation.RecognizerMonitor
 
RecognizerState - class edu.cmu.sphinx.recognizer.RecognizerState.
Defines the possible states of the recognizer.
ReferenceSource - interface edu.cmu.sphinx.util.ReferenceSource.
A source of reference texts.
Registry - class edu.cmu.sphinx.util.props.Registry.
Used to register properties
RejectionTracker - class edu.cmu.sphinx.instrumentation.RejectionTracker.
Tracks and reports rejection accuracy.
RejectionTracker() - Constructor for class edu.cmu.sphinx.instrumentation.RejectionTracker
 
Resetable - interface edu.cmu.sphinx.util.props.Resetable.
Defines the interface for an object that is resetable
Result - class edu.cmu.sphinx.result.Result.
Provides recognition results.
Result(AlternateHypothesisManager, ActiveList, List, int, boolean, LogMath) - Constructor for class edu.cmu.sphinx.result.Result
Creates a result
Result(ActiveList, List, int, boolean, LogMath) - Constructor for class edu.cmu.sphinx.result.Result
Creates a result
ResultAnalyzer - class edu.cmu.sphinx.util.ResultAnalyzer.
Compares a reference result strings to actual result strings and keeps track of statistics with regard to the strings
ResultAnalyzer(boolean) - Constructor for class edu.cmu.sphinx.util.ResultAnalyzer
Creates a result analyzer
ResultListener - interface edu.cmu.sphinx.result.ResultListener.
The listener interface for being informed when new results are generated.
read() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
read(byte[]) - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
read(byte[], int, int) - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
readAudioData(InputStream, AudioFormat) - Static method in class edu.cmu.sphinx.tools.audio.RawReader
Reads raw bytes from the given audioStream and returns big endian signed samples based on the audioFormat.
readAudioFile(String) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Attempts to read an audio file using the Java Sound APIs.
readLittleEndianFloat(DataInputStream) - Static method in class edu.cmu.sphinx.util.Utilities
Reads the next float from the given DataInputStream, where the data is in little endian.
readLittleEndianInt(DataInputStream) - Static method in class edu.cmu.sphinx.util.Utilities
Reads the next little-endian integer from the given DataInputStream.
readRawFile(String) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Reads the given stream in as 16kHz 16-bit signed PCM big endian audio data and returns an audio clip.
recognize(int) - Method in interface edu.cmu.sphinx.decoder.search.SearchManager
Performs recognition.
recognize(int) - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Performs the recognition for the given number of frames.
recognize(int) - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Performs the recognition for the given number of frames.
recognize(String) - Method in class edu.cmu.sphinx.recognizer.Recognizer
Performs recognition for the given number of input frames, or until a 'final' result is generated.
recognize() - Method in class edu.cmu.sphinx.recognizer.Recognizer
Performs recognition for the given number of input frames, or until a 'final' result is generated.
recognize(int) - Method in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
Performs recognition.
reflectionCoeffsToARParameters(double[], int) - Method in class edu.cmu.sphinx.frontend.frequencywarp.LinearPredictor
Computes AR parameters from a given set of reflection coefficients.
register(String, Registry) - Method in class edu.cmu.sphinx.decoder.Decoder
 
register(String, Registry) - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
 
register(String, Registry) - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
 
register(String, Registry) - Method in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
 
register(String, Registry) - Method in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
 
register(String, Registry) - Method in class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
 
register(String, Registry) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
 
register(String, Registry) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
 
register(String, Registry) - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
register(String, Registry) - Method in class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
 
register(String, Registry) - Method in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
 
register(String, Registry) - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.FrontEnd
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.feature.BatchCMN
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.feature.DeltasFeatureExtractor
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.feature.FrameDropper
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.feature.LiveCMN
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.filter.Preemphasizer
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.util.DataDumper
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.util.Microphone
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.util.StreamDataSource
 
register(String, Registry) - Method in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
register(String, Registry) - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
register(String, Registry) - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
 
register(String, Registry) - Method in class edu.cmu.sphinx.instrumentation.ConfigMonitor
 
register(String, Registry) - Method in class edu.cmu.sphinx.instrumentation.MemoryTracker
 
register(String, Registry) - Method in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
 
register(String, Registry) - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
register(String, Registry) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
register(String, Registry) - Method in class edu.cmu.sphinx.jsapi.JSGFGrammar
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.LinguistProcessor
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.acoustic.UnitManager
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.language.grammar.LMGrammar
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.util.GDLDumper
 
register(String, Registry) - Method in class edu.cmu.sphinx.linguist.util.LinguistDumper
 
register(String, Registry) - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
register(String, Registry) - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
register(String, Registry) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.Model
 
register(String, Registry) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.ModelLoader
 
register(String, Registry) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.Model
 
register(String, Registry) - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.ModelLoader
 
register(String, Registry) - Method in class edu.cmu.sphinx.recognizer.Recognizer
 
register(String, Registry) - Method in class edu.cmu.sphinx.research.parallel.FeatureStream
 
register(String, Registry) - Method in class edu.cmu.sphinx.research.parallel.ParallelAcousticScorer
 
register(String, Registry) - Method in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
 
register(String, Registry) - Method in class edu.cmu.sphinx.research.parallel.ParallelSimpleLinguist
 
register(String, Registry) - Method in class edu.cmu.sphinx.research.parallel.TokenScorePruner
 
register(String, Registry) - Method in class edu.cmu.sphinx.result.MAPConfidenceScorer
 
register(String, Registry) - Method in class edu.cmu.sphinx.result.SausageMaker
 
register(String, Registry) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
register(String, Registry) - Method in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
 
register(String, Registry) - Method in class edu.cmu.sphinx.util.LogMath
 
register(String, Registry) - Method in interface edu.cmu.sphinx.util.props.Configurable
Register my properties.
register(String, PropertyType) - Method in class edu.cmu.sphinx.util.props.Registry
Registers a property with this registry
removeChangeListener(ChangeListener) - Method in class edu.cmu.sphinx.tools.audio.AudioData
Remove a ChangeListener.
removeLeavingEdge(Edge) - Method in class edu.cmu.sphinx.result.Node
Remove an Edge to this Node
removeResultListener(ResultListener) - Method in class edu.cmu.sphinx.decoder.Decoder
Removes a previously added result listener.
removeResultListener(ResultListener) - Method in class edu.cmu.sphinx.recognizer.Recognizer
Removes a previously added result listener.
removeSignalListener(SignalListener) - Method in class edu.cmu.sphinx.frontend.FrontEnd
Removes a listener for signals.
removeStateListener(StateListener) - Method in class edu.cmu.sphinx.recognizer.Recognizer
Removes a previously added state listener.
removeTokensByStamp(List, String) - Method in class edu.cmu.sphinx.research.parallel.SameStampScoreCombiner
Remove all tokens in the given token list that has the given stamp.
replace(Token, Token) - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Replaces an old token with a new token
replace(Token, Token) - Method in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Replaces an old token with a new token
replace(Token, Token) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
Replaces an old token with a new token
reset() - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
reset() - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
Resets the beam statistics
reset() - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
reset() - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
Resets the speed statistics
reset() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
reset() - Method in class edu.cmu.sphinx.util.Complex
Sets both the real and imaginary parts of this complex number to zero.
reset() - Method in class edu.cmu.sphinx.util.IDGenerator
Resets the ID to zero.
reset() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Resets all the accuracy and error statistics.
reset() - Method in class edu.cmu.sphinx.util.StatisticsVariable
Resets this StatisticsVariable.
reset() - Method in class edu.cmu.sphinx.util.Timer
Resets the timer as if it has never run before.
reset() - Method in interface edu.cmu.sphinx.util.props.Resetable
Resets this component.
resetAll() - Static method in class edu.cmu.sphinx.util.StatisticsVariable
Resets all of the StatisticsVariables in the given context
resetAll() - Static method in class edu.cmu.sphinx.util.Timer
Resets all timers
resetAllProcessed() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Reset process flags for this state and all successor states
resetMonitors() - Method in class edu.cmu.sphinx.recognizer.Recognizer
Resets the monitors monitoring this recognizer
resetTotals() - Method in class edu.cmu.sphinx.util.NISTAlign
Reset the total insertions, deletions, and substitutions counts for this class.
resolve(String) - Static method in class edu.cmu.sphinx.util.StreamFactory
Returns the type of the given data source.
resume() - Method in class edu.cmu.sphinx.jsapi.SphinxRecognizer
Resumes the audio stream for the engine, puts the engine into the RESUMED state
run() - Method in class edu.cmu.sphinx.instrumentation.ConfigMonitor
 
run() - Method in class edu.cmu.sphinx.linguist.LinguistProcessor
 
run() - Method in class edu.cmu.sphinx.linguist.util.LinguistDumper
Dumps the search space hmm in GDL format
run() - Method in class edu.cmu.sphinx.linguist.util.LinguistStats
Dumps the stats of the linguist
run() - Method in class edu.cmu.sphinx.tools.audio.AudioPlayer
Plays the AudioData in a separate thread.
run() - Method in class edu.cmu.sphinx.util.CommandInterpreter
 
run() - Method in class edu.cmu.sphinx.util.SocketCommandInterpreter
 

S

S3FeatureExtractor - class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor.
Computes the delta and double delta of input cepstrum (or plp or ...).
S3FeatureExtractor() - Constructor for class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
 
SENTENCE_END_SPELLING - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Spelling of the sentence end word.
SENTENCE_START_SPELLING - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Spelling of the sentence start word.
SILENCE - Static variable in class edu.cmu.sphinx.linguist.acoustic.UnitManager
The silence unit
SILENCE_NAME - Static variable in class edu.cmu.sphinx.linguist.acoustic.UnitManager
The name for the silence unit
SILENCE_SPELLING - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Spelling of the 'word' that marks a silence
SINGLE - Static variable in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
HMM is at the beginning and the end of the word
STRING - Static variable in class edu.cmu.sphinx.util.props.PropertyType
A String type
STRING_LIST - Static variable in class edu.cmu.sphinx.util.props.PropertyType
An array of strings
SameStampScoreCombiner - class edu.cmu.sphinx.research.parallel.SameStampScoreCombiner.
Combines the various unit feature stream scores in a CombineToken.
SameStampScoreCombiner() - Constructor for class edu.cmu.sphinx.research.parallel.SameStampScoreCombiner
 
SameTimeScoreCombiner - class edu.cmu.sphinx.research.parallel.SameTimeScoreCombiner.
Combines the various unit feature stream scores in a CombineToken.
SameTimeScoreCombiner(int) - Constructor for class edu.cmu.sphinx.research.parallel.SameTimeScoreCombiner
Constructs a SameTimeScoreCombiner.
Sausage - class edu.cmu.sphinx.result.Sausage.
A Sausage is a sequence of confusion sets, one for each position in an utterance.
Sausage(int) - Constructor for class edu.cmu.sphinx.result.Sausage
Construct a new sausage.
SausageMaker - class edu.cmu.sphinx.result.SausageMaker.
The SausageMaker takes word lattices as input and turns them into sausages (Confusion Networks) according to Mangu, Brill and Stolcke, "Finding Consensus in Speech Recognition: word error minimization and other applications of confusion networks", Computer Speech and Language, 2000.
SausageMaker() - Constructor for class edu.cmu.sphinx.result.SausageMaker
Construct an empty sausage maker
SausageMaker(Lattice) - Constructor for class edu.cmu.sphinx.result.SausageMaker
Construct a sausage maker
Saver - interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver.
Generic interface for a saver of acoustic models
ScoreCombiner - interface edu.cmu.sphinx.research.parallel.ScoreCombiner.
Combines the various feature stream scores in a CombineToken.
Scoreable - interface edu.cmu.sphinx.decoder.scorer.Scoreable.
Represents an entity that can be scored against a data
SearchGraph - interface edu.cmu.sphinx.linguist.SearchGraph.
Represents a search graph
SearchManager - interface edu.cmu.sphinx.decoder.search.SearchManager.
Defines the interface for the SearchManager.
SearchState - interface edu.cmu.sphinx.linguist.SearchState.
Represents a single state in a language search space
SearchStateArc - interface edu.cmu.sphinx.linguist.SearchStateArc.
Represents a single state in a language search space
Senone - interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Senone.
Represents a set of acoustic data that can be scored against a feature
SenoneHMM - class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM.
Represents a hidden-markov-model.
SenoneHMM(Unit, SenoneSequence, float[][], HMMPosition) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Constructs an HMM
SenoneHMMState - class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState.
Represents a single state in an HMM
SenoneSequence - class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence.
Contains an ordered list of senones.
SenoneSequence(Senone[]) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence
Constructs a senone sequence
SentenceHMMState - class edu.cmu.sphinx.linguist.flat.SentenceHMMState.
Represents a single state in an SentenceHMM
SentenceHMMStateArc - class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc.
Represents a transition in a sentence HMM.
SentenceHMMStateArc(SentenceHMMState, float, float, float) - Constructor for class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Creates a SentenceHMMStateArc
Signal - class edu.cmu.sphinx.frontend.Signal.
Indicates events like beginning or end of data, data dropped, quality changed, etc..
SignalListener - interface edu.cmu.sphinx.frontend.SignalListener.
The listener interface for being informed when a Signal is generated.
SimpleAcousticScorer - class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer.
A Simple acoustic scorer.
SimpleAcousticScorer() - Constructor for class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
 
SimpleActiveListFactory - class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory.
A factory for simple active lists
SimpleActiveListFactory() - Constructor for class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
 
SimpleActiveListManager - class edu.cmu.sphinx.decoder.search.SimpleActiveListManager.
A list of ActiveLists.
SimpleActiveListManager() - Constructor for class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
 
SimpleBatchManager - class edu.cmu.sphinx.util.SimpleBatchManager.
A simple implementation of the batch manager suitable for single threaded batch processing
SimpleBatchManager(String, int, int, int) - Constructor for class edu.cmu.sphinx.util.SimpleBatchManager
Constructs a SimpleBatchManager object.
SimpleBreadthFirstSearchManager - class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.
Provides the breadth first search.
SimpleBreadthFirstSearchManager() - Constructor for class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
SimpleNGramModel - class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel.
An ascii ARPA language model loader.
SimpleNGramModel() - Constructor for class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
SimplePruner - class edu.cmu.sphinx.decoder.pruner.SimplePruner.
Performs the default pruning behavior which is to invoke the purge on the active list
SimplePruner() - Constructor for class edu.cmu.sphinx.decoder.pruner.SimplePruner
 
SimpleWordListGrammar - class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar.
Defines a grammar based upon a list of words in a file.
SimpleWordListGrammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
 
SimpleWordResult - class edu.cmu.sphinx.result.SimpleWordResult.
Represents a single word result with associated scoring and timing information.
SimpleWordResult(String, double, LogMath) - Constructor for class edu.cmu.sphinx.result.SimpleWordResult
Construct a word result from a string and a confidence score.
SimpleWordResult(Word, int, int, double, double, LogMath) - Constructor for class edu.cmu.sphinx.result.SimpleWordResult
Construct a word result with full information.
SimpleWordResult(Node, double, LogMath) - Constructor for class edu.cmu.sphinx.result.SimpleWordResult
Construct a WordResult using a Node object and a confidence (posterior).
Sinusoid - class edu.cmu.sphinx.tools.audio.Sinusoid.
A 16bit, linear SIGNED_PCM, big endian, sinusoid with a sample rate of 16kHz.
Sinusoid(double, double, double, double) - Constructor for class edu.cmu.sphinx.tools.audio.Sinusoid
Creates a 16bit, linear SIGNED_PCM, big endian, sinusoid with a sample rate of 16kHz.
SocketCommandClient - class edu.cmu.sphinx.util.SocketCommandClient.
A client for a socketed command interpreter.
SocketCommandClient(String, int) - Constructor for class edu.cmu.sphinx.util.SocketCommandClient
Creates a socket command client at the given host and port.
SocketCommandClient() - Constructor for class edu.cmu.sphinx.util.SocketCommandClient
Creats a SocketCommandClient with no connection open must be called.
SocketCommandInterpreter - class edu.cmu.sphinx.util.SocketCommandInterpreter.
This class is a command interpreter.
SocketCommandInterpreter(int) - Constructor for class edu.cmu.sphinx.util.SocketCommandInterpreter
Creates a command interpreter at the given port.
SortingActiveListFactory - class edu.cmu.sphinx.decoder.search.SortingActiveListFactory.
 
SortingActiveListFactory() - Constructor for class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
 
SpectrogramPanel - class edu.cmu.sphinx.tools.audio.SpectrogramPanel.
Converts a set of log magnitude Spectrum data into a graphical representation.
SpectrogramPanel(FrontEnd, StreamDataSource, AudioData) - Constructor for class edu.cmu.sphinx.tools.audio.SpectrogramPanel
Creates a new SpectrogramPanel for the given AudioData.
SpeechClassifier - class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier.
Implements a level tracking endpointer invented by Bent Schmidt Nielsen.
SpeechClassifier() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
 
SpeechEndSignal - class edu.cmu.sphinx.frontend.endpoint.SpeechEndSignal.
A signal that indicates the end of speech.
SpeechEndSignal() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechEndSignal
Constructs a SpeechEndSignal.
SpeechEndSignal(long) - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechEndSignal
Constructs a SpeechEndSignal with the given creation time.
SpeechMarker - class edu.cmu.sphinx.frontend.endpoint.SpeechMarker.
Converts a stream of SpeechClassifiedData objects, marked as speech and non-speech, and mark out the regions that are considered speech.
SpeechMarker() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
 
SpeechStartSignal - class edu.cmu.sphinx.frontend.endpoint.SpeechStartSignal.
A signal that indicates the start of speech.
SpeechStartSignal() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechStartSignal
Constructs a SpeechStartSignal.
SpeechStartSignal(long) - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechStartSignal
Constructs a SpeechStartSignal at the given time.
SpeedTracker - class edu.cmu.sphinx.instrumentation.SpeedTracker.
Monitors a recognizer for speed
SpeedTracker() - Constructor for class edu.cmu.sphinx.instrumentation.SpeedTracker
 
Sphinx3Loader - class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader.
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
Sphinx3Loader() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
SphinxEngineCentral - class edu.cmu.sphinx.jsapi.SphinxEngineCentral.
Provides a list of SphinxRecognizerModeDesc objects that define the available operating modes of the sphinx recognition engine.
SphinxEngineCentral() - Constructor for class edu.cmu.sphinx.jsapi.SphinxEngineCentral
 
SphinxHelp - class edu.cmu.sphinx.util.SphinxHelp.
This class provides information on Sphinx-4 and how to use it
SphinxHelp() - Constructor for class edu.cmu.sphinx.util.SphinxHelp
 
SphinxLogFormatter - class edu.cmu.sphinx.util.SphinxLogFormatter.
Provides a log formatter for use with sphinx.
SphinxLogFormatter() - Constructor for class edu.cmu.sphinx.util.SphinxLogFormatter
 
SphinxProperties - class edu.cmu.sphinx.util.SphinxProperties.
Manages configuration data for sphinx.
SphinxRecognizer - class edu.cmu.sphinx.jsapi.SphinxRecognizer.
A SphinxRecognizer provides access to Sphinx speech recognition capabilities.
SphinxRecognizer() - Constructor for class edu.cmu.sphinx.jsapi.SphinxRecognizer
Creates the default sphinx recognizer
SphinxRecognizer(SphinxRecognizerModeDesc) - Constructor for class edu.cmu.sphinx.jsapi.SphinxRecognizer
Creates a sphinx 4 recognizer that matches the given mode descriptor
SphinxRecognizerModeDesc - class edu.cmu.sphinx.jsapi.SphinxRecognizerModeDesc.
Provides information about a specific operationg mode of a sphinx recognition engine.
SphinxRecognizerModeDesc() - Constructor for class edu.cmu.sphinx.jsapi.SphinxRecognizerModeDesc
 
StateListener - interface edu.cmu.sphinx.recognizer.StateListener.
The listener interface for receiving recognizer status events
StatePath - class edu.cmu.sphinx.linguist.flat.StatePath.
Represents a path in a SentenceHMM.
StatisticsVariable - class edu.cmu.sphinx.util.StatisticsVariable.
Represents a named value.
StreamCepstrumSource - class edu.cmu.sphinx.frontend.util.StreamCepstrumSource.
Produces Mel-cepstrum data from an InputStream.
StreamCepstrumSource() - Constructor for class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
 
StreamDataSource - class edu.cmu.sphinx.frontend.util.StreamDataSource.
A StreamDataSource converts data from an InputStream into Data objects.
StreamDataSource() - Constructor for class edu.cmu.sphinx.frontend.util.StreamDataSource
 
StreamFactory - class edu.cmu.sphinx.util.StreamFactory.
Supports the loading and saving of files from different sources, e.g., a ZIP file or a plain directory.
StreamFactory() - Constructor for class edu.cmu.sphinx.util.StreamFactory
 
save(String, AudioFileFormat.Type) - Method in class edu.cmu.sphinx.frontend.util.Utterance
Save the audio as a WAV file in the given file.
save(File) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Saves the current configuration to the given file
scaleComplex(Complex, double) - Method in class edu.cmu.sphinx.util.Complex
Method to scale a complex number by a real one.
score(Result) - Method in interface edu.cmu.sphinx.result.ConfidenceScorer
Computes confidences for a Result and returns a ConfidenceResult, a compact representation of all the hypothesis contained in the result together with their per-word and per-path confidences.
score(Result) - Method in class edu.cmu.sphinx.result.MAPConfidenceScorer
Computes confidences for a Result and returns a ConfidenceResult, a compact representation of all the hypothesis contained in the result together with their per-word and per-path confidences.
score(Result) - Method in class edu.cmu.sphinx.result.SausageMaker
 
selectAll() - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Clears the current selection.
sendCommand(String) - Method in class edu.cmu.sphinx.util.SocketCommandClient
sends a command, retries on error which will attempt to repair a dead socket
sendCommandGetResponse(String) - Method in class edu.cmu.sphinx.util.SocketCommandClient
sends a command get a response
set(double, double) - Method in class edu.cmu.sphinx.util.Complex
Sets the real and imaginary parts of this complex number.
setAbsoluteBeamWidth(int) - Method in class edu.cmu.sphinx.research.parallel.TokenScorePruner
Sets the absolute beam width of this TokenScorePruner
setAcousticScore(double) - Method in class edu.cmu.sphinx.result.Edge
Sets the acoustic score
setActiveList(ActiveList) - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sets the ActiveList.
setActiveList(ActiveList) - Method in class edu.cmu.sphinx.research.parallel.FeatureStream
Sets the active list
setAppObject(Object) - Method in class edu.cmu.sphinx.decoder.search.Token
Sets the application object
setAudioData(short[]) - Method in class edu.cmu.sphinx.tools.audio.AudioData
Sets the audio data and notifies all ChangeListeners.
setBackwardScore(double) - Method in class edu.cmu.sphinx.result.Node
 
setBaseURL(URL) - Method in class edu.cmu.sphinx.jsapi.JSGFGrammar
Sets the URL context of the JSGF grammars.
setBatchFile(String) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
Sets the batch file to use for this recogition
setBestToken(Token) - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Sets the best scoring token for this active list
setColor(Color) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the color for this node
setCombinedScore(float) - Method in class edu.cmu.sphinx.research.parallel.CombineToken
Sets the combined score.
setCombinedScore(float) - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Sets the combined score of this ParallelToken.
setDataSource(DataProcessor) - Method in class edu.cmu.sphinx.frontend.FrontEnd
Sets the source of data for this front end.
setDebugging(boolean) - Static method in class edu.cmu.sphinx.tools.tags.ActionTagsUtilities
Turn debugging on or off.
setEnabled(boolean) - Method in class edu.cmu.sphinx.util.StatisticsVariable
Sets the enabled state of this StatisticsVariable
setEta(float) - Method in class edu.cmu.sphinx.research.parallel.FeatureStream
Sets the eta value of this FeatureStream
setFanIn(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the fan in state
setFeature(String, int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Sets a feature for this pool
setFeatureScore(float) - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Sets the feature score of this ParallelToken.
setFinalNode(boolean) - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Sets the 'final' state of the grammar node.
setFinalState(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets this is to be final state
setFloat(String, float) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setForwardScore(double) - Method in class edu.cmu.sphinx.result.Node
 
setInitialNode(Node) - Method in class edu.cmu.sphinx.result.Lattice
Set the initialNode for this Lattice.
setInputStream(InputStream, boolean) - Method in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
Sets the InputStream to read cepstral data from.
setInputStream(InputStream, String) - Method in class edu.cmu.sphinx.frontend.util.StreamDataSource
Sets the InputStream from which this StreamDataSource reads.
setInt(String, int) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setLMScore(double) - Method in class edu.cmu.sphinx.result.Edge
Sets the language model score
setLabels(float[], String[]) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Sets the labels to be used when drawing this panel.
setLastCombineStamp(String) - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Sets the stamp used to identify the last score combination event.
setLastCombineTime(int) - Method in class edu.cmu.sphinx.research.parallel.CombineToken
Sets the last combine time of all the ParallelTokens in this CombineToken.
setLastCombineTime(int) - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Sets the frame number at which score combination takes place.
setLocation(int) - Method in class edu.cmu.sphinx.decoder.search.Token
Sets the location of this Token in the ActiveList.
setLogMath(LogMath) - Method in class edu.cmu.sphinx.result.Lattice
Sets the LogMath to use.
setNumStateOrder(int) - Method in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Sets the total number of state types to be managed
setNumStateOrder(int) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
 
setOffsetFactor(double) - Method in class edu.cmu.sphinx.tools.audio.SpectrogramPanel
Updates the offset factor used to calculate the greyscale values from the intensities.
setPosterior(double) - Method in class edu.cmu.sphinx.result.Node
 
setPredecessor(DataProcessor) - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Sets the predecessor DataProcessor.
setPredecessor(DataProcessor) - Method in interface edu.cmu.sphinx.frontend.DataProcessor
Sets the predecessor DataProcessor.
setPredecessor(DataProcessor) - Method in class edu.cmu.sphinx.frontend.FrontEnd
Sets the source of data for this front end.
setPredecessorClass(Set) - Static method in class edu.cmu.sphinx.decoder.search.Token
Set the predecessor class.
setProcessed(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the processed flag for this state
setPrompt(String) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Sets the prompt for the interpreter
setProperty(String, String) - Method in class edu.cmu.sphinx.util.SphinxProperties
Sets a sphinx property.
setProperty(String, String, String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Sets the property of the given component to the given value.
setPruned(boolean) - Method in class edu.cmu.sphinx.research.parallel.ParallelToken
Sets this ParallelToken to be pruned.
setRaw(String, Object) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Sets the raw property to the given name
setReferenceText(String) - Method in class edu.cmu.sphinx.result.Result
Sets the reference text
setRelativeBeamWidth(float) - Method in class edu.cmu.sphinx.research.parallel.TokenScorePruner
Sets the relative beam width (log domain) of this TokenScorePruner.
setResultList(List) - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sets the result list.
setScore(float) - Method in class edu.cmu.sphinx.decoder.search.Token
Sets the score for this token
setSelectionEnd(int) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Sets the index of the sample of representing the end of the selection
setSelectionStart(int) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Sets the index of the sample of representing the start of the selection
setSharedState(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the shared state flag
setShowAlignedResults(boolean) - Method in class edu.cmu.sphinx.util.NISTAlign
Sets whether aligned results are displayed
setShowResults(boolean) - Method in class edu.cmu.sphinx.util.NISTAlign
Sets whether results are displayed
setSoTimeout(int) - Method in class edu.cmu.sphinx.util.SocketCommandClient
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSocket(Socket) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Sets the Socket for this CommandInterpreter.
setStopAcceptConnections() - Method in class edu.cmu.sphinx.util.SocketCommandInterpreter
Stops this SocketCommandInterpreter from accepting connections.
setStreams(BufferedReader, PrintWriter) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Sets the I/O streams
setString(String, String) - Method in interface edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setTail(StatePath) - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Sets the tail for this state
setTerminalNode(Node) - Method in class edu.cmu.sphinx.result.Lattice
Set the terminalNode for this Lattice.
setTerse(boolean) - Method in class edu.cmu.sphinx.util.SphinxLogFormatter
Sets the level of output
setTrace(boolean) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Sets the trace mode of the command interpreter.
setTrace(boolean) - Method in class edu.cmu.sphinx.util.SocketCommandInterpreter
Sets the trace mode of the command interpreter.
setValue(double) - Method in class edu.cmu.sphinx.util.StatisticsVariable
Sets the value for this StatisticsVariable
setWhich(int) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the index for this state
setWordStart(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the 'wordStart' flag
setWorkingScore(float) - Method in class edu.cmu.sphinx.decoder.search.Token
Sets the working score for this token
shell(String) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
shortArrayToString(short[]) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns the string representation of the given short array.
showConfig() - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Shows the current configuration
showConfig(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Show the configuration for the compnent with the given name
showConfigAsGDL(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Dumps the config as a GDL plot
showConfigAsHTML(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Dumps the config as a set of HTML tables
showCount() - Static method in class edu.cmu.sphinx.decoder.search.Token
Shows the token count
showLatestResult() - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
show the latest result
showMisrecognitions() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Shows the misrecognized utterances.
showResults() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Shows the results for this analyzer
showSummary() - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
show the summary result
showValue() - Method in class edu.cmu.sphinx.tools.tags.ActionTagsParser
A debug utility to show the result value after a RuleParse has been parsed with the parseTags method.
signalOccurred(Signal) - Method in interface edu.cmu.sphinx.frontend.SignalListener
Method called when a signal is detected
signalOccurred(Signal) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
size() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Returns the size of this list
size() - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns the number of words in this sequence
size() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Retrieves the size of the pool
size() - Method in interface edu.cmu.sphinx.result.ConfidenceResult
Get the number of word slots contained in this result
size() - Method in class edu.cmu.sphinx.result.Sausage
size of this sausage in word slots.
skip(int) - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
skipwhite() - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Skip any carriage returns.
sortNodes() - Method in class edu.cmu.sphinx.result.Lattice
Topologically sort the nodes in this lattice.
squaredMagnitudeComplex() - Method in class edu.cmu.sphinx.util.Complex
Method to compute the squared magnitude of a complex number.
start() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Called before a recognition
start() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Called before a recognition
start() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Called before a recognition
start() - Method in class edu.cmu.sphinx.tools.audio.RawRecorder
Start recording.
start() - Method in interface edu.cmu.sphinx.util.BatchManager
Starts processing the batch
start() - Method in class edu.cmu.sphinx.util.PooledBatchManager
Starts processing the batch
start() - Method in class edu.cmu.sphinx.util.SimpleBatchManager
Starts processing the batch
start() - Method in class edu.cmu.sphinx.util.Timer
Starts the timer running.
start(long) - Method in class edu.cmu.sphinx.util.Timer
Starts the timer at the given time.
start(String) - Static method in class edu.cmu.sphinx.util.Timer
Starts a timer by name
startRecognition() - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
starts the pruner
startRecognition() - Method in interface edu.cmu.sphinx.decoder.pruner.Pruner
Starts the pruner
startRecognition() - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
Starts the pruner
startRecognition() - Method in interface edu.cmu.sphinx.decoder.scorer.AcousticScorer
starts the scorer
startRecognition() - Method in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
Starts the scorer
startRecognition() - Method in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
Initializes the scorer
startRecognition() - Method in interface edu.cmu.sphinx.decoder.search.SearchManager
Prepares the SearchManager for recognition.
startRecognition() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Called at the start of recognition.
startRecognition() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Called at the start of recognition.
startRecognition() - Method in interface edu.cmu.sphinx.linguist.Linguist
Called before a recognition.
startRecognition() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Called before a recognition
startRecognition() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Called before a recognition
startRecognition() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Called before a recognition
startRecognition() - Method in class edu.cmu.sphinx.research.parallel.ParallelAcousticScorer
starts the scorer
startRecognition() - Method in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
Prepares the SearchManager for recognition.
startRecognition() - Method in class edu.cmu.sphinx.research.parallel.TokenScorePruner
Starts the pruner
startRecording() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Starts recording audio.
statusChanged(RecognizerState) - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
statusChanged(RecognizerState) - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
 
statusChanged(RecognizerState) - Method in class edu.cmu.sphinx.instrumentation.MemoryTracker
 
statusChanged(RecognizerState) - Method in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
 
statusChanged(RecognizerState) - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
statusChanged(RecognizerState) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
statusChanged(RecognizerState) - Method in interface edu.cmu.sphinx.recognizer.StateListener
Called when the status has changed.
stop() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Called after a recognition
stop() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Called after a recognition
stop() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Called after a recognition
stop() - Method in class edu.cmu.sphinx.tools.audio.RawRecorder
Stop recording and give us the clip.
stop() - Method in interface edu.cmu.sphinx.util.BatchManager
Stops processing the batch
stop() - Method in class edu.cmu.sphinx.util.PooledBatchManager
Stops processing the batch
stop() - Method in class edu.cmu.sphinx.util.SimpleBatchManager
Stops processing the batch
stop(boolean) - Method in class edu.cmu.sphinx.util.Timer
Stops the timer.
stop() - Method in class edu.cmu.sphinx.util.Timer
Stops the timer.
stop(String) - Static method in class edu.cmu.sphinx.util.Timer
Stops a timer by name
stopRecognition() - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
Performs post-recognition cleanup.
stopRecognition() - Method in interface edu.cmu.sphinx.decoder.pruner.Pruner
Performs post-recognition cleanup.
stopRecognition() - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
Performs post-recognition cleanup.
stopRecognition() - Method in interface edu.cmu.sphinx.decoder.scorer.AcousticScorer
stops the scorer
stopRecognition() - Method in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
Performs post-recognition cleanup.
stopRecognition() - Method in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
Performs post-recognition cleanup.
stopRecognition() - Method in interface edu.cmu.sphinx.decoder.search.SearchManager
Performs post-recognition cleanup.
stopRecognition() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Terminates a recognition
stopRecognition() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Terminates a recognition
stopRecognition() - Method in interface edu.cmu.sphinx.linguist.Linguist
Called after a recognition.
stopRecognition() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Called after a recognition
stopRecognition() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Called after a recognition
stopRecognition() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Called after a recognition
stopRecognition() - Method in class edu.cmu.sphinx.research.parallel.ParallelAcousticScorer
stops the scorer
stopRecognition() - Method in class edu.cmu.sphinx.research.parallel.ParallelSearchManager
Performs post-recognition cleanup.
stopRecognition() - Method in class edu.cmu.sphinx.research.parallel.TokenScorePruner
Performs post-recognition cleanup.
stopRecording() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Stops recording audio.
subtractAsLinear(float, float) - Method in class edu.cmu.sphinx.util.LogMath
Returns the difference between two numbers when the arguments and the result are in log.
subtractComplex(Complex, Complex) - Method in class edu.cmu.sphinx.util.Complex
Method to subtract two complex numbers.
swapFloat(float) - Static method in class edu.cmu.sphinx.util.Utilities
Byte-swaps the given float to the other endian.
swapInteger(int) - Static method in class edu.cmu.sphinx.util.Utilities
Byte-swaps the given integer to the other endian.

T

ThreadedAcousticScorer - class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer.
An acoustic scorer that breaks the scoring up into a configurable number of separate threads.
ThreadedAcousticScorer() - Constructor for class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
 
TiedStateAcousticModel - class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel.
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
TiedStateAcousticModel() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
 
Timer - class edu.cmu.sphinx.util.Timer.
Keeps track of execution times.
Token - class edu.cmu.sphinx.decoder.search.Token.
Represents a single state in the recognition trellis.
Token(SearchState, int) - Constructor for class edu.cmu.sphinx.decoder.search.Token
Creates the initial token with the given word history depth
Token(float, float, Token) - Constructor for class edu.cmu.sphinx.decoder.search.Token
Creates a Token with the given acoustic and language scores and predecessor.
TokenGraphDumper - class edu.cmu.sphinx.result.TokenGraphDumper.
Dumps out the GDL graph of all the result token chains in a Result, as well as all the alternate hypotheses along those chains.
TokenGraphDumper(Result) - Constructor for class edu.cmu.sphinx.result.TokenGraphDumper
Constructs a TokenGraphDumper from the given result.
TokenScorePruner - class edu.cmu.sphinx.research.parallel.TokenScorePruner.
Prunes an ActiveList of ParallelTokens based on their scores.
TokenScorePruner() - Constructor for class edu.cmu.sphinx.research.parallel.TokenScorePruner
 
TokenStack - interface edu.cmu.sphinx.decoder.search.TokenStack.
A stack of tokens at a SentenceHMMState, allowing more than one path through the state.
TrivialAcousticModel - class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel.
Represents the generic interface to the Acoustic Model for sphinx4
TrivialAcousticModel() - Constructor for class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
 
timeLinguist(int, int, int) - Method in class edu.cmu.sphinx.linguist.util.LinguistTimer
Times the lingust
toDetailedString() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Returns a detailed string representation of this Pronunication.
toPrettyString() - Method in interface edu.cmu.sphinx.linguist.SearchState
Returns a pretty version of the string representation for this object
toPrettyString() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
 
toShort(byte[], boolean) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Converts a byte array to a signed short value.
toSignedPCM(AudioInputStream) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Turns the AudioInputStream into a 16bit, SIGNED_PCM, big endian audio stream that preserves the original sample rate of the AudioInputStream.
toString() - Method in class edu.cmu.sphinx.decoder.BatchResults
Outputs a string representation of this batch result
toString() - Method in class edu.cmu.sphinx.decoder.search.Token
Retrieves the string representation of this object
toString() - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Returns the name of this BaseDataProcessor.
toString() - Method in class edu.cmu.sphinx.frontend.DataEndSignal
Returns the string "DataEndSignal".
toString() - Method in class edu.cmu.sphinx.frontend.DataStartSignal
Returns the string "DataStartSignal".
toString() - Method in class edu.cmu.sphinx.frontend.DoubleData
Returns a string that describes this DoubleData.
toString() - Method in class edu.cmu.sphinx.frontend.FrontEnd
Returns a description of this FrontEnd in the format: {, ...
toString() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechEndSignal
Returns the string "SpeechEndSignal".
toString() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechStartSignal
Returns the string "SpeechStartSignal".
toString() - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns a string represntation of this word sequence.
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.Context
Provides a string representation of a context
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
Returns a string representation of this object
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.HMMStateArc
returns a string represntation of the arc
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.LeftRightContext
Provides a string representation of a context
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Converts to a string
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Retrieves a string form of this object
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Retrieves a string form of this object
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.PropertiesDumper
Returns a string of the properties.
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Returns the string representation of this object
toString() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
returns a string represntation of this object
toString() - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
Returns a string representation of this FastDictionary in alphabetical order.
toString() - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
Returns a string representation of this FullDictionary in alphabetical order.
toString() - Method in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
Returns a string representation of this Pronunication.
toString() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Returns a string representation of this word, which is the spelling
toString() - Method in class edu.cmu.sphinx.linguist.flat.Color
Returns a string representation of this color
toString() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Returns the string representation of this object
toString() - Method in class edu.cmu.sphinx.linguist.flat.StatePath
Returns the string representation for this StatePath
toString() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Returns the string representation of this object
toString() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndUnitState
 
toString() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
 
toString() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeUnitState
 
toString() - Method in class edu.cmu.sphinx.model.acoustic.TIDIGITS_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Returns a string of the properties.
toString() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_16k_40mel_130Hz_6800Hz.PropertiesDumper
Returns a string of the properties.
toString() - Method in class edu.cmu.sphinx.model.acoustic.WSJ_8gau_13dCep_8kHz_31mel_200Hz_3500Hz.PropertiesDumper
Returns a string of the properties.
toString() - Method in class edu.cmu.sphinx.recognizer.Recognizer
 
toString() - Method in class edu.cmu.sphinx.recognizer.RecognizerState
 
toString() - Method in class edu.cmu.sphinx.research.parallel.CombineToken
Returns the string representation of this object.
toString() - Method in class edu.cmu.sphinx.result.Edge
 
toString() - Method in class edu.cmu.sphinx.result.Node
Returns a description of this Node that contains the word, the start time, and the end time.
toString() - Method in interface edu.cmu.sphinx.result.Path
Returns a string representation of this object
toString() - Method in class edu.cmu.sphinx.result.Result
Returns a string representation of this object
toString() - Method in class edu.cmu.sphinx.result.SimpleWordResult
Return this WordResult as a string.
toString() - Method in interface edu.cmu.sphinx.result.WordResult
Returns a string representation of this object
toString() - Method in class edu.cmu.sphinx.tools.tags.ActionTagsParser
Recurse through the properties in the context/scope of this parser and generate a String from them.
toString() - Method in class edu.cmu.sphinx.util.Complex
Returns this complex number as a string in the format (real, imaginary).
toString() - Method in class edu.cmu.sphinx.util.props.PropertyException
Returns a string representation of this object
toString() - Method in class edu.cmu.sphinx.util.props.PropertyType
 
toText() - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns an English text form of this word sequence, e.g., "this is a".
toUnsignedShort(byte[], boolean) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Converts a byte array into an unsigned short.
trim(int) - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns a word sequence that is no longer than the given size, that is filled in with the newest words from this sequence

U

UNDEFINED - Static variable in class edu.cmu.sphinx.linguist.acoustic.HMMPosition
HMM is at an undefined position n the word
UNKNOWN - Static variable in class edu.cmu.sphinx.linguist.dictionary.Pronunciation
 
UNKNOWN - Static variable in class edu.cmu.sphinx.linguist.dictionary.Word
The Word representing the unknown word.
Unit - class edu.cmu.sphinx.linguist.acoustic.Unit.
Represents a unit of speech.
UnitManager - class edu.cmu.sphinx.linguist.acoustic.UnitManager.
Manages the set of units for a recognizer
UnitManager() - Constructor for class edu.cmu.sphinx.linguist.acoustic.UnitManager
 
UnitSearchState - interface edu.cmu.sphinx.linguist.UnitSearchState.
Represents a unit state in a search space
UnitState - class edu.cmu.sphinx.linguist.flat.UnitState.
Represents a unit in an SentenceHMMS
UnitState(PronunciationState, int, Unit) - Constructor for class edu.cmu.sphinx.linguist.flat.UnitState
Creates a UnitState.
UnitState(Unit, HMMPosition) - Constructor for class edu.cmu.sphinx.linguist.flat.UnitState
Creates a UnitState with the given unit and HMM position.
Utilities - class edu.cmu.sphinx.util.Utilities.
Provides a set of generic utilities
Utils - class edu.cmu.sphinx.tools.audio.Utils.
 
Utterance - class edu.cmu.sphinx.frontend.util.Utterance.
Represents the complete audio data of an utterance.
Utterance(String, AudioFormat) - Constructor for class edu.cmu.sphinx.frontend.util.Utterance
Constructs a default Utterance object.
unget(String) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Puts a string back, the next get will return this string

V

validate() - Method in class edu.cmu.sphinx.decoder.search.Token
Determines if this branch is valid
validate() - Method in class edu.cmu.sphinx.result.Result
Determines if the Result is valid.
validateAll() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Validates this SentenceHMMState and all successors
value - Variable in class edu.cmu.sphinx.util.StatisticsVariable
the value of this StatisticsVariable.
visitStates(SentenceHMMStateVisitor, SentenceHMMState, boolean) - Static method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Visit all of the states starting at start with the given vistor

W

Word - class edu.cmu.sphinx.linguist.dictionary.Word.
Represents a word, its spelling and its pronunciation.
Word(String, Pronunciation[], boolean) - Constructor for class edu.cmu.sphinx.linguist.dictionary.Word
Creates a Word
WordActiveListFactory - class edu.cmu.sphinx.decoder.search.WordActiveListFactory.
A factory for WordActiveList.
WordActiveListFactory() - Constructor for class edu.cmu.sphinx.decoder.search.WordActiveListFactory
 
WordClassification - class edu.cmu.sphinx.linguist.dictionary.WordClassification.
Provides a classification of words
WordPruningBreadthFirstSearchManager - class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager.
Provides the breadth first search.
WordPruningBreadthFirstSearchManager() - Constructor for class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
 
WordResult - interface edu.cmu.sphinx.result.WordResult.
Represents a word in a recognition result.
WordResultPath - class edu.cmu.sphinx.result.WordResultPath.
An implementation of a result Path that computes scores and confidences on the fly.
WordSearchState - interface edu.cmu.sphinx.linguist.WordSearchState.
Represents a single word state in a language search space
WordSequence - class edu.cmu.sphinx.linguist.WordSequence.
This class can be used to keep track of a word sequence.
WordState - class edu.cmu.sphinx.linguist.flat.WordState.
Represents a word in an SentenceHMMS
WordState(AlternativeState, int) - Constructor for class edu.cmu.sphinx.linguist.flat.WordState
Creates a WordState
whitespaceChars(int, int) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Specifies that all the characters between low and hi incluseive are whitespace characters
writeRawFile(AudioData, String) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Writes the given 16kHz 16-bit signed PCM audio clip to the given file as raw big endian data.
writeSample(int) - Method in class edu.cmu.sphinx.tools.audio.RawWriter
Writes the sample to the output stream.

Z

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

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