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

A

AbstractDecoder - Class in edu.cmu.sphinx.decoder
An abstract decoder which implements all functionality which is indpendent of the used decoding-pardigm (pull/push).
AbstractDecoder() - Constructor for class edu.cmu.sphinx.decoder.AbstractDecoder
 
AbstractDecoder(SearchManager, boolean, boolean, List<ResultListener>) - Constructor for class edu.cmu.sphinx.decoder.AbstractDecoder
 
AbstractFeatureExtractor - Class in edu.cmu.sphinx.frontend.feature
Abstract base class for windowed feature extractors like DeltasFeatureExtractor, ConcatFeatureExtractor or S3FeatureExtractor.
AbstractFeatureExtractor(int) - Constructor for class edu.cmu.sphinx.frontend.feature.AbstractFeatureExtractor
 
AbstractFeatureExtractor() - Constructor for class edu.cmu.sphinx.frontend.feature.AbstractFeatureExtractor
 
AbstractSausageMaker - Class in edu.cmu.sphinx.result
Parent to all sausage makers.
AbstractSausageMaker() - Constructor for class edu.cmu.sphinx.result.AbstractSausageMaker
 
AccuracyTracker - Class in edu.cmu.sphinx.instrumentation
Tracks and reports recognition accuracy
AccuracyTracker(Recognizer, boolean, boolean, boolean, boolean, boolean) - Constructor for class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
AccuracyTracker() - Constructor for class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
The property used to define the acoustic model to use when building the search graph
AcousticModel - Interface in edu.cmu.sphinx.linguist.acoustic
Represents the generic interface to the Acoustic Model for sphinx4
AcousticScorer - Interface in edu.cmu.sphinx.decoder.scorer
Provides a mechanism for scoring a set of HMM states
action(String, File) - Method in class edu.cmu.sphinx.tools.gui.GUIMediator
all action will call this method, with its specific command
action(String, JTextArea) - Method in class edu.cmu.sphinx.tools.gui.GUIMediator
action that needs String return, with its specific command
action(String) - Method in class edu.cmu.sphinx.tools.gui.GUIMediator
action command that does not involve File operation
ACTIVE_LIST_PROVIDER - Static variable in class edu.cmu.sphinx.decoder.scorer.BackgroundModelNormalizer
The active list provider used to determined the best token for normalization.
ActiveList - Interface in edu.cmu.sphinx.decoder.search
An active list is maintained as a sorted list

Note that all scores are represented in LogMath logbase

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

B

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

C

Cache<T> - Class in edu.cmu.sphinx.util
Provides a simple object cache.
Cache() - Constructor for class edu.cmu.sphinx.util.Cache
 
cache(T) - Method in class edu.cmu.sphinx.util.Cache
Puts the given object in the cache if it is not already present.
calculateComponentScore(Data) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Calculate scores for each component in the senone's distribution.
calculateComponentScore(Data) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Calculates the scores for each component in the senone.
calculateComponentScore(Data) - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Senone
Calculates the component scores for the mixture components in this senone based upon the given feature.
calculateComponentScore(Data) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Gets the scores for each mixture component in this HMM state
calculateScore(Data) - Method in interface edu.cmu.sphinx.decoder.scorer.Scoreable
Calculates a score against the given data.
calculateScore(Data) - Method in class edu.cmu.sphinx.decoder.search.Token
Calculates a score against the given feature.
calculateScore(Data) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Calculates the score for the senone.
calculateScores(List<? extends Scoreable>) - Method in interface edu.cmu.sphinx.decoder.scorer.AcousticScorer
Scores the given set of states
calculateScores(List<? extends Scoreable>) - Method in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
Scores the given set of states.
calculateVULevels(Data) - Method in class edu.cmu.sphinx.frontend.util.VUMeter
 
calculateVULevels(byte[], int, int) - Method in class edu.cmu.sphinx.frontend.util.VUMeter
 
centerFreqInBark - Variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFilter
The center frequency of the filter in Bark.
centerFreqInHz - Variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFilter
The center frequency of the filter in Hertz.
changeConfigurationPropValue(String, String, String) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
Change the value of a specific property inside one of the configuration sets
changeConfigurationPropValue(String, String, List<String>) - Method in class edu.cmu.sphinx.tools.gui.util.ConfigurableComponent
Change the value of a specific property inside one of the configuration sets
changeSuccessor(Token, Token) - Method in class edu.cmu.sphinx.decoder.search.AlternateHypothesisManager
Change the successor from one token to another
CHARACTER_LITERAL - Static variable in interface edu.cmu.sphinx.jsgf.parser.JSGFParserConstants
RegularExpression Id.
characters(char[], int, int) - Method in class edu.cmu.sphinx.util.props.ConfigHandler
 
charNumber - Variable in exception edu.cmu.sphinx.jsgf.JSGFGrammarParseException
 
checkDuplicateConfigurationSet(String) - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
Check if there is already a configuration set with this name in the whole model
child(SearchState, float, float, float, int) - Method in class edu.cmu.sphinx.decoder.search.Token
Constructs a new token that continues the search from the current token.
CIPhoneLoop - Class in edu.cmu.sphinx.linguist.flat
Constructs a loop of all the context-independent phones.
CIPhoneLoop(AcousticModel, float) - Constructor for class edu.cmu.sphinx.linguist.flat.CIPhoneLoop
Creates the CIPhoneLoop with the given acoustic model and phone insertion probability
ClassBasedLanguageModel - Class in edu.cmu.sphinx.linguist.language.classes
An LM that computes a probability of a word sequence by converting words to classes and asking the class-based probability from a delegate LM.
ClassBasedLanguageModel(ClassMap, LanguageModel, LogMath) - Constructor for class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
 
ClassBasedLanguageModel() - Constructor for class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
 
ClassFinder - Class in edu.cmu.sphinx.tools.gui.util
This class is used mainly to facilitate scanning all the folders of sphinx system, and to filter classes that are Configurable (implements 'edu.cmu.sphinx.util.props.Configurable' in one of the ancestors) and are not of Interface type.
ClassFinder() - Constructor for class edu.cmu.sphinx.tools.gui.util.ClassFinder
 
ClassMap - Class in edu.cmu.sphinx.linguist.language.classes
A component that knows how to map words to classes and vice versa.
ClassMap(URL, LogMath) - Constructor for class edu.cmu.sphinx.linguist.language.classes.ClassMap
 
ClassMap() - Constructor for class edu.cmu.sphinx.linguist.language.classes.ClassMap
 
ClassPresentingDictionary - Class in edu.cmu.sphinx.linguist.language.classes
The only purpose of this class is to present all classes as words in the getWord() method.
ClassPresentingDictionary(ClassMap, Dictionary) - Constructor for class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
ClassPresentingDictionary() - Constructor for class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
ClassTraverseTester - Class in edu.cmu.sphinx.tools.gui.util
This class is used to traverse the sphinx system; used to test if model built is correct
ClassTraverseTester() - Constructor for class edu.cmu.sphinx.tools.gui.util.ClassTraverseTester
 
clear() - Method in class edu.cmu.sphinx.decoder.search.ArrayTokenStack
Removes all of the Tokens from this TokenStack
clear() - Method in interface edu.cmu.sphinx.decoder.search.TokenStack
Removes all of the Tokens from this TokenStack
clear() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Clears all cached audio data.
clearAll() - Method in interface edu.cmu.sphinx.tools.gui.GUIFileActionListener
clear all data in the GUI
clearAll() - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
This method is inherited from GUIFileActionListener Delete all configurable property values that are stored in the Model
clearBuffer() - Method in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
 
clearInstance() - Static method in class edu.cmu.sphinx.util.LogMath
Resets the singelton instance kept by this class.
clone() - Method in class edu.cmu.sphinx.frontend.DoubleData
 
clone() - Method in class edu.cmu.sphinx.frontend.FloatData
 
clone() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
 
clone() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
 
clone() - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Creates a deep copy of the given CM instance.
close() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
close() - Method in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
Do clean up
close() - Method in class edu.cmu.sphinx.util.CommandInterpreter
 
close() - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Closes the tokenizer
close() - Method in class edu.cmu.sphinx.util.SocketCommandClient
Closes the socket connection
CM_FILE_SUFFIX - Static variable in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
The default file suffix of configuration files.
collectStates(SentenceHMMState) - Static method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Collect all states starting from the given start state
CommandInterface - Interface in edu.cmu.sphinx.util
An interface implemented by command functions typically added to a command interpreter
CommandInterpreter - Class in edu.cmu.sphinx.util
This class is a command interpreter.
CommandInterpreter(BufferedReader, PrintWriter) - Constructor for class edu.cmu.sphinx.util.CommandInterpreter
Creates a command interpreter that reads/writes on the given streams.
CommandInterpreter() - Constructor for class edu.cmu.sphinx.util.CommandInterpreter
Creates a command interpreter that won't read a stream.
commentChar(int) - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Specified that the character argument starts a single-line comment.
commitChanges() - Method in class edu.cmu.sphinx.jsgf.JSGFGrammar
Commit changes to all loaded grammars and all changes of grammar since the last commitChange
COMP_LOG_LEVEL - Static variable in class edu.cmu.sphinx.util.props.PropertySheet
 
COMPARATOR - Static variable in interface edu.cmu.sphinx.decoder.scorer.Scoreable
A Scoreable comparator that is used to order scoreables according to their score, in descending order.
Complex - Class in edu.cmu.sphinx.util
Implements complex types and arythmetics
Complex() - Constructor for class edu.cmu.sphinx.util.Complex
Create a default complex number
Complex(double) - Constructor for class edu.cmu.sphinx.util.Complex
Create a complex number from a real one
Complex(double, double) - Constructor for class edu.cmu.sphinx.util.Complex
Create a complex number from the real and imaginary parts
componentAdded(ConfigurationManager, PropertySheet) - Method in interface edu.cmu.sphinx.util.props.ConfigurationChangeListener
Called if a new compoenent defined by ps was registered to the ConfigurationManager cm.
componentRemoved(ConfigurationManager, PropertySheet) - Method in interface edu.cmu.sphinx.util.props.ConfigurationChangeListener
Called if a compoenent defined by ps was unregistered (removed) from the ConfigurationManager cm.
componentRenamed(ConfigurationManager, PropertySheet, String) - Method in interface edu.cmu.sphinx.util.props.ConfigurationChangeListener
Called if a compoenent was renamed.
CompositeSenone - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Represents a composite senone.
CompositeSenone(Senone[], float) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Constructs a CompositeSenone given the set of constiuent senones
computeLogLikes(float[]) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
computeNodePosteriors(float) - Method in class edu.cmu.sphinx.result.Lattice
Compute the utterance-level posterior for every node in the lattice, i.e. the probability that this node occurs on any path through the lattice.
computeNodePosteriors(float, boolean) - Method in class edu.cmu.sphinx.result.Lattice
Compute the utterance-level posterior for every node in the lattice, i.e. the probability that this node occurs on any path through the lattice.
ConcatAudioFileDataSource - Class in edu.cmu.sphinx.frontend.util
Concatenates a list of audio files as one continuous audio stream.
ConcatAudioFileDataSource(int, List<AudioFileProcessListener>) - Constructor for class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
ConcatAudioFileDataSource() - Constructor for class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
ConcatFeatureExtractor - Class in edu.cmu.sphinx.frontend.feature
This component concatenate the cepstrum from the sequence of frames according to the window size.
ConcatFeatureExtractor(int) - Constructor for class edu.cmu.sphinx.frontend.feature.ConcatFeatureExtractor
 
ConcatFeatureExtractor() - Constructor for class edu.cmu.sphinx.frontend.feature.ConcatFeatureExtractor
 
ConcatFileDataSource - Class in edu.cmu.sphinx.frontend.util
Concatenates a list raw headerless audio files as one continuous audio stream.
ConcatFileDataSource(int, int, int, boolean, boolean, boolean, int, int, String, int, int, String, String) - Constructor for class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
 
ConcatFileDataSource() - Constructor for class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
 
ConfCategory - Annotation Type in edu.cmu.sphinx.util.props
An annotation which can be used to tag classes.
ConfidenceResult - Interface in edu.cmu.sphinx.result

Shows the confidence information about a Result.

ConfidenceScorer - Interface in edu.cmu.sphinx.result

Computes confidences for a Result.

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

D

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

E

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

F

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

G

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

Returns the next state as a SentenceHMSMtate

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

H

hasAlternatePredecessors(Token) - Method in class edu.cmu.sphinx.decoder.search.AlternateHypothesisManager
 
hasAncestralRelationship(Node) - Method in class edu.cmu.sphinx.result.Node
Check whether this node has an ancestral relationship with another node (i.e. either this node is an ancestor of the other node, or vice versa)
hasEquivalentLeavingEdges(Node) - Method in class edu.cmu.sphinx.result.Node
Test if a Node has all Edges to the same Nodes and another Node.
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.Context
calculates a hashCode for this context.
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.CompositeSenone
Returns the hashcode for this object
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
Returns the hashcode for this object
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
 
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Returns the hashcode for this state
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence
Returns the hashCode for this object
hashCode() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
calculates a hashCode for this unit.
hashCode() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
 
hashCode() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Returns a hashCode for this object
hashCode() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeEndUnitState
Generate a hashcode for an object
hashCode() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
Generate a hashcode for an object
hashCode() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeUnitState
Generate a hashcode for an object
hashCode() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Generate a hashcode for an object
hashCode() - Method in class edu.cmu.sphinx.linguist.WordSequence
Calculates the hashcode for this object
hashCode() - Method in class edu.cmu.sphinx.result.Node
 
hashCode() - Method in class edu.cmu.sphinx.util.machlearn.OVector
 
hashCode() - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
 
hashCode() - Method in class edu.cmu.sphinx.util.props.PropertySheet
 
hasMoreData() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Returns true if there is more data in the Microphone.
hertzToBark(double) - Method in class edu.cmu.sphinx.frontend.frequencywarp.FrequencyWarper
Compute Bark frequency from linear frequency in Hertz.
hex2Binary(String) - Static method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
HMM - Interface in edu.cmu.sphinx.linguist.acoustic
Represents a hidden-markov-model.
HMMManager - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Manages HMMs.
HMMManager() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
 
HMMPool - Class in edu.cmu.sphinx.linguist.util
The HMMPool provides the ability to manage units via small integer IDs.
HMMPool(AcousticModel, Logger, UnitManager) - Constructor for class edu.cmu.sphinx.linguist.util.HMMPool
Constructs a HMMPool object.
HMMPosition - Enum in edu.cmu.sphinx.linguist.acoustic
Defines possible positions of HMMs.
hmms - Variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
contains HMM instances
HMMSearchState - Interface in edu.cmu.sphinx.linguist
Represents a single hmm state in a language search space
HMMSet - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK
 
HMMSet() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
hmmset - Variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
HMMState - Interface in edu.cmu.sphinx.linguist.acoustic
Represents a single state in an HMM
HMMState - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK
This is simply a GMMDiag with a label which is a HMM name (String) and a state number
HMMState(GMMDiag, Lab) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMState
 
HMMStateArc - Class in edu.cmu.sphinx.linguist.acoustic
Represents a transition to single state in an HMM

All probabilities are maintained in linear base

HMMStateArc(HMMState, float) - Constructor for class edu.cmu.sphinx.linguist.acoustic.HMMStateArc
Constructs an HMMStateArc
HMMStateState - Class in edu.cmu.sphinx.linguist.flat
Represents a hmmState in an SentenceHMMS
HMMStateState(SentenceHMMState, HMMState) - Constructor for class edu.cmu.sphinx.linguist.flat.HMMStateState
Creates a HMMStateState
HTKLoader - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Remark1: S4 does not use HMM tying: the HTK "tiedlist" is not loaded nor user for now Remark2: HTK does nearly never backoff to monophones, whereas S4 might do it.
HTKLoader(String, LogMath, UnitManager, boolean, int, String, boolean, float, float, float) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
HTKLoader() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
HTMLDumper - Class in edu.cmu.sphinx.util.props.tools
Dumps a given configuration manager to HTML.
HTMLDumper() - Constructor for class edu.cmu.sphinx.util.props.tools.HTMLDumper
 

I

IdentHeader() - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
 
IDENTIFIER - Static variable in interface edu.cmu.sphinx.jsgf.parser.JSGFParserConstants
RegularExpression Id.
IDGenerator - Class in edu.cmu.sphinx.util
An ID generator that gives out positive integer IDs and checks for overflow.
IDGenerator() - Constructor for class edu.cmu.sphinx.util.IDGenerator
 
image - Variable in class edu.cmu.sphinx.jsgf.parser.Token
The string image of the token.
IMPORT - Static variable in interface edu.cmu.sphinx.jsgf.parser.JSGFParserConstants
RegularExpression Id.
ImportDeclaration(JSGFRuleGrammar) - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
 
importRef() - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
 
IN_FORMAL_COMMENT - Static variable in interface edu.cmu.sphinx.jsgf.parser.JSGFParserConstants
Lexical state.
IN_MULTI_LINE_COMMENT - Static variable in interface edu.cmu.sphinx.jsgf.parser.JSGFParserConstants
Lexical state.
IN_SINGLE_LINE_COMMENT - Static variable in interface edu.cmu.sphinx.jsgf.parser.JSGFParserConstants
Lexical state.
indexOf(T) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Returns the ID of a given object from the pool.
initialize() - Method in class edu.cmu.sphinx.decoder.FrameDecoder
 
initialize() - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Initializes this DataProcessor.
initialize() - Method in interface edu.cmu.sphinx.frontend.DataProcessor
Initializes this DataProcessor.
initialize() - Method in class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
Initializes this data processor
initialize() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
Initializes this LevelTracker endpointer and DataProcessor predecessor.
initialize() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
Initializes this SpeechMarker
initialize() - Method in class edu.cmu.sphinx.frontend.feature.AbstractFeatureExtractor
 
initialize() - Method in class edu.cmu.sphinx.frontend.feature.BatchAGC
Initializes this BatchCMN.
initialize() - Method in class edu.cmu.sphinx.frontend.feature.BatchCMN
Initializes this BatchCMN.
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.frequencywarp.MelFrequencyFilterBank
 
initialize() - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
Constructs a PLPCepstrumProducer
initialize() - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
Initializes this PLPFrequencyFilterBank object
initialize() - Method in class edu.cmu.sphinx.frontend.FrontEnd
 
initialize() - Method in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
 
initialize() - Method in class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
 
initialize() - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
 
initialize() - Method in class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
Initializes a ConcatFileDataSource.
initialize() - Method in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
Initializes a ConcatFileDataSource.
initialize() - Method in class edu.cmu.sphinx.frontend.util.DataDumper
Constructs a DataDumper
initialize() - Method in class edu.cmu.sphinx.frontend.util.Dither
 
initialize() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Constructs a Microphone with the given InputStream.
initialize() - Method in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
Constructs a StreamCepstrumSource that reads MelCepstrum data from the given path.
initialize() - Method in class edu.cmu.sphinx.frontend.util.StreamDataSource
 
initialize() - Method in class edu.cmu.sphinx.frontend.util.StreamHTKCepstrum
Constructs a StreamCepstrumSource that reads MelCepstrum data from the given path.
initialize() - Method in class edu.cmu.sphinx.frontend.util.WavWriter
Initializes this DataProcessor.
initialize() - Method in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
inSpeech() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
 
INTEGER_LITERAL - Static variable in interface edu.cmu.sphinx.jsgf.parser.JSGFParserConstants
RegularExpression Id.
InternalConfigurationException - Exception in edu.cmu.sphinx.util.props
Indicates that a problem occurred while setting one or more properties for this component.
InterpolatedLanguageModel - Class in edu.cmu.sphinx.linguist.language.ngram
Simple interpolated LM implementation.
isAncestorOf(Node) - Method in class edu.cmu.sphinx.result.Node
Check whether this node is an ancestor of another node.
isBigEndian() - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
 
isCepstraFileBigEndian(String) - Static method in class edu.cmu.sphinx.util.Utilities
Returns true if the given binary cepstra file is in big-endian format.
isComposite() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Determines if this HMM is a composite HMM
isContextDependent() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Determines if this HMM corresponds to a context dependent unit
isContextDependent() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Determines if this unit is context dependent
isContextMatch(Unit[], Unit[]) - Static method in class edu.cmu.sphinx.linguist.acoustic.Unit
Checks to see that there is 100% overlap in the given contexts
isDerivedClass(Class<?>, Class<?>) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
isEmitting() - Method in class edu.cmu.sphinx.decoder.search.Token
Determines if this token is associated with an emitting state.
isEmitting() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMMState
Determines if this HMMState is an emittting state
isEmitting(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
isEmitting() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Determines if this HMMState is an emittting state
isEmitting() - Method in class edu.cmu.sphinx.linguist.flat.HMMStateState
Determines if this state is an emitting state
isEmitting() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state is an emitting state
isEmitting() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeHMMState
Determines if this is an emitting state
isEmitting() - Method in interface edu.cmu.sphinx.linguist.SearchState
Determines if this is an emitting state
isEmpty() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Determines if this grammar node is empty (that is, has no words).
isEnabled(String) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammar
 
isEnabled() - Method in class edu.cmu.sphinx.util.StatisticsVariable
Determines if this StatisticsVariable is enabled
isEOF() - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Determines if the stream is at the end of file
isEqual(GMMDiag) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
2 GMMs are considered to be equal when all of their parameters do not differ from more than 1%
isEqual(Lab) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.Lab
 
isEquivalent(Edge) - Method in class edu.cmu.sphinx.result.Edge
Returns true if the given edge is equivalent to this edge.
isEquivalent(Lattice) - Method in class edu.cmu.sphinx.result.Lattice
Returns true if the given Lattice is equivalent to this Lattice.
isEquivalent(Node) - Method in class edu.cmu.sphinx.result.Node
Returns true if the given node is equivalent to this node.
isExitState() - Method in interface edu.cmu.sphinx.linguist.acoustic.HMMState
Determines if this state is an exit state of the HMM
isExitState() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMMState
Determines if this state is an exit state of the HMM
isFanIn() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state is a fan-in state.
isFiller() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Determines if this HMM represents a filler unit.
isFiller() - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Determines if this unit is a filler unit
isFiller() - Method in class edu.cmu.sphinx.linguist.dictionary.Word
Determines if this is a filler word
isFiller() - Method in class edu.cmu.sphinx.result.SimpleWordResult
 
isFiller() - Method in interface edu.cmu.sphinx.result.WordResult
Does this word result represent a filler token?
isFinal() - Method in class edu.cmu.sphinx.decoder.search.Token
Determines if this token is associated with a final SentenceHMM state.
isFinal() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this is a final state
isFinal() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Determines if this is a final state
isFinal() - Method in interface edu.cmu.sphinx.linguist.SearchState
Determines if this is a final state
isFinal() - Method in class edu.cmu.sphinx.result.Result
Determines if the result is a final result.
isFinalNode() - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Determines if this grammar node is a final node in the grammar
isImplementingInterface(Class<?>, Class<?>) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
isInsertable(float, int) - Method in class edu.cmu.sphinx.decoder.search.ArrayTokenStack
Returns true if the given score is higher than the lowest scoring token in this TokenStack.
isInsertable(float, int) - Method in interface edu.cmu.sphinx.decoder.search.TokenStack
Returns true if the given score is higher than the lowest scoring token in this TokenStack.
isInstanciated() - Method in class edu.cmu.sphinx.util.props.PropertySheet
Returns true if the owner of this property sheet is already instanciated.
isLast() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
Returns true if this unit is the last unit of the pronunciation
isLegalRuleName() - Method in class edu.cmu.sphinx.jsgf.rule.JSGFRuleName
 
isLegalRuleName(String) - Static method in class edu.cmu.sphinx.jsgf.rule.JSGFRuleName
 
isPartialMatch(Context) - Method in class edu.cmu.sphinx.linguist.acoustic.Context
Checks to see if there is a partial match with the given context.
isPartialMatch(Context) - Method in class edu.cmu.sphinx.linguist.acoustic.LeftRightContext
Checks to see if there is a partial match with the given context.
isPartialMatch(String, Context) - Method in class edu.cmu.sphinx.linguist.acoustic.Unit
Checks to see if the given unit with associated contexts is a partial match for this unit.
isProcessed() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state has been 'processed'.
isRecording() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Returns true if this Microphone is recording.
isResponse() - Method in class edu.cmu.sphinx.util.SocketCommandClient
is a response
isRuleChanged(String) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammar
 
isRuleNamePart(char) - Static method in class edu.cmu.sphinx.jsgf.rule.JSGFRuleName
 
isRulePublic(String) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammar
Test whether the specified rule is public.
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
isSpeech() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifiedData
Returns whether this is classified as speech.
isSpeech() - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
 
isStarted() - Method in class edu.cmu.sphinx.util.Timer
Returns true if the timer has started.
isSubClass(Class<?>, Class<?>) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
isUnit() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state is a unit state
isUnit() - Method in class edu.cmu.sphinx.linguist.flat.UnitState
 
isUseAddTable() - Method in class edu.cmu.sphinx.util.LogMath
 
isValid(Object) - Method in enum edu.cmu.sphinx.util.props.PropertyType
Determines if the given object can be converted to this type.
isValidID(int) - Method in class edu.cmu.sphinx.linguist.util.HMMPool
 
isWord() - Method in class edu.cmu.sphinx.decoder.search.Token
Determines if this token marks the end of a word
isWordBeginning() - Method in enum edu.cmu.sphinx.linguist.acoustic.HMMPosition
Determines if this position is word beginning position
isWordEnd() - Method in enum edu.cmu.sphinx.linguist.acoustic.HMMPosition
Determines if this position is an end word position
isWordStart() - Method in class edu.cmu.sphinx.linguist.flat.PronunciationState
Returns true if this PronunciationState indicates the start of a word.
isWordStart() - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Determines if this state marks the beginning of a word
isWordStart() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist.LexTreeWordState
Returns true if this LexTreeWordState indicates the start of a word.
isWordStart() - Method in interface edu.cmu.sphinx.linguist.WordSearchState
Returns true if this WordSearchState indicates the start of a word.
item() - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
 
iterator() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HMMManager
Gets an iterator that iterates through all HMMs
iterator() - Method in class edu.cmu.sphinx.result.Sausage
Get an iterator for the sausage.

J

JavaCharStream - Class in edu.cmu.sphinx.jsgf.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
JavaCharStream(Reader, int, int, int) - Constructor for class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Constructor.
JavaCharStream(Reader, int, int) - Constructor for class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Constructor.
JavaCharStream(Reader) - Constructor for class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int, int) - Constructor for class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int, int) - Constructor for class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String, int, int) - Constructor for class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, int, int) - Constructor for class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream, String) - Constructor for class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Constructor.
JavaCharStream(InputStream) - Constructor for class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Constructor.
JavadocExtractor - Class in edu.cmu.sphinx.tools.gui.util
This is a helper class to retrieve the javadoc information of Sphinx classes
JavadocExtractor() - Constructor for class edu.cmu.sphinx.tools.gui.util.JavadocExtractor
 
jj_nt - Variable in class edu.cmu.sphinx.jsgf.parser.JSGFParser
Next token.
jjnewLexState - Static variable in class edu.cmu.sphinx.jsgf.parser.JSGFParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class edu.cmu.sphinx.jsgf.parser.JSGFParserTokenManager
Token literal values.
JSGFGrammar - Class in edu.cmu.sphinx.jsgf
Defines a BNF-style grammar based on JSGF grammar rules in a file.
JSGFGrammar(URL, LogMath, String, boolean, boolean, boolean, boolean, Dictionary) - Constructor for class edu.cmu.sphinx.jsgf.JSGFGrammar
 
JSGFGrammar() - Constructor for class edu.cmu.sphinx.jsgf.JSGFGrammar
 
JSGFGrammarException - Exception in edu.cmu.sphinx.jsgf
 
JSGFGrammarException(String) - Constructor for exception edu.cmu.sphinx.jsgf.JSGFGrammarException
 
JSGFGrammarParseException - Exception in edu.cmu.sphinx.jsgf
 
JSGFGrammarParseException(int, int, String, String) - Constructor for exception edu.cmu.sphinx.jsgf.JSGFGrammarParseException
 
JSGFGrammarParseException(String) - Constructor for exception edu.cmu.sphinx.jsgf.JSGFGrammarParseException
 
JSGFParser - Class in edu.cmu.sphinx.jsgf.parser
 
JSGFParser(InputStream) - Constructor for class edu.cmu.sphinx.jsgf.parser.JSGFParser
Constructor with InputStream.
JSGFParser(InputStream, String) - Constructor for class edu.cmu.sphinx.jsgf.parser.JSGFParser
Constructor with InputStream and supplied encoding
JSGFParser(Reader) - Constructor for class edu.cmu.sphinx.jsgf.parser.JSGFParser
Constructor.
JSGFParser(JSGFParserTokenManager) - Constructor for class edu.cmu.sphinx.jsgf.parser.JSGFParser
Constructor with generated Token Manager.
JSGFParserConstants - Interface in edu.cmu.sphinx.jsgf.parser
Token literal values and constants.
JSGFParserTokenManager - Class in edu.cmu.sphinx.jsgf.parser
Token Manager.
JSGFParserTokenManager(JavaCharStream) - Constructor for class edu.cmu.sphinx.jsgf.parser.JSGFParserTokenManager
Constructor.
JSGFParserTokenManager(JavaCharStream, int) - Constructor for class edu.cmu.sphinx.jsgf.parser.JSGFParserTokenManager
Constructor.
JSGFRule - Class in edu.cmu.sphinx.jsgf.rule
 
JSGFRule() - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRule
 
JSGFRuleAlternatives - Class in edu.cmu.sphinx.jsgf.rule
 
JSGFRuleAlternatives() - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleAlternatives
 
JSGFRuleAlternatives(List<JSGFRule>) - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleAlternatives
 
JSGFRuleAlternatives(List<JSGFRule>, List<Float>) - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleAlternatives
 
JSGFRuleCount - Class in edu.cmu.sphinx.jsgf.rule
 
JSGFRuleCount() - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleCount
 
JSGFRuleCount(JSGFRule, int) - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleCount
 
JSGFRuleGrammar - Class in edu.cmu.sphinx.jsgf
 
JSGFRuleGrammar(String, JSGFRuleGrammarManager) - Constructor for class edu.cmu.sphinx.jsgf.JSGFRuleGrammar
Create a new RuleGrammar
JSGFRuleGrammarFactory - Class in edu.cmu.sphinx.jsgf
 
JSGFRuleGrammarFactory(JSGFRuleGrammarManager) - Constructor for class edu.cmu.sphinx.jsgf.JSGFRuleGrammarFactory
 
JSGFRuleGrammarManager - Class in edu.cmu.sphinx.jsgf
 
JSGFRuleGrammarManager() - Constructor for class edu.cmu.sphinx.jsgf.JSGFRuleGrammarManager
 
JSGFRuleName - Class in edu.cmu.sphinx.jsgf.rule
 
JSGFRuleName() - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleName
 
JSGFRuleName(String) - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleName
 
JSGFRuleSequence - Class in edu.cmu.sphinx.jsgf.rule
 
JSGFRuleSequence() - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleSequence
 
JSGFRuleSequence(List<JSGFRule>) - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleSequence
 
JSGFRuleTag - Class in edu.cmu.sphinx.jsgf.rule
 
JSGFRuleTag() - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleTag
 
JSGFRuleTag(JSGFRule, String) - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleTag
 
JSGFRuleToken - Class in edu.cmu.sphinx.jsgf.rule
 
JSGFRuleToken() - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleToken
 
JSGFRuleToken(String) - Constructor for class edu.cmu.sphinx.jsgf.rule.JSGFRuleToken
 

K

KeywordOptimizerModel - Class in edu.cmu.sphinx.linguist.language.ngram
 
KeywordOptimizerModel(LanguageModel) - Constructor for class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
 
KeywordOptimizerModel() - Constructor for class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
 
keywordProbs - Variable in class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
 
kind - Variable in class edu.cmu.sphinx.jsgf.parser.Token
An integer that describes the kind of this token.

L

lab - Variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMState
 
Lab - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK
Represents a label, i.e. a model name + a state number
Lab() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.Lab
 
Lab(String) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.Lab
 
Lab(String, int) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.Lab
 
Lab(Lab) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.Lab
 
LanguageModel - Interface in edu.cmu.sphinx.linguist.language.ngram
Represents the generic interface to an N-Gram language model.
LargeTrigramModel - Class in edu.cmu.sphinx.linguist.language.ngram.large
Queries a binary language model file generated by the CMU-Cambridge Statistical Language Modeling Toolkit.
LargeTrigramModel(String, URL, String, int, int, boolean, int, LogMath, Dictionary, boolean, float, double, float, boolean) - Constructor for class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
LargeTrigramModel() - Constructor for class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
Lattice - Class in edu.cmu.sphinx.result

Provides recognition lattice results.

Lattice(LogMath) - Constructor for class edu.cmu.sphinx.result.Lattice
Create an empty Lattice.
Lattice(Result) - Constructor for class edu.cmu.sphinx.result.Lattice
Create a Lattice from a Result.
Lattice(String) - Constructor for class edu.cmu.sphinx.result.Lattice
Create a Lattice from a LAT file.
LatticeOptimizer - Class in edu.cmu.sphinx.result
Class used to collapse all equivalent paths in a Lattice.
LatticeOptimizer(Lattice) - Constructor for class edu.cmu.sphinx.result.LatticeOptimizer
Create a new Lattice optimizer
LatticeRescorer - Class in edu.cmu.sphinx.result
Class to rescore the lattice with the new Language model.
LatticeRescorer(Lattice, LanguageModel) - Constructor for class edu.cmu.sphinx.result.LatticeRescorer
Create a new Lattice optimizer
LDA - Class in edu.cmu.sphinx.frontend.feature
Implements an LDA transformation.
LDA(Loader) - Constructor for class edu.cmu.sphinx.frontend.feature.LDA
 
LDA() - Constructor for class edu.cmu.sphinx.frontend.feature.LDA
 
LEFT_CONTEXT_SIZE - Static variable in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
Defines the left context size
LeftRightContext - Class in edu.cmu.sphinx.linguist.acoustic
Represents the context for a unit
LETTER - Static variable in interface edu.cmu.sphinx.jsgf.parser.JSGFParserConstants
RegularExpression Id.
lexStateNames - Static variable in class edu.cmu.sphinx.jsgf.parser.JSGFParserTokenManager
Lexer state names.
LexTreeLinguist - Class in edu.cmu.sphinx.linguist.lextree
A linguist that can represent large vocabularies efficiently.
LexTreeLinguist(AcousticModel, LogMath, UnitManager, LanguageModel, Dictionary, boolean, boolean, double, double, double, double, float, boolean, boolean, float, int) - Constructor for class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
LexTreeLinguist() - Constructor for class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
LexTreeLinguist.LexTreeEndUnitState - Class in edu.cmu.sphinx.linguist.lextree
Represents a unit in the search space
LexTreeLinguist.LexTreeEndWordState - Class in edu.cmu.sphinx.linguist.lextree
Represents the final end of utterance word
LexTreeLinguist.LexTreeHMMState - Class in edu.cmu.sphinx.linguist.lextree
Represents a HMM state in the search space
LexTreeLinguist.LexTreeNonEmittingHMMState - Class in edu.cmu.sphinx.linguist.lextree
Represents a non emitting hmm state
LexTreeLinguist.LexTreeUnitState - Class in edu.cmu.sphinx.linguist.lextree
Represents a unit in the search space
LexTreeLinguist.LexTreeWordState - Class in edu.cmu.sphinx.linguist.lextree
Represents a word state in the search space
LinearPredictor - Class in edu.cmu.sphinx.frontend.frequencywarp
Computes the linear predictive model using the Levinson-Durbin algorithm.
LinearPredictor(int) - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.LinearPredictor
Constructs a LinearPredictor with the given order.
linearToLog(double) - Method in class edu.cmu.sphinx.util.LogMath
Converts the value from linear scale to log scale.
linearToLog(float[]) - Method in class edu.cmu.sphinx.util.LogMath
Converts a vector from linear domain to log domain using a given LogMath-instance for conversion.
lineNumber - Variable in exception edu.cmu.sphinx.jsgf.JSGFGrammarParseException
 
Linguist - Interface in edu.cmu.sphinx.linguist
The linguist is responsible for representing and managing the search space for the decoder.
LinguistDumper - Class in edu.cmu.sphinx.linguist.util
A linguist processor that dumps out the search space in a simple format.
LinguistDumper(String, Linguist) - Constructor for class edu.cmu.sphinx.linguist.util.LinguistDumper
 
LinguistDumper() - Constructor for class edu.cmu.sphinx.linguist.util.LinguistDumper
 
LinguistProcessor - Class in edu.cmu.sphinx.linguist
A standard interface for a linguist processor
LinguistProcessor(Linguist) - Constructor for class edu.cmu.sphinx.linguist.LinguistProcessor
 
LinguistProcessor() - Constructor for class edu.cmu.sphinx.linguist.LinguistProcessor
 
LinguistStats - Class in edu.cmu.sphinx.linguist.util
A linguist processor that dumps out statistics about the search space
LinguistStats(Linguist) - Constructor for class edu.cmu.sphinx.linguist.util.LinguistStats
 
LinguistStats() - Constructor for class edu.cmu.sphinx.linguist.util.LinguistStats
 
LinguistTimer - Class in edu.cmu.sphinx.linguist.util
Gets successors from a linguist and times them
LinguistTimer(Linguist, boolean) - Constructor for class edu.cmu.sphinx.linguist.util.LinguistTimer
Creats a LinguistTimer
linkGrammars() - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammarManager
 
listAllsPropNames(ConfigurationManager) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Returns a map of all component-properties of this config-manager (including their associated property-sheets.
littleEndianBytesToValues(byte[], int, int, int, boolean) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Converts a little-endian byte array into an array of doubles.
LiveCMN - Class in edu.cmu.sphinx.frontend.feature
Subtracts the mean of all the input so far from the Data objects.
LiveCMN(double, int, int) - Constructor for class edu.cmu.sphinx.frontend.feature.LiveCMN
 
LiveCMN() - Constructor for class edu.cmu.sphinx.frontend.feature.LiveCMN
 
LiveModeRecognizer - Class in edu.cmu.sphinx.tools.live
Decodes a batch file containing a list of files to decode.
LiveModeRecognizer(Recognizer, ConcatFileDataSource, int, boolean, String, int) - Constructor for class edu.cmu.sphinx.tools.live.LiveModeRecognizer
 
LiveModeRecognizer() - Constructor for class edu.cmu.sphinx.tools.live.LiveModeRecognizer
 
LMGrammar - Class in edu.cmu.sphinx.linguist.language.grammar
Defines a simple grammar based upon a language model.
LMGrammar(LanguageModel, boolean, boolean, boolean, boolean, Dictionary) - Constructor for class edu.cmu.sphinx.linguist.language.grammar.LMGrammar
 
LMGrammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.LMGrammar
 
lnToLog(float) - Method in class edu.cmu.sphinx.util.LogMath
Converts the source, which is a number in base Math.E, to a log value which base is the LogBase of this LogMath.
load(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
Load from text proprietary format
load() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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(String) - Method in class edu.cmu.sphinx.util.CommandInterpreter
 
load() - Method in class edu.cmu.sphinx.util.props.SaxLoader
Loads a set of configuration data from the location
loadBuffer(long, int) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.BinaryLoader
Loads the contents of the memory-mapped file starting at the given position and for the given size, into a byte buffer.
Loader - Interface in edu.cmu.sphinx.linguist.acoustic.tiedstate
Generic interface for a loader of acoustic models
loadHTK(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
loadHTK(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
loadJSGF(String) - Method in class edu.cmu.sphinx.jsgf.JSGFGrammar
The JSGF grammar specified by grammarName will be loaded from the base url (tossing out any previously loaded grammars)
loadScaleKMeans(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
loadTiedList(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
 
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 class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
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
 
logMath - Variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
LogMath - Class in edu.cmu.sphinx.util
Provides a set of methods for performing simple math in the log domain.
LogMath(float, boolean) - Constructor for class edu.cmu.sphinx.util.LogMath
 
LogMath() - Constructor for class edu.cmu.sphinx.util.LogMath
 
logOne - Variable in class edu.cmu.sphinx.linguist.flat.CIPhoneLoop
 
logRootMeanSquare(double[]) - Static method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
Returns the logarithm base 10 of the root mean square of the given samples.
logToLinear(float) - Method in class edu.cmu.sphinx.util.LogMath
Converts the value from log scale to linear scale.
logToLinear(float[], float[]) - Method in class edu.cmu.sphinx.util.LogMath
Converts a vector from log to linear domain using a given LogMath-instance for conversion.
logToLn(float) - Method in class edu.cmu.sphinx.util.LogMath
Converts the source, whose base is the LogBase of this LogMath, to a log value which is a number in base Math.E.
logToLog(float, float, float) - Static method in class edu.cmu.sphinx.util.LogMath
Converts the source, which is assumed to be a log value whose base is sourceBase, to a log value whose base is resultBase.
lookup(String) - Static method in enum 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.
lookup(Class<C>) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Returns a Configurable instance of a given type C, if such a component (or a derived one) is registered to this ConfigurationManager instance, and there is one and only match.
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.
LRUCache<K,V> - Class in edu.cmu.sphinx.linguist.util
An LRU cache
LRUCache(int) - Constructor for class edu.cmu.sphinx.linguist.util.LRUCache
Creates an LRU cache with the given maximum size

M

main(String[]) - Static method in class edu.cmu.sphinx.frontend.util.VUMeterMonitor
A little test-function which plugs a microphone directly into the vu-meter.
main(String[]) - Static method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
 
main(String[]) - Static method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.NamesConversion
 
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.result.LatticeOptimizer
Self test for LatticeOptimizer
main(String[]) - Static method in class edu.cmu.sphinx.tools.audio.AudioTool
Main method.
main(String[]) - Static method in class edu.cmu.sphinx.tools.audio.FilenameDialog
Debug and example use.
main(String[]) - Static method in class edu.cmu.sphinx.tools.batch.BatchForcedAlignerRecognizer
 
main(String[]) - Static method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
Main method of this BatchDecoder.
main(String[]) - Static method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
main(String[]) - Static method in class edu.cmu.sphinx.tools.batch.SphinxShell
 
main(String[]) - Static method in class edu.cmu.sphinx.tools.endpoint.Segmenter
 
main(String[]) - Static method in class edu.cmu.sphinx.tools.feature.FeatureFileDumper
Main program for this dumper.
main(String[]) - Static method in class edu.cmu.sphinx.tools.gui.GUIMainDriver
 
main(String[]) - Static method in class edu.cmu.sphinx.tools.gui.util.ClassTraverseTester
The main method
main(String[]) - Static method in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
Main method of this BatchDecoder.
main(String[]) - Static method in class edu.cmu.sphinx.util.CommandInterpreter
manual tester for the command interpreter.
main(String[]) - Static method in class edu.cmu.sphinx.util.GapInsertionDetector
A command line program for detecting gap insertion errors.
main(String[]) - Static method in class edu.cmu.sphinx.util.NISTAlign
Take two filenames -- the first contains a list of reference sentences, the second contains a list of hypothesis sentences.
main(String[]) - Static method in class edu.cmu.sphinx.util.ResultAnalyzer
Quick and dirty test program
main(String[]) - Static method in class edu.cmu.sphinx.util.SocketCommandClient
manual tester for the command interpreter.
main(String[]) - Static method in class edu.cmu.sphinx.util.SocketCommandInterpreter
manual tester for the command interpreter.
main(String[]) - Static method in class edu.cmu.sphinx.util.SphinxHelp
The main entry point
main(String[]) - Static method in class edu.cmu.sphinx.util.StatisticsVariable
Some simple tests for the StatisticsVariable
makeSausage() - Method in class edu.cmu.sphinx.result.PivotSausageMaker
Turn the lattice contained in this sausage maker into a sausage object.
makeSausage() - Method in class edu.cmu.sphinx.result.SausageMaker
Turn the lattice contained in this sausage maker into a sausage object.
MAPConfidenceScorer - Class in edu.cmu.sphinx.result
Computes confidences for the highest scoring path in a Result.
MAPConfidenceScorer(float, boolean, boolean) - Constructor for class edu.cmu.sphinx.result.MAPConfidenceScorer
 
MAPConfidenceScorer() - Constructor for class edu.cmu.sphinx.result.MAPConfidenceScorer
 
MappingDictionary - Class in edu.cmu.sphinx.linguist.dictionary
Maps the phones from one phoneset to another to use dictionary from the one acoustic mode with another one.
MappingDictionary(URL, URL, URL, List<URL>, boolean, String, boolean, boolean, UnitManager) - Constructor for class edu.cmu.sphinx.linguist.dictionary.MappingDictionary
 
MappingDictionary() - Constructor for class edu.cmu.sphinx.linguist.dictionary.MappingDictionary
 
mark(int) - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
markSupported() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
MatrixUtils - Class in edu.cmu.sphinx.util
Some simple matrix and vector manipulation methods.
MatrixUtils() - Constructor for class edu.cmu.sphinx.util.MatrixUtils
 
MaxScoreNormalizer - Class in edu.cmu.sphinx.decoder.scorer
Performs a simple normalization of all token-scores by
MaxScoreNormalizer() - Constructor for class edu.cmu.sphinx.decoder.scorer.MaxScoreNormalizer
 
MelFilter - Class in edu.cmu.sphinx.frontend.frequencywarp
Defines a triangular mel-filter.
MelFilter(double, double, double, double, double) - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.MelFilter
Constructs a filter from the parameters.
MelFrequencyFilterBank - Class in edu.cmu.sphinx.frontend.frequencywarp
Filters an input power spectrum through a bank of number of mel-filters.
MelFrequencyFilterBank(double, double, int) - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
 
MelFrequencyFilterBank() - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
 
MemoryTracker - Class in edu.cmu.sphinx.instrumentation
Monitors a recognizer for memory usage
MemoryTracker(Recognizer, boolean, boolean) - Constructor for class edu.cmu.sphinx.instrumentation.MemoryTracker
 
MemoryTracker() - Constructor for class edu.cmu.sphinx.instrumentation.MemoryTracker
 
merge(GMMDiag, float) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
message - Variable in exception edu.cmu.sphinx.jsgf.JSGFGrammarParseException
 
Microphone - Class in edu.cmu.sphinx.frontend.util

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

Microphone(int, int, int, boolean, boolean, boolean, int, boolean, String, int, String) - Constructor for class edu.cmu.sphinx.frontend.util.Microphone
 
Microphone() - Constructor for class edu.cmu.sphinx.frontend.util.Microphone
 
MixtureComponent - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Defines the set of shared elements for a GaussianMixture.
MixtureComponent(LogMath, float[], float[]) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Create a MixtureComponent with the given sub components.
MixtureComponent(LogMath, float[], float[][], float[], float[], float[][], float[]) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Create a MixtureComponent with the given sub components.
MixtureComponent(LogMath, float[], float[][], float[], float[], float[][], float[], float, float) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Create a MixtureComponent with the given sub components.
model - Variable in class edu.cmu.sphinx.linguist.flat.CIPhoneLoop
 
MODEL_VERSION - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
Supports this version of the acoustic model
MODEL_VERSION - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Supports this version of the acoustic model
ModelBuilder - Class in edu.cmu.sphinx.tools.gui.util
This class builds a model of the sphinx configurable system it will create ConfigurableComponent and ConfigurableProperty instances as the main components of the model.
modelRefresh() - Method in interface edu.cmu.sphinx.tools.gui.GUIFileActionListener
model has just been reloaded
modelRefresh() - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
This method is inherited from GUIFileActionListener Reload model
Monitor - Interface in edu.cmu.sphinx.instrumentation
Common empty interface for Configurable monitors
mouseClicked(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
mouseDragged(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
When the mouse is dragged, we update the selection in the audio.
mouseEntered(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
mouseExited(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
mouseMoved(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
mousePressed(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
When the mouse is pressed, we update the selection in the audio.
mouseReleased(MouseEvent) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
 
MULTI_LINE_COMMENT - Static variable in interface edu.cmu.sphinx.jsgf.parser.JSGFParserConstants
RegularExpression Id.
multiplyComplex(Complex, Complex) - Method in class edu.cmu.sphinx.util.Complex
Method to multiply two complex numbers.

N

Name() - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
 
NamesConversion - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK
HTK is case-sensitive, S4 is not.
NamesConversion() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.NamesConversion
 
NetworkLanguageModel - Class in edu.cmu.sphinx.linguist.language.ngram
 
NetworkLanguageModel(String, int, URL, int, LogMath) - Constructor for class edu.cmu.sphinx.linguist.language.ngram.NetworkLanguageModel
Creates network language model client
NetworkLanguageModel() - Constructor for class edu.cmu.sphinx.linguist.language.ngram.NetworkLanguageModel
 
NEW - Static variable in class edu.cmu.sphinx.tools.gui.GUIMediator
 
newGrammar(String) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammarFactory
 
newGrammarFromJSGF(InputStream, JSGFRuleGrammarFactory) - Static method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
newGrammarFromJSGF - Once JavaCC supports Readers we will change this
newGrammarFromJSGF(Reader, JSGFRuleGrammarFactory) - Static method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
newGrammarFromJSGF - Once JavaCC supports Readers we will change this
newGrammarFromJSGF(URL, JSGFRuleGrammarFactory) - Static method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
newGrammarFromURL
newInstance() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Creates a new empty version of this active list with the same general properties.
newInstance() - Method in class edu.cmu.sphinx.decoder.search.ActiveListFactory
Creates a new active list of a particular type
newInstance() - Method in class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
 
newInstance() - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
 
newInstance() - Method in class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
 
newInstance() - Method in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.AbstractDecoder
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.Decoder
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.scorer.BackgroundModelNormalizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.scorer.MaxScoreNormalizer
 
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.ActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.DataBlocker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.databranch.FrontEndSplitter
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.endpoint.ExcessiveNonSpeechPruner
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.AbstractFeatureExtractor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.BatchAGC
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.BatchCMN
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.FrameDropper
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.LDA
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.feature.LiveCMN
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.filter.Dither
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.filter.Preemphasizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.FrontEnd
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.GainControlProcessor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform2
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.DataConverter
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.DataDumper
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.Dither
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.EnergyPlotter
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.Microphone
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.StreamDataSource
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.StreamHTKCepstrum
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.util.WavWriter
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.BestConfidenceAccuracyTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.BestPathAccuracyTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.ConfigMonitor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.MemoryTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.SausageAccuracyTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.jsgf.JSGFGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.acoustic.UnitManager
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.dictionary.FullDictionary
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.dictionary.MappingDictionary
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.classes.ClassMap
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.BatchForcedAlignerGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.Grammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.LMGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.ngram.InterpolatedLanguageModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.ngram.NetworkLanguageModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.LinguistProcessor
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.util.GDLDumper
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.linguist.util.LinguistDumper
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.recognizer.Recognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.result.AbstractSausageMaker
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.result.MAPConfidenceScorer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.tools.batch.BatchForcedAlignerRecognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
 
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.util.LogMath
 
newProperties(PropertySheet) - Method in interface edu.cmu.sphinx.util.props.Configurable
This method is called when this configurable component needs to be reconfigured.
newProperties(PropertySheet) - Method in class edu.cmu.sphinx.util.props.ConfigurableAdapter
 
newResult(Result) - Method in interface edu.cmu.sphinx.decoder.ResultListener
Method called when a new result is generated
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.BestConfidenceAccuracyTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.BestPathAccuracyTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.MemoryTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.SausageAccuracyTracker
 
newResult(Result) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
newToken(int, String) - Static method in class edu.cmu.sphinx.jsgf.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class edu.cmu.sphinx.jsgf.parser.Token
 
next - Variable in class edu.cmu.sphinx.jsgf.parser.Token
A reference to the next regular (non-special) token from the input stream.
NISTAlign - Class in edu.cmu.sphinx.util
Implements a portion of the NIST align/scoring algorithm to compare a reference string to a hypothesis string.
NISTAlign(boolean, boolean) - Constructor for class edu.cmu.sphinx.util.NISTAlign
Creates a new NISTAlign object.
NISTAlign.StringRenderer - Interface in edu.cmu.sphinx.util
 
Node - Class in edu.cmu.sphinx.result

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

nom - Variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
NON_ID - Static variable in class edu.cmu.sphinx.util.IDGenerator
Indicates a non-ID value, which is -1.
NonEmittingHMMState - Class in edu.cmu.sphinx.linguist.flat
Represents a hmmState in an SentenceHMMS
NonEmittingHMMState(SentenceHMMState, HMMState) - Constructor for class edu.cmu.sphinx.linguist.flat.NonEmittingHMMState
Creates a NonEmittingHMMState
NonSpeechDataFilter - Class in edu.cmu.sphinx.frontend.endpoint
Given a sequence of Data, filters out the non-speech regions.
NonSpeechDataFilter() - Constructor for class edu.cmu.sphinx.frontend.endpoint.NonSpeechDataFilter
 
nonZeroFloor(float[], float) - Static method in class edu.cmu.sphinx.util.Utilities
If a data point is non-zero and below 'floor' make it equal to floor (don't floor zero values though).
normalize(List<? extends Scoreable>, Scoreable) - Method in class edu.cmu.sphinx.decoder.scorer.BackgroundModelNormalizer
 
normalize(List<? extends Scoreable>, Scoreable) - Method in class edu.cmu.sphinx.decoder.scorer.MaxScoreNormalizer
 
normalize(List<? extends Scoreable>, Scoreable) - Method in interface edu.cmu.sphinx.decoder.scorer.ScoreNormalizer
Normalizes the scores of a set of Tokens.
normalize(float[]) - Static method in class edu.cmu.sphinx.util.Utilities
Normalize the given data.
normalizeScore(float) - Method in interface edu.cmu.sphinx.decoder.scorer.Scoreable
Normalizes a previously calculated score
normalizeScore(float) - Method in class edu.cmu.sphinx.decoder.search.Token
Normalizes a previously calculated score
NOT_DEFINED - Static variable in annotation type edu.cmu.sphinx.util.props.S4Double
 
NOT_DEFINED - Static variable in annotation type edu.cmu.sphinx.util.props.S4Integer
 
NOT_DEFINED - Static variable in annotation type edu.cmu.sphinx.util.props.S4String
 
nT - Variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
NULL - Static variable in class edu.cmu.sphinx.jsgf.rule.JSGFRuleName
 
NullPruner - Class in edu.cmu.sphinx.decoder.pruner
A Null pruner.
NullPruner() - Constructor for class edu.cmu.sphinx.decoder.pruner.NullPruner
Creates a simple pruner
numCols(double[][]) - Static method in class edu.cmu.sphinx.util.MatrixUtils
 
numComponents() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.GaussianMixture
 

O

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

P

pad(int) - Static method in class edu.cmu.sphinx.util.Utilities
Returns a string with the given number of spaces.
pad(String, int) - Static method in class edu.cmu.sphinx.util.Utilities
Pads with spaces or truncates the given string to guarantee that it is exactly the desired length.
pad(int, int) - Static method in class edu.cmu.sphinx.util.Utilities
Pads with spaces or truncates the given int to guarantee that it is exactly the desired length.
pad(double, int) - Static method in class edu.cmu.sphinx.util.Utilities
Pads with spaces or truncates the given double to guarantee that it is exactly the desired length.
paint(Graphics) - Method in class edu.cmu.sphinx.tools.audio.SpectrogramPanel
Paint the component.
paintComponent(Graphics) - Method in class edu.cmu.sphinx.frontend.util.VUMeterPanel
Paint the component.
paintComponent(Graphics) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Repaints the component with the given Graphics.
PanelConfigurable - Class in edu.cmu.sphinx.tools.gui
This is a Panel that will handle the GUI of one particular section/group
PanelConfigurable(GUIMediator, String, Set<ConfigurableComponent>) - Constructor for class edu.cmu.sphinx.tools.gui.PanelConfigurable
Creates new form PanelConfigurable
ParseException - Exception in edu.cmu.sphinx.jsgf.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception edu.cmu.sphinx.jsgf.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception edu.cmu.sphinx.jsgf.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception edu.cmu.sphinx.jsgf.parser.ParseException
Constructor with message.
partition(Token[], int, int) - Method in class edu.cmu.sphinx.decoder.search.Partitioner
Partitions the given array of tokens in place, so that the highest scoring n token will be at the beginning of the array, not in any order.
PartitionActiveListFactory - Class in edu.cmu.sphinx.decoder.search
A factory for PartitionActiveLists
PartitionActiveListFactory(int, double, LogMath) - Constructor for class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
 
PartitionActiveListFactory() - Constructor for class edu.cmu.sphinx.decoder.search.PartitionActiveListFactory
 
Partitioner - Class in edu.cmu.sphinx.decoder.search
Partitions a list of tokens according to the token score.
Partitioner() - Constructor for class edu.cmu.sphinx.decoder.search.Partitioner
 
Path - Interface in edu.cmu.sphinx.result
Represents a path of words through the recognition result lattice.
PHONE_INSERTION_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
The property for the probability of inserting a CI phone in the out-of-grammar ci phone loop
PHONE_LOOP_ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
The property for the acoustic model to use to build the phone loop that detects out of grammar utterances.
PivotSausageMaker - Class in edu.cmu.sphinx.result
This is an implementation of an alternative sausage making algorithm as described in the following paper.
PivotSausageMaker() - Constructor for class edu.cmu.sphinx.result.PivotSausageMaker
 
play(int, int) - Method in class edu.cmu.sphinx.tools.audio.AudioPlayer
Notifies the AudioPlayer thread to play the audio.
plot(Data) - Method in class edu.cmu.sphinx.frontend.util.EnergyPlotter
Plots the energy values of the given Data to System.out.
PLPCepstrumProducer - Class in edu.cmu.sphinx.frontend.frequencywarp
Computes the PLP cepstrum from a given PLP Spectrum.
PLPCepstrumProducer(int, int, int) - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
 
PLPCepstrumProducer() - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
 
PLPFilter - Class in edu.cmu.sphinx.frontend.frequencywarp
Defines a filter used by the PLPFrequencyFilterBank class.
PLPFilter(double[], double) - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.PLPFilter
Constructs a PLP filter around a given center frequency.
PLPFrequencyFilterBank - Class in edu.cmu.sphinx.frontend.frequencywarp
Filters an input power spectrum through a PLP filterbank.
PLPFrequencyFilterBank(double, double, int) - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
 
PLPFrequencyFilterBank() - Constructor for class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
 
Pool<T> - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Used to pool shared objects in the acoustic model
Pool(String) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Creates a new pool.
Pool.Feature - Enum in edu.cmu.sphinx.linguist.acoustic.tiedstate
 
PooledBatchManager - Class in edu.cmu.sphinx.util
A simple implementation of the batch manager suitable for single threaded batch processing
PooledBatchManager(String, int) - Constructor for class edu.cmu.sphinx.util.PooledBatchManager
Creates a pooled batch manager
populateAudio(String) - Static method in class edu.cmu.sphinx.tools.audio.AudioTool
 
precomputeDistance() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
precomputeDistance() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.MixtureComponent
Pre-compute factors for the Mahalanobis distance.
Preemphasizer - Class in edu.cmu.sphinx.frontend.filter
Implements a high-pass filter that compensates for attenuation in the audio data.
Preemphasizer(double) - Constructor for class edu.cmu.sphinx.frontend.filter.Preemphasizer
 
Preemphasizer() - Constructor for class edu.cmu.sphinx.frontend.filter.Preemphasizer
 
printModel() - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
This function is used to trace the whole Sphinx model and print out all the Component and Property information, including its configuration values
printNISTSentenceSummary() - Method in class edu.cmu.sphinx.util.NISTAlign
Prints the results for this sentence to System.out.
printNISTTotalSummary() - Method in class edu.cmu.sphinx.util.NISTAlign
Prints the summary for all calls to align to System.out.
printSentenceSummary() - Method in class edu.cmu.sphinx.util.NISTAlign
Prints the results for this sentence to System.out.
printTotalSummary() - Method in class edu.cmu.sphinx.util.NISTAlign
Prints the total summary for all calls.
processDataFrame(Data) - Method in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
 
processDataFrame(Data) - Method in interface edu.cmu.sphinx.frontend.databranch.DataListener
This method is invoked when a new Data object becomes available.
processFile(String) - Method in class edu.cmu.sphinx.tools.feature.FeatureFileDumper
Process the file and store the features
Pronunciation - Class in edu.cmu.sphinx.linguist.dictionary
Provides pronunciation information for a word.
PronunciationState - Class in edu.cmu.sphinx.linguist.flat
Represents a pronunciation in an SentenceHMMS
PronunciationState(WordState, int) - Constructor for class edu.cmu.sphinx.linguist.flat.PronunciationState
Creates a PronunciationState
PronunciationState(String, Pronunciation, int) - Constructor for class edu.cmu.sphinx.linguist.flat.PronunciationState
Creates a PronunciationState
PROP_ABSOLUTE_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
property that sets the desired (or target) size for this active list.
PROP_ABSOLUTE_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.decoder.search.ActiveListFactory
property that sets the desired (or target) size for this active list.
PROP_ABSOLUTE_WORD_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListManager
The property that specifies the absolute word beam width
PROP_ACOUSTIC_LOOKAHEAD_FRAMES - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The property that controls the amount of simple acoustic lookahead performed.
PROP_ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
The 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
The property that defines the acoustic model to use when building the search graph
PROP_ACTIVE_LIST_FACTORIES - Static variable in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
The 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
The 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
The property that defines the type of active list to use
PROP_ADD_FILLER_WORDS - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Property to control whether filler words are inserted into the graph
PROP_ADD_FILLER_WORDS - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
The property that controls whether filler words are automatically added to the vocabulary
PROP_ADD_OUT_OF_GRAMMAR_BRANCH - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
The property that specifies whether to add a branch for detecting out-of-grammar utterances.
PROP_ADD_RANDOM_SILENCE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The property that specifies whether to add random silence.
PROP_ADD_SIL_ENDING_PRONUNCIATION - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The property that specifies whether to add a duplicate SIL-ending pronunication.
PROP_ADD_SIL_WORDS - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Property to control whether silence words are inserted into the graph
PROP_ADDENDA - Static variable in class edu.cmu.sphinx.linguist.dictionary.FastDictionary
The property for the custom dictionary file paths.
PROP_ADJUSTMENT - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The property specifying the adjustment.
PROP_ALIGN_INTERVAL - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The property specifying the number of files to decode before alignment is performed.
PROP_ALLOCATED_MONITORS - Static variable in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
The 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 property that specifies whether the dictionary should return null if a word is not found in the dictionary, or whether it should throw an error.
PROP_ALPHA - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
The property for the alpha value of the Window, which is the value for the RaisedCosineWindow.
PROP_APPLY_LANGUAGE_WEIGHT_AND_WIP - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The property that controls whether or not the language model will apply the language weight and word insertion probability
PROP_BASE_GRAMMAR_URL - Static variable in class edu.cmu.sphinx.jsgf.JSGFGrammar
The property that defines the location of the JSGF grammar file.
PROP_BATCH_FILE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The property for the file containing a list of audio files to read from.
PROP_BIG_ENDIAN - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The property specify the endianness of the data.
PROP_BIG_ENDIAN_DATA - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The property specifying whether the input data is big-endian.
PROP_BIGENDIAN - Static variable in class edu.cmu.sphinx.frontend.util.StreamHTKCepstrum
The property specifying whether the input is big endian.
PROP_BIGRAM_CACHE_SIZE - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The property that defines the maximum number of bigrams to be cached.
PROP_BINARY - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The property specifying whether the input is in binary.
PROP_BINARY - Static variable in class edu.cmu.sphinx.frontend.util.StreamHTKCepstrum
The property specifying whether the input is in binary.
PROP_BITS_PER_SAMPLE - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The property for the number of bits per value.
PROP_BITS_PER_SAMPLE - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The property for the number of bits per value.
PROP_BITS_PER_SAMPLE - Static variable in class edu.cmu.sphinx.frontend.util.WavWriter
The property for the number of bits per value.
PROP_BITS_PER_SAMPLE - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
The sphinx properties that specify the format of the PCM audio in the data file
PROP_BLOCK_SIZE_MS - Static variable in class edu.cmu.sphinx.frontend.DataBlocker
The property for the block size of generated data-blocks in milliseconds.
PROP_BUFFER_SIZE - Static variable in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
The maximal size of the buffer in frames.
PROP_BUILD_WORD_LATTICE - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The property that specifies whether to build a word lattice.
PROP_BYTES_PER_READ - Static variable in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
The property for the number of bytes to read from the InputStream each time.
PROP_BYTES_PER_READ - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The property for the number of bytes to read from the InputStream each time.
PROP_CACHE_SIZE - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
The property that defines the size of the arc cache (zero to disable the cache).
PROP_CAPTURE_UTTERANCES - Static variable in class edu.cmu.sphinx.frontend.util.WavWriter
The property specifying whether the input data is signed.
PROP_CEPSTRUM_LENGTH - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The property specifying the length of the cepstrum data.
PROP_CEPSTRUM_LENGTH - Static variable in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
The property for the size of the ceptrum
PROP_CEPSTRUM_LENGTH - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The property specifying the length of the cepstrum data.
PROP_CEPSTRUM_LENGTH - Static variable in class edu.cmu.sphinx.frontend.util.StreamHTKCepstrum
The property specifying the length of the cepstrum data.
PROP_CHANNEL_COUNT - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
PROP_CHANNELS - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The property specifying the number of channels.
PROP_CHECK_PRIOR_LISTS_EMPTY - Static variable in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
This property is used in the Iterator returned by the getNonEmittingListIterator() method.
PROP_CHECK_STATE_ORDER - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The property for checking if the order of states is valid.
PROP_CLASS_DEFS_LOCATION - Static variable in class edu.cmu.sphinx.linguist.language.classes.ClassMap
 
PROP_CLASS_LANGUAGE_MODEL - Static variable in class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
The property that defines the classLanguageModel component.
PROP_CLASS_MAP - Static variable in class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
The property that defines the classMap component.
PROP_CLASS_MAP - Static variable in class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
PROP_CLEAR_CACHES_AFTER_UTTERANCE - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The property that controls whether the bigram and trigram caches are cleared after every utterance
PROP_CLOSE_BETWEEN_UTTERANCES - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The property that specifies whether or not the microphone will release the audio between utterances.
PROP_CMN_SHIFT_WINDOW - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The property for the CMN shifting window.
PROP_CMN_WINDOW - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The property for the live CMN window size.
PROP_CONFIDENCE_SCORER - Static variable in class edu.cmu.sphinx.instrumentation.BestConfidenceAccuracyTracker
Defines the class to use for confidence scoring.
PROP_CONVERSION_MODE - Static variable in class edu.cmu.sphinx.frontend.util.DataConverter
 
PROP_COUNT - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The property for how many utterances to process
PROP_CREATE_MISSING_WORDS - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The property that specifies whether the Dictionary.getWord() method should return a Word object even if the word does not exist in the dictionary.
PROP_CTL_FILE - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
The property that specifies the file containing the corpus utterance audio
PROP_CTM_FILE - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
The property that specifies the the directory where the output XXX files should be placed
PROP_DATA_DIR - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
The property that specifies the file containing the corpus utterance audio
PROP_DATA_LISTENERS - Static variable in class edu.cmu.sphinx.frontend.databranch.FrontEndSplitter
 
PROP_DATA_LOCATION - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Subfolder where the acoustic model can be found
PROP_DEALLOCATED_MONITORS - Static variable in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
The property that defines all of the monitors to call when the recognizer is deallocated
PROP_DECODER - Static variable in class edu.cmu.sphinx.recognizer.Recognizer
The property for the decoder to be used by this recognizer.
PROP_DICTIONARY - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The property 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 property specifying the dictionary to use
PROP_DICTIONARY - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
The property that defines the dictionary to use for this grammar
PROP_DROP_EVERY_NTH_FRAME - Static variable in class edu.cmu.sphinx.frontend.feature.FrameDropper
The property that specifies dropping one in every Nth frame.
PROP_DUMP_ARC_LABELS - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The property to specify whether to dump arc labels.
PROP_DUMP_GSTATES - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
The property used to determine whether or not the gstates are dumped.
PROP_DUMP_LATTICE - Static variable in class edu.cmu.sphinx.result.MAPConfidenceScorer
The property that specifies whether to dump the lattice.
PROP_DUMP_SAUSAGE - Static variable in class edu.cmu.sphinx.result.MAPConfidenceScorer
The property that specifies whether to dump the sausage.
PROP_ENABLE - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The property that specifies whether data dumping is enabled
PROP_ENABLED - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
The property that defines whether this beam tracker is enabled
PROP_END_SILENCE - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The property for the amount of time in silence (in milliseconds) to be considered as utterance end.
PROP_END_SILENCE_DECAY - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The property to decrease end silence while we are reading speech.
PROP_FEATURE_BLOCK_SIZE - Static variable in class edu.cmu.sphinx.decoder.Decoder
The property for the number of features to recognize at once.
PROP_FEATURE_WINDOW - Static variable in class edu.cmu.sphinx.frontend.feature.AbstractFeatureExtractor
The property for the window of the DeltasFeatureExtractor.
PROP_FILENAME - Static variable in class edu.cmu.sphinx.linguist.util.LinguistDumper
The property for the destination of the LinguistDumper
PROP_FILLER_DICTIONARY - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The property for the filler dictionary file path.
PROP_FILLER_INSERTION_PROBABILITY - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Filler insertion probability property
PROP_FORMAT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The property specifying the format of the language model.
PROP_FRAME_LENGTH_MS - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The property specifying the endpointing frame length in milliseconds.
PROP_FRAME_SHIFT_MS - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The property name for frame shift in milliseconds, which has a default value of 10F.
PROP_FRAME_SHIFT_MS - Static variable in class edu.cmu.sphinx.frontend.util.StreamHTKCepstrum
The property name for frame shift in milliseconds, which has a default value of 10F.
PROP_FRAME_SIZE_MS - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The property name for frame size in milliseconds.
PROP_FRAME_SIZE_MS - Static variable in class edu.cmu.sphinx.frontend.util.StreamHTKCepstrum
The property name for frame size in milliseconds.
PROP_FRAMES_PER_SECOND - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
PROP_FRONTEND - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The property that defines which frontend to monitor
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_WORD_HISTORIES - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
The property that determines whether or not full word histories are used to determine when two states are equal.
PROP_GENERATE_UNIT_STATES - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
The property to control whether or not the linguist will generate unit states.
PROP_GRAMMAR - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
The 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
The property that defines the grammar to use when building the search graph
PROP_GRAMMAR_NAME - Static variable in class edu.cmu.sphinx.jsgf.JSGFGrammar
The property that defines the location of the JSGF grammar file.
PROP_GROW_SKIP_INTERVAL - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
The 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
The property that controls the number of frames processed for every time the decode growth step is skipped.
PROP_HOST - Static variable in class edu.cmu.sphinx.linguist.language.ngram.NetworkLanguageModel
The property specifying the host of the language model server.
PROP_HYPOTHESIS_TRANSCRIPT - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The property specifying the transcript file.
PROP_INITIAL_MEAN - Static variable in class edu.cmu.sphinx.frontend.feature.LiveCMN
The property for the initial cepstral mean.
PROP_INPUT_DATA_PROCESSORS - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The property that specifies the input source
PROP_INPUT_SOURCE - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The property that specifies the source of the transcript
PROP_INVERT - Static variable in class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
The property for the invert transform.
PROP_IS_BINARY - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
Specifies whether the model to be loaded is in ASCII or binary format
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_COMPLETE_PATH - Static variable in class edu.cmu.sphinx.frontend.util.WavWriter
 
PROP_IS_CPU_RELATIVE - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
The property that controls whether the number of available CPUs on the system is used when determining the number of threads to use for scoring.
PROP_KEEP_ALL_TOKENS - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The property that controls whether or not we keep all tokens.
PROP_KEEP_LAST_AUDIO - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The property that specifies whether to keep the audio data of an utterance around until the next utterance is recorded.
PROP_LANGUAGE_MODEL - Static variable in class edu.cmu.sphinx.linguist.language.grammar.LMGrammar
The property for the language model to be used by this grammar
PROP_LANGUAGE_MODEL - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
The property for the language model to be used by this grammar
PROP_LANGUAGE_MODEL_WEIGHTS - Static variable in class edu.cmu.sphinx.linguist.language.ngram.InterpolatedLanguageModel
The property that defines the language models weights
PROP_LANGUAGE_MODELS - Static variable in class edu.cmu.sphinx.linguist.language.ngram.InterpolatedLanguageModel
The property that defines the language models to be interpolated.
PROP_LANGUAGE_WEIGHT - Static variable in class edu.cmu.sphinx.instrumentation.SausageAccuracyTracker
The property with language model weight for posterior probability computation
PROP_LANGUAGE_WEIGHT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The property that defines the language weight for the search
PROP_LANGUAGE_WEIGHT - Static variable in interface edu.cmu.sphinx.linguist.Linguist
The property that defines the language weight for the search
PROP_LANGUAGE_WEIGHT - Static variable in class edu.cmu.sphinx.result.AbstractSausageMaker
The property that defines the language model weight.
PROP_LANGUAGE_WEIGHT - Static variable in class edu.cmu.sphinx.result.MAPConfidenceScorer
The property that defines the language model weight.
PROP_LINGUIST - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
The 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
The 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 property that defines the name of the linguist to process
PROP_LOADER - Static variable in class edu.cmu.sphinx.frontend.feature.LDA
The name of the transform matrix file
PROP_LOADER - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
The property that defines the component used to load the acoustic model
PROP_LOCATION - Static variable in interface edu.cmu.sphinx.linguist.acoustic.AcousticModel
The directory where the acoustic model data can be found.
PROP_LOCATION - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The property specifying the location of the language model.
PROP_LOG_BASE - Static variable in class edu.cmu.sphinx.util.LogMath
The property to get the Log base.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.decoder.search.ActiveListFactory
The 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
The 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
The 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
The property that defines which recognizer to monitor
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.jsgf.JSGFGrammar
The property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
The log math component for the system.
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
The 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
The 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.classes.ClassBasedLanguageModel
The property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.classes.ClassMap
The property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
The property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
The property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.ngram.InterpolatedLanguageModel
The property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.ngram.NetworkLanguageModel
The property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
The property that defines the logMath component.
PROP_LOG_MATH - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
The 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 property to specify the log math
PROP_LOOP - Static variable in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
The property that if true, indicates that this is a looping grammar
PROP_LPC_ORDER - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The property specifying the LPC order.
PROP_MAP_FILE - Static variable in class edu.cmu.sphinx.linguist.dictionary.MappingDictionary
 
PROP_MAX_DEPTH - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The property specifying the maximum depth reported by the language model (from a getMaxDepth()) call.
PROP_MAX_DITHER - Static variable in class edu.cmu.sphinx.frontend.util.Dither
The maximal value which could be added/substracted to/from the signal
PROP_MAX_ENERGY - Static variable in class edu.cmu.sphinx.frontend.util.EnergyPlotter
The maximum level of energy for which a plot string will be preconstructed.
PROP_MAX_FILLER_WORDS - Static variable in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
property that sets the max filler words allowed in the beam.
PROP_MAX_FREQ - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The property for the maximum frequency covered by the filterbank.
PROP_MAX_FREQ - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The property for the center frequency of the highest filter in the filterbank.
PROP_MAX_LATTICE_EDGES - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The property that specifies the maximum lattice edges
PROP_MAX_NON_SPEECH_TIME_MS - Static variable in class edu.cmu.sphinx.frontend.endpoint.ExcessiveNonSpeechPruner
The property for the maximum amount of (subsequent) none-speech time (in ms) to be preserved in the speech stream.
PROP_MAX_PATHS_PER_WORD - Static variable in class edu.cmu.sphinx.decoder.search.WordActiveListFactory
property that sets the max paths for a single word.
PROP_MAX_SILENCE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The property that specifies the maximum number of times the silence file is added between files.
PROP_MAX_VAL - Static variable in class edu.cmu.sphinx.frontend.util.Dither
The maximal value of dithered values.
PROP_MC_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
Mixture component score floor.
PROP_MC_FLOOR - Static variable in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Mixture component score floor.
PROP_MC_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Mixture component score floor.
PROP_MIN_FREQ - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The property for the minimum frequency covered by the filterbank.
PROP_MIN_FREQ - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The property for the center frequency of the lowest filter in the filterbank.
PROP_MIN_SCOREABLES_PER_THREAD - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
The property that controls the minimum number of scoreables sent to a thread.
PROP_MIN_SIGNAL - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The property specifying the minimum signal level used to update the background signal level.
PROP_MIN_VAL - Static variable in class edu.cmu.sphinx.frontend.util.Dither
The minimal value of dithered values.
PROP_MODEL - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
The name of the model definition file (contains the HMM data)
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_MONITORS - Static variable in class edu.cmu.sphinx.recognizer.Recognizer
The property for the set of monitors for this recognizer
PROP_MSEC_PER_READ - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The property that specifies the number of milliseconds of audio data to read each time from the underlying Java Sound audio device.
PROP_MW_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
Mixture weight floor.
PROP_MW_FLOOR - Static variable in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
Mixture weight floor.
PROP_MW_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Mixture weight floor.
PROP_NUM_THREADS - Static variable in class edu.cmu.sphinx.decoder.scorer.ThreadedAcousticScorer
The property that controls the number of threads that are used to score hmm states.
PROP_NUMBER_FFT_POINTS - Static variable in class edu.cmu.sphinx.frontend.transform.DiscreteFourierTransform
The property for the number of points in the Fourier Transform.
PROP_NUMBER_FILTERS - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.MelFrequencyFilterBank
The property for the number of filters in the filterbank.
PROP_NUMBER_FILTERS - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPCepstrumProducer
The property for the number of filters in the filter bank.
PROP_NUMBER_FILTERS - Static variable in class edu.cmu.sphinx.frontend.frequencywarp.PLPFrequencyFilterBank
The property for the number of filters in the filterbank.
PROP_NUMBER_FILTERS - Static variable in class edu.cmu.sphinx.frontend.transform.DiscreteCosineTransform
The property for the number of filters in the filterbank.
PROP_OPTIMIZE_GRAMMAR - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
The default value for PROP_SHOW_GRAMMAR.
PROP_OUT_FILE_NAME_PATTERN - Static variable in class edu.cmu.sphinx.frontend.util.WavWriter
The pathname which must obey the pattern: pattern + i + .wav.
PROP_OUT_OF_GRAMMAR_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
The property for the probability of entering the out-of-grammar branch.
PROP_OUTFILE - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
 
PROP_OUTPUT_FORMAT - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The property that specifies the format of the output.
PROP_OUTPUT_SIGNALS - Static variable in class edu.cmu.sphinx.frontend.util.DataDumper
The property that enables the output of signals.
PROP_PARENT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
The property that defines the parent language model.
PROP_PATH - Static variable in class edu.cmu.sphinx.linguist.language.grammar.FSTGrammar
The property for the location of the FST n-gram file.
PROP_PATH - Static variable in class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
The property that defines the location of the word list grammar
PROP_PHONE_INSERTION_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
The property for the probability of inserting a CI phone in the out-of-grammar ci phone loop
PROP_PHONE_LOOP_ACOUSTIC_MODEL - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
The 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_PORT - Static variable in class edu.cmu.sphinx.linguist.language.ngram.NetworkLanguageModel
The property specifying the port of the language model server.
PROP_PREEMPHASIS_FACTOR - Static variable in class edu.cmu.sphinx.frontend.filter.Preemphasizer
The property for preemphasis factor/alpha.
PROP_PROPERTIES_FILE - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
The property for the name of the acoustic properties file.
PROP_PROPERTIES_FILE - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The property for the name of the acoustic properties file.
PROP_PRUNER - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
The 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
The 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
The property for the name of the file that logs all the queried N-grams.
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
The property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
The property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
The property for the recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
The property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The property that defines which recognizer to monitor
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The property that specifies the recognizer to use
PROP_RECOGNIZER - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The property that specifies the recognizer to use
PROP_REF_FILE - Static variable in class edu.cmu.sphinx.linguist.language.grammar.BatchForcedAlignerGrammar
Property that defines the reference file containing the transcripts used to create the froced align grammar
PROP_REF_FILE - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
The property that specifies the file containing the transcripts of the corpus
PROP_RELATIVE_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
Property that sets the minimum score relative to the maximum score in the list for pruning.
PROP_RELATIVE_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.decoder.search.ActiveListFactory
Property that sets the minimum score relative to the maximum score in the list for pruning.
PROP_RELATIVE_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
The property that specifies the relative beam width
PROP_RELATIVE_WORD_BEAM_WIDTH - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveListManager
The property that specifies the relative word beam width
PROP_RELATIVE_WORD_BEAM_WIDTH - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
The property that sets the minimum score relative to the maximum score in the word list for pruning.
PROP_REPLACE_NTH_WITH_PREVIOUS - Static variable in class edu.cmu.sphinx.frontend.feature.FrameDropper
The property that specifies whether to replace the Nth frame with the previous frame.
PROP_RESULT_LISTENERS - Static variable in class edu.cmu.sphinx.decoder.AbstractDecoder
 
PROP_SAMPLE_RATE - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The property for the sample rate of the data.
PROP_SAMPLE_RATE - Static variable in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
The property that defines the sample rate
PROP_SAMPLE_RATE - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The property for the sample rate.
PROP_SAMPLE_RATE - Static variable in class edu.cmu.sphinx.frontend.util.StreamHTKCepstrum
The property that defines the sample rate
PROP_SAMPLES_PER_SECOND - Static variable in class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer
 
PROP_SAVE_CONFIG_AS_XML - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
The property that is used to indicate whether or not this monitor should save the configuration in an XML document
PROP_SCORER - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
The 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
The property that defines the name of the scorer to be used by this search manager.
PROP_SEARCH_MANAGER - Static variable in class edu.cmu.sphinx.decoder.AbstractDecoder
The property that defines the name of the search manager to use
PROP_SELECT_CHANNEL - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The property that specifies the channel to use if the audio is stereo
PROP_SELECT_MIXER - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The property that specifies the mixer to use.
PROP_SHOW_ALIGNED_RESULTS - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The property that defines whether recognition results should be displayed.
PROP_SHOW_COMPILATION_PROGRESS - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Property to control whether compilation progress is displayed on standard output.
PROP_SHOW_CONFIG - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
The 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
The property that is used to indicate whether or not this monitor should dump the configuration in an GDL document
PROP_SHOW_CONFIG_AS_HTML - Static variable in class edu.cmu.sphinx.instrumentation.ConfigMonitor
The property that is used to indicate whether or not this monitor should dump the configuration in an HTML document
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The property that defines whether detailed accuracy information is displayed
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
The property that defines whether detailed accuracy information is displayed
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
The property that defines whether detailed accuracy information is displayed
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
The property that defines whether detailed accuracy information is displayed
PROP_SHOW_DETAILS - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The property that defines whether detailed accuracy information is displayed
PROP_SHOW_FULL_PATH - Static variable in class edu.cmu.sphinx.instrumentation.BestPathAccuracyTracker
The property that define whether the full token path is displayed
PROP_SHOW_FULL_PATH - Static variable in class edu.cmu.sphinx.instrumentation.SausageAccuracyTracker
The property that defines whether the full token path is displayed
PROP_SHOW_GAP_INSERTIONS - Static variable in class edu.cmu.sphinx.tools.live.LiveModeRecognizer
The property specifying whether to print out the gap insertion errors.
PROP_SHOW_GRAMMAR - Static variable in class edu.cmu.sphinx.linguist.language.grammar.Grammar
Property to control the the dumping of the grammar
PROP_SHOW_RAW_RESULTS - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The property that defines whether recognition results should be displayed.
PROP_SHOW_RESPONSE_TIME - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The property that defines whether detailed response information is displayed
PROP_SHOW_RESULTS - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The property that defines whether recognition results should be displayed.
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.AccuracyTracker
The property that defines whether summary accuracy information is displayed
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.BeamFinder
The property that defines whether summary accuracy information is displayed
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.MemoryTracker
The property that defines whether summary accuracy information is displayed
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.RejectionTracker
The property that defines whether summary accuracy information is displayed
PROP_SHOW_SUMMARY - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The property that defines whether summary accuracy information is displayed
PROP_SHOW_TIMERS - Static variable in class edu.cmu.sphinx.instrumentation.SpeedTracker
The property that defines whether detailed timer information is displayed
PROP_SHOW_TOKEN_COUNT - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
The property that 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
The property than, when set to true will cause the recognizer to count up all the tokens in the active list after every frame.
PROP_SIGNED - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The property specify whether the data is signed.
PROP_SIGNED_DATA - Static variable in class edu.cmu.sphinx.frontend.util.StreamDataSource
The property specifying whether the input data is signed.
PROP_SIGNED_DATA - Static variable in class edu.cmu.sphinx.frontend.util.WavWriter
The property specifying whether the input data is signed.
PROP_SILENCE_FILE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The property that specifies the silence audio file, if any.
PROP_SILENCE_INSERTION_PROBABILITY - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Silence insertion probability property
PROP_SKIP - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The property 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 property or how many files to skip for every decode.
PROP_SKIP_HMMS - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The property specifying whether to skip HMMs during dumping.
PROP_SPARSE_FORM - Static variable in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
 
PROP_SPARSE_FORM - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The property specifying whether the transition matrices of the acoustic model is in sparse form, i.e., omitting the zeros of the non-transitioning states.
PROP_SPEECH_LEADER - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The property for the amount of time (in milliseconds) before speech start to be included as speech data.
PROP_SPEECH_LEADER_FRAMES - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The property for number of frames to keep in buffer.
PROP_SPEECH_TRAILER - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The property for the amount of time (in milliseconds) after speech ends to be included as speech data.
PROP_SPREAD_WORD_PROBABILITIES_ACROSS_PRONUNCIATIONS - Static variable in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Property that controls whether word probabilities are spread across all pronunciations.
PROP_START_FILE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The property that specifies which file to start at.
PROP_START_SPEECH - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
The property for the minimum amount of time in speech (in milliseconds) to be considered as utterance start.
PROP_STEREO_TO_MONO - Static variable in class edu.cmu.sphinx.frontend.util.Microphone
The property that specifies how to convert stereo audio to mono.
PROP_STRICT_PRUNING - Static variable in interface edu.cmu.sphinx.decoder.search.ActiveList
Property that indicates whether or not the active list will implement 'strict pruning'.
PROP_STRICT_PRUNING - Static variable in class edu.cmu.sphinx.decoder.search.ActiveListFactory
Property that indicates whether or not the active list will implement 'strict pruning'.
PROP_THRESHOLD - Static variable in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
The property specifying the threshold.
PROP_TIE_1PH - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
Shall we use the real 1ph or tie them from the 3ph ?
PROP_TOTAL_BATCHES - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The property for the total number of batch jobs the decoding run is being divided into.
PROP_TOTAL_FILES - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The property that specifies the total number of files to read.
PROP_TRANSCRIPT_FILE - Static variable in class edu.cmu.sphinx.frontend.util.ConcatFileDataSource
The property that specifies the name of the transcript file.
PROP_TRIGRAM_CACHE_SIZE - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The property that defines that maxium number of trigrams to be cached
PROP_UNIGRAM_SMEAR_WEIGHT - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
The property that determines the weight of the smear
PROP_UNIGRAM_WEIGHT - Static variable in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
The property specifying the unigram weight
PROP_UNIT_INSERTION_PROBABILITY - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Unit insertion probability property
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
The unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The unit manager
PROP_UNIT_MANAGER - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
The property that defines the unit manager
PROP_UNIT_MANAGER - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The 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
The 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
The property that defines the unit manager to use when building the search graph
PROP_USE_ADD_TABLE - Static variable in class edu.cmu.sphinx.util.LogMath
The property that controls whether we use the old, slow (but correct) method of performing the LogMath.add by doing the actual computation.
PROP_USE_CD_UNITS - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The property specifying whether context-dependent units should be used.
PROP_USE_COMPOSITES - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel
Controls whether we generate composites or CI units when no context is given during a lookup.
PROP_USE_POOLED_BATCH_MANAGER - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The property that defines whether or not the decoder should use the pooled batch manager
PROP_USE_RANDSEED - Static variable in class edu.cmu.sphinx.frontend.util.Dither
The property about using random seed or not
PROP_VARIANCE_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
Variance floor.
PROP_VARIANCE_FLOOR - Static variable in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
 
PROP_VARIANCE_FLOOR - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
Variance floor.
PROP_VECTOR_LENGTH - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTKLoader
The property for the length of feature vectors.
PROP_VECTOR_LENGTH - Static variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
The property for the length of feature vectors.
PROP_VERTICAL_LAYOUT - Static variable in class edu.cmu.sphinx.linguist.util.GDLDumper
The property to specify whether to use vertical graph layout.
PROP_WAIT_IF_EMPTY - Static variable in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
If this property is set true the buffer will wait for new data until it returns from a getData-call.
PROP_WAIT_TIME_MS - Static variable in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
The time in milliseconds which will be waited between two attempts to read a data element from the buffer when being in waitIfEmpty-mode
PROP_WANT_ENTRY_PRUNING - Static variable in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
The property that controls whether or not relative beam pruning will be performed on the entry into a state.
PROP_WANT_UNIGRAM_SMEAR - Static variable in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
The property that determines whether or not unigram probabilities are smeared through the lex tree
PROP_WHICH_BATCH - Static variable in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
The property that specified which batch job is to be run.
PROP_WINDOW_SHIFT_MS - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
The property for window shift in milliseconds, which has a default value of 10F.
PROP_WINDOW_SIZE_MS - Static variable in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
The property for window size in milliseconds.
PROP_WORD_DICTIONARY - Static variable in class edu.cmu.sphinx.linguist.language.classes.ClassPresentingDictionary
 
PROP_WORD_INSERTION_PROBABILITY - Static variable in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
The property for the word insertion probability.
PROP_WORD_INSERTION_PROBABILITY - Static variable in interface edu.cmu.sphinx.linguist.Linguist
Word insertion probability property
PROP_WORD_REPLACEMENT - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
The property that specifies the word to substitute when a lookup fails to find the word in the dictionary.
PropertiesDumper - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Dumps out information about an acoustic model.
PropertiesDumper(String) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties file.
PropertiesDumper(Properties) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.PropertiesDumper
Constructs a PropertiesDumper of the given acoustic model properties.
PropertyException - Exception in edu.cmu.sphinx.util.props
Indicates that a problem occurred while setting one or more properties for this component
PropertyException(String, String, String) - Constructor for exception edu.cmu.sphinx.util.props.PropertyException
Creates a new property exception.
PropertyException(Throwable, String, String, String) - Constructor for exception edu.cmu.sphinx.util.props.PropertyException
Creates a new property exception.
PropertyException(Exception) - Constructor for exception edu.cmu.sphinx.util.props.PropertyException
 
PropertySheet - Class in edu.cmu.sphinx.util.props
A property sheet which defines a collection of properties for a single component in the system.
PropertySheet(Configurable, String, RawPropertyData, ConfigurationManager) - Constructor for class edu.cmu.sphinx.util.props.PropertySheet
 
PropertySheet(Class<? extends Configurable>, String, ConfigurationManager, RawPropertyData) - Constructor for class edu.cmu.sphinx.util.props.PropertySheet
 
PropertyType - Enum in edu.cmu.sphinx.util.props
An enum type that defines the possible property types.
prune(ActiveList) - Method in class edu.cmu.sphinx.decoder.pruner.NullPruner
prunes the given set of states
prune(ActiveList) - Method in interface edu.cmu.sphinx.decoder.pruner.Pruner
prunes the given set of states
prune(ActiveList) - Method in class edu.cmu.sphinx.decoder.pruner.SimplePruner
prunes the given set of states
Pruner - Interface in edu.cmu.sphinx.decoder.pruner
Provides a mechanism for pruning a set of StateTokens
PUBLIC - Static variable in interface edu.cmu.sphinx.jsgf.parser.JSGFParserConstants
RegularExpression Id.
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, T) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Places the given object in the pool.
putResponse(String) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Outputs a response to the sender.

R

RaisedCosineWindower - Class in edu.cmu.sphinx.frontend.window
Slices up a Data object into a number of overlapping windows (usually refered to as "frames" in the speech world).
RaisedCosineWindower(double, float, float) - Constructor for class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
RaisedCosineWindower() - Constructor for class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
 
RawPropertyData - Class in edu.cmu.sphinx.util.props
Holds the raw property data just as it has come in from the properties file.
RawPropertyData(String, String) - Constructor for class edu.cmu.sphinx.util.props.RawPropertyData
Creates a raw property data item.
RawPropertyData(String, String, Map<String, Object>) - Constructor for class edu.cmu.sphinx.util.props.RawPropertyData
Creates a raw property data item, using a given property map.
RawReader - Class in edu.cmu.sphinx.tools.audio
Reads a raw audio file (i.e., a file that is just plain raw samples and nothing else) and converts it to signed data.
RawReader() - Constructor for class edu.cmu.sphinx.tools.audio.RawReader
 
RawRecorder - Class in edu.cmu.sphinx.tools.audio
Grabs audio from the microphone and returns an array of samples.
RawRecorder(AudioFormat) - Constructor for class edu.cmu.sphinx.tools.audio.RawRecorder
Create a new RawRecorder.
RawWriter - Class in edu.cmu.sphinx.tools.audio
Writes raw audio to a file, handling sample size, endian format, and signed/unsigned data.
RawWriter(OutputStream, AudioFormat) - Constructor for class edu.cmu.sphinx.tools.audio.RawWriter
 
read() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
read(byte[]) - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
read(byte[], int, int) - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
read(File) - Method in interface edu.cmu.sphinx.tools.gui.reader.GUIReader
read method that must be implemented by all readers
read(File) - Method in class edu.cmu.sphinx.tools.gui.reader.XMLConfigReader
The method called for reading from xml file
readAudioData(InputStream, AudioFormat) - Static method in class edu.cmu.sphinx.tools.audio.RawReader
Reads raw bytes from the given audioStream and returns big endian signed samples based on the audioFormat.
readAudioFile(String) - Static method in class edu.cmu.sphinx.tools.audio.Utils
Attempts to read an audio file using the Java Sound APIs.
readChar() - Method in class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Read a character.
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.
readLittleEndianShort(DataInputStream) - Static method in class edu.cmu.sphinx.frontend.util.StreamHTKCepstrum
 
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() - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
Recognizer - Class in edu.cmu.sphinx.recognizer
The Sphinx-4 recognizer.
Recognizer(Decoder, List<Monitor>) - Constructor for class edu.cmu.sphinx.recognizer.Recognizer
 
Recognizer() - Constructor for class edu.cmu.sphinx.recognizer.Recognizer
 
Recognizer.State - Enum in edu.cmu.sphinx.recognizer
Defines the possible states of the recognizer.
RecognizerMonitor - Class in edu.cmu.sphinx.instrumentation
Monitor the state transitions of a given recognizer.
RecognizerMonitor(Recognizer, List<Runnable>, List<Runnable>) - Constructor for class edu.cmu.sphinx.instrumentation.RecognizerMonitor
 
RecognizerMonitor() - Constructor for class edu.cmu.sphinx.instrumentation.RecognizerMonitor
 
ReferenceSource - Interface in edu.cmu.sphinx.util
A source of reference texts.
reflectionCoeffsToARParameters(double[], int) - Method in class edu.cmu.sphinx.frontend.frequencywarp.LinearPredictor
Computes AR parameters from a given set of reflection coefficients.
REFRESH - Static variable in class edu.cmu.sphinx.tools.gui.GUIMediator
 
refresh() - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
Refresh the Sphinx model
registerPanel(GUIFileActionListener) - Method in class edu.cmu.sphinx.tools.gui.GUIMediator
Used by GUI panel to register as one of the notified clients
ReInit(Reader, int, int, int) - Method in class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Reinitialise.
ReInit(Reader) - Method in class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Reinitialise.
ReInit(InputStream) - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
Reinitialise.
ReInit(InputStream, String) - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
Reinitialise.
ReInit(Reader) - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
Reinitialise.
ReInit(JSGFParserTokenManager) - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
Reinitialise.
ReInit(JavaCharStream) - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParserTokenManager
Reinitialise parser.
ReInit(JavaCharStream, int) - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParserTokenManager
Reinitialise parser.
RejectionTracker - Class in edu.cmu.sphinx.instrumentation
Tracks and reports rejection accuracy.
RejectionTracker(Recognizer, boolean, boolean) - Constructor for class edu.cmu.sphinx.instrumentation.RejectionTracker
 
RejectionTracker() - Constructor for class edu.cmu.sphinx.instrumentation.RejectionTracker
 
remove(JSGFRuleGrammar) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammarManager
 
remove(String) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammarManager
 
remove(String) - Method in class edu.cmu.sphinx.util.props.RawPropertyData
Removes an existing property.
removeChangeListener(ChangeListener) - Method in class edu.cmu.sphinx.tools.audio.AudioData
Remove a ChangeListener.
removeConfigurable(String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Removes a configurable from this configuration manager.
removeConfigurationChangeListener(ConfigurationChangeListener) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Removes a listener for configuration change events.
removeDataListener(DataListener) - Method in class edu.cmu.sphinx.frontend.databranch.DataBufferProcessor
Removes a listener.
removeDataListener(DataListener) - Method in interface edu.cmu.sphinx.frontend.databranch.DataProducer
Unregisters a listener fors Datas.
removeDataListener(DataListener) - Method in class edu.cmu.sphinx.frontend.databranch.FrontEndSplitter
 
removeFillers() - Method in class edu.cmu.sphinx.result.LatticeRescorer
 
removeFillers() - Method in class edu.cmu.sphinx.result.Sausage
Remove all filler words from the sausage.
removeImport(JSGFRuleName) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammar
Remove an import.
removeLeavingEdge(Edge) - Method in class edu.cmu.sphinx.result.Node
Remove an Edge to this Node
removeNewFileListener(AudioFileProcessListener) - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
Removes a listener for new file events.
removeResultListener(ResultListener) - Method in class edu.cmu.sphinx.decoder.AbstractDecoder
Removes a previously added result listener.
removeResultListener(ResultListener) - Method in interface edu.cmu.sphinx.decoder.ResultProducer
Removes a listener from this ResultProducer-instance.
removeResultListener(ResultListener) - Method in class edu.cmu.sphinx.recognizer.Recognizer
Removes a previously added result listener.
removeSignalListener(SignalListener) - Method in class edu.cmu.sphinx.frontend.FrontEnd
Removes a listener for signals.
removeStateListener(StateListener) - Method in class edu.cmu.sphinx.recognizer.Recognizer
Removes a previously added state listener.
renameConfigurable(String, String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
 
replace(Token, Token) - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Replaces an old token with a new token
replace(Token, Token) - Method in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Replaces an old token with a new token
replace(Token, Token) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
Replaces an old token with a new token
rescore() - Method in class edu.cmu.sphinx.result.LatticeRescorer
 
reset() - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
reset() - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
Resets the beam statistics
reset() - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
reset() - Method in interface edu.cmu.sphinx.instrumentation.Resetable
Resets this component.
reset() - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
Resets the speed statistics
reset() - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
reset() - Method in class edu.cmu.sphinx.util.Complex
Sets both the real and imaginary parts of this complex number to zero.
reset() - Method in class edu.cmu.sphinx.util.IDGenerator
Resets the ID to zero.
reset() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Resets all the accuracy and error statistics.
reset() - Method in class edu.cmu.sphinx.util.StatisticsVariable
Resets this StatisticsVariable.
reset() - Method in class edu.cmu.sphinx.util.Timer
Resets the timer as if it has never run before.
Resetable - Interface in edu.cmu.sphinx.instrumentation
Defines the interface for an object that is resetable
resetAll() - Static method in class edu.cmu.sphinx.util.StatisticsVariable
Resets all of the StatisticsVariables in the given context
resetAll() - Static method in class edu.cmu.sphinx.util.TimerPool
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(JSGFRuleName) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammar
Resolve a simple or qualified rule name as a full rule name.
resolve(String) - Static method in class edu.cmu.sphinx.util.StreamFactory
Returns the type of the given data source.
resolveAllRules() - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammar
Resolve and link up all rule references contained in all rules.
resolvedRuleName - Variable in class edu.cmu.sphinx.jsgf.rule.JSGFRuleName
 
Result - Class in edu.cmu.sphinx.result
Provides recognition results.
Result(AlternateHypothesisManager, ActiveList, List<Token>, int, boolean, LogMath) - Constructor for class edu.cmu.sphinx.result.Result
Creates a result
Result(ActiveList, List<Token>, int, boolean, LogMath) - Constructor for class edu.cmu.sphinx.result.Result
Creates a result
ResultAnalyzer - Class in edu.cmu.sphinx.util
Compares a reference result strings to actual result strings and keeps track of statistics with regard to the strings
ResultAnalyzer(boolean) - Constructor for class edu.cmu.sphinx.util.ResultAnalyzer
Creates a result analyzer
ResultListener - Interface in edu.cmu.sphinx.decoder
The listener interface for being informed when new results are generated.
ResultProducer - Interface in edu.cmu.sphinx.decoder
Some API-elements shared by components which are able to produce Results.
retrieveGrammar(String) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammarManager
Retrieve a grammar from the grammar list.
RIGHT_CONTEXT_SIZE - Static variable in class edu.cmu.sphinx.linguist.acoustic.trivial.TrivialAcousticModel
 
roundToFrames(long) - Method in class edu.cmu.sphinx.frontend.window.RaisedCosineWindower
Rounds a given sample-number to the number of samples will be processed by this instance including the padding samples at the end..
RuleDeclaration(JSGFRuleGrammar) - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
 
ruleDef() - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
 
ruleForJSGF(String) - Static method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
ruleForJSGF
ruleName - Variable in class edu.cmu.sphinx.jsgf.rule.JSGFRule
 
ruleRef() - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
 
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 statistics of the linguist
run() - Method in class edu.cmu.sphinx.tools.audio.AudioPlayer
Plays the AudioData in a separate thread.
run() - Method in class edu.cmu.sphinx.util.CommandInterpreter
 
run() - Method in class edu.cmu.sphinx.util.SocketCommandInterpreter
 
runCommand(String) - Method in class edu.cmu.sphinx.tools.gui.util.SysCommandExecutor
execute the command

S

S3FeatureExtractor - Class in edu.cmu.sphinx.frontend.feature
Computes the delta and double delta of input cepstrum (or plp or ...).
S3FeatureExtractor() - Constructor for class edu.cmu.sphinx.frontend.feature.S3FeatureExtractor
 
S4Boolean - Annotation Type in edu.cmu.sphinx.util.props
A logical property.
S4Component - Annotation Type in edu.cmu.sphinx.util.props
A component property.
S4ComponentList - Annotation Type in edu.cmu.sphinx.util.props
A list property.
S4Double - Annotation Type in edu.cmu.sphinx.util.props
* A double property.
S4Integer - Annotation Type in edu.cmu.sphinx.util.props
An integer property.
S4Property - Annotation Type in edu.cmu.sphinx.util.props
A tag which superclasses all sphinx property annotations.
S4PropWrapper - Class in edu.cmu.sphinx.util.props
Wraps annotations
S4PropWrapper(Proxy) - Constructor for class edu.cmu.sphinx.util.props.S4PropWrapper
 
S4String - Annotation Type in edu.cmu.sphinx.util.props
A string property.
S4StringList - Annotation Type in edu.cmu.sphinx.util.props
A List containing float numbers.
Sausage - Class in edu.cmu.sphinx.result
A Sausage is a sequence of confusion sets, one for each position in an utterance.
Sausage(int) - Constructor for class edu.cmu.sphinx.result.Sausage
Construct a new sausage.
SausageAccuracyTracker - Class in edu.cmu.sphinx.instrumentation
Tracks and reports recognition accuracy based upon the highest scoring path in a Result.
SausageAccuracyTracker(Recognizer, boolean, boolean, boolean, boolean, boolean, boolean, float) - Constructor for class edu.cmu.sphinx.instrumentation.SausageAccuracyTracker
 
SausageAccuracyTracker() - Constructor for class edu.cmu.sphinx.instrumentation.SausageAccuracyTracker
 
SausageMaker - Class in edu.cmu.sphinx.result

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

SausageMaker() - Constructor for class edu.cmu.sphinx.result.SausageMaker
Construct an empty sausage maker
SausageMaker(float) - Constructor for class edu.cmu.sphinx.result.SausageMaker
 
SausageMaker(Lattice) - Constructor for class edu.cmu.sphinx.result.SausageMaker
Construct a sausage maker
save(String, AudioFileFormat.Type) - Method in class edu.cmu.sphinx.frontend.util.Utterance
Save the audio as a WAV file in the given file.
save(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
Saves in proprietary format
save(String, boolean) - Method in interface edu.cmu.sphinx.linguist.acoustic.tiedstate.Saver
 
SAVE - Static variable in class edu.cmu.sphinx.tools.gui.GUIMediator
 
save(ConfigurationManager, File) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
saveData(ConfigProperties) - Method in interface edu.cmu.sphinx.tools.gui.GUIFileActionListener
save the data from GUI
saveData(ConfigProperties) - Method in class edu.cmu.sphinx.tools.gui.util.ModelBuilder
This method is inherited from GUIFileActionListener Currently the saved data all come only from ModelBuilder
saveHTK(String, String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
saveHTK(String, String, String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
saveHTKheader(String, String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
saveHTKState(PrintWriter) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
saveHTKtailer(int, PrintWriter) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
Saver - Interface in edu.cmu.sphinx.linguist.acoustic.tiedstate
Generic interface for a saver of acoustic models
SaxLoader - Class in edu.cmu.sphinx.util.props
Loads configuration from an XML file
SaxLoader(URL, Map<String, String>, Map<String, RawPropertyData>, boolean) - Constructor for class edu.cmu.sphinx.util.props.SaxLoader
Creates a loader that will load from the given location
SaxLoader(URL, Map<String, String>) - Constructor for class edu.cmu.sphinx.util.props.SaxLoader
Creates a loader that will load from the given location
scaleComplex(Complex, double) - Method in class edu.cmu.sphinx.util.Complex
Method to scale a complex number by a real one.
score(Result) - Method in interface edu.cmu.sphinx.result.ConfidenceScorer
Computes confidences for a Result and returns a ConfidenceResult, a compact representation of all the hypothesis contained in the result together with their per-word and per-path confidences.
score(Result) - Method in class edu.cmu.sphinx.result.MAPConfidenceScorer
Computes confidences for a Result and returns a ConfidenceResult, a compact representation of all the hypothesis contained in the result together with their per-word and per-path confidences.
score(Result) - Method in class edu.cmu.sphinx.result.PivotSausageMaker
 
score(Result) - Method in class edu.cmu.sphinx.result.SausageMaker
 
SCORE_NORMALIZER - Static variable in class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
An opotional post-processor for computed scores that will normalize scores.
Scoreable - Interface in edu.cmu.sphinx.decoder.scorer
Represents an entity that can be scored against a data
ScoreNormalizer - Interface in edu.cmu.sphinx.decoder.scorer
Describes all API-elements that are necessary to normalize token-scores after these have been computed by an AcousticScorer.
SearchGraph - Interface in edu.cmu.sphinx.linguist
Represents a search graph
SearchManager - Interface in edu.cmu.sphinx.decoder.search
Defines the interface for the SearchManager.
SearchState - Interface in edu.cmu.sphinx.linguist
Represents a single state in a language search space
SearchStateArc - Interface in edu.cmu.sphinx.linguist
Represents a single state in a language search space
Segmenter - Class in edu.cmu.sphinx.tools.endpoint
 
Segmenter() - Constructor for class edu.cmu.sphinx.tools.endpoint.Segmenter
 
selectAll() - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Clears the current selection.
sendCommand(String) - Method in class edu.cmu.sphinx.util.SocketCommandClient
sends a command, retries on error which will attempt to repair a dead socket
sendCommandGetResponse(String) - Method in class edu.cmu.sphinx.util.SocketCommandClient
sends a command get a response
Senone - Interface in edu.cmu.sphinx.linguist.acoustic.tiedstate
Represents a set of acoustic data that can be scored against a feature
SenoneHMM - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Represents a hidden-markov-model.
SenoneHMM(Unit, SenoneSequence, float[][], HMMPosition) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneHMM
Constructs an HMM
SenoneHMMState - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Represents a single state in an HMM
SenoneSequence - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Contains an ordered list of senones.
SenoneSequence(Senone[]) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.SenoneSequence
Constructs a senone sequence
SENTENCE_END_SPELLING - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Spelling of the sentence end word.
SENTENCE_START_SPELLING - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Spelling of the sentence start word.
SentenceHMMState - Class in edu.cmu.sphinx.linguist.flat
Represents a single state in an SentenceHMM
SentenceHMMState.Color - Enum in edu.cmu.sphinx.linguist.flat
A Color is used to tag SentenceHMM nodes
SentenceHMMStateArc - Class in edu.cmu.sphinx.linguist.flat
Represents a transition in a sentence HMM.
SentenceHMMStateArc(SentenceHMMState, float, float, float) - Constructor for class edu.cmu.sphinx.linguist.flat.SentenceHMMStateArc
Creates a SentenceHMMStateArc
sequence() - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParser
 
set(double, double) - Method in class edu.cmu.sphinx.util.Complex
Sets the real and imaginary parts of this complex number.
setAcousticScore(double) - Method in class edu.cmu.sphinx.result.Edge
Sets the acoustic score
setActiveList(ActiveList) - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sets the ActiveList.
setAudioData(short[]) - Method in class edu.cmu.sphinx.tools.audio.AudioData
Sets the audio data and notifies all ChangeListeners.
setAudioFile(File, String) - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
Sets the audio file from which the data-stream will be generated of.
setAudioFile(URL, String) - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
Sets the audio file from which the data-stream will be generated of.
setAudioFile(URL, String) - Method in class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
setBackwardScore(double) - Method in class edu.cmu.sphinx.result.Node
Sets the backward score for this node.
setBaseURL(URL) - Method in class edu.cmu.sphinx.jsgf.JSGFGrammar
Sets the URL context of the JSGF grammars.
setBatchFile(File) - Method in class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
setBatchFile(String) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
Sets the batch file to use for this recognition
setBatchFiles(List<File>) - Method in class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
setBatchUrls(List<URL>) - Method in class edu.cmu.sphinx.frontend.util.ConcatAudioFileDataSource
 
setBeginTime(int) - Method in class edu.cmu.sphinx.result.Node
Sets the frame number when the word began.
setBestPredecessor(Node) - Method in class edu.cmu.sphinx.result.Node
Sets the best predecessor of this node.
setBestToken(Token) - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Sets the best scoring token for this active list
setBoolean(String, Boolean) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setClass(PropertySheet, Class<? extends Configurable>) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
setCM(ConfigurationManager) - Method in class edu.cmu.sphinx.util.props.PropertySheet
 
setColor(SentenceHMMState.Color) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the color for this node
setComponent(String, String, Configurable) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setComponentList(String, List<String>, List<Configurable>) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setCount(int) - Method in class edu.cmu.sphinx.jsgf.rule.JSGFRuleCount
 
setData(Data) - Method in class edu.cmu.sphinx.decoder.search.Token
Sets the feature for this Token.
setDataSource(DataProcessor) - Method in class edu.cmu.sphinx.frontend.FrontEnd
Sets the source of data for this front end.
setDeb(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.Lab
 
setDebugStream(PrintStream) - Method in class edu.cmu.sphinx.jsgf.parser.JSGFParserTokenManager
Set debug output.
setDocumentLocator(Locator) - Method in class edu.cmu.sphinx.util.props.ConfigHandler
 
setDouble(String, double) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setEnabled(boolean) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammar
Set the enabled property of the Grammar.
setEnabled(String, boolean) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammar
Set the enabled state of the listed rule.
setEnabled(boolean) - Method in class edu.cmu.sphinx.util.StatisticsVariable
Sets the enabled state of this StatisticsVariable
setEndTime(int) - Method in class edu.cmu.sphinx.result.Node
Sets the frame number when the words ended.
setEnvironmentVar(String, String) - Method in class edu.cmu.sphinx.tools.gui.util.SysCommandExecutor
 
setFanIn(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the fan in state
setFeature(Pool.Feature, int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Sets a feature for this pool.
setFin(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.Lab
 
setFinalNode(boolean) - Method in class edu.cmu.sphinx.linguist.language.grammar.GrammarNode
Sets the 'final' state of the grammar node.
setFinalState(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets this is to be final state
setForwardScore(double) - Method in class edu.cmu.sphinx.result.Node
Sets the backward score for this node.
setGainFactor(double) - Method in class edu.cmu.sphinx.frontend.GainControlProcessor
 
setGlobal(Map<String, String>) - Method in class edu.cmu.sphinx.tools.gui.ConfigProperties
 
setGlobalProperty(String, String) - Method in class edu.cmu.sphinx.util.props.ConfigurationManager
Sets a global property.
setInitialNode(Node) - Method in class edu.cmu.sphinx.result.Lattice
Set the initialNode for this Lattice.
setInputStream(AudioInputStream, String) - Method in class edu.cmu.sphinx.frontend.util.AudioFileDataSource
Sets the InputStream from which this StreamDataSource reads.
setInputStream(InputStream, boolean) - Method in class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
Sets the InputStream to read cepstral data from.
setInputStream(InputStream, String) - Method in class edu.cmu.sphinx.frontend.util.StreamDataSource
Sets the InputStream from which this StreamDataSource reads.
setInputStream(InputStream) - Method in class edu.cmu.sphinx.frontend.util.StreamHTKCepstrum
Sets the InputStream to read cepstral data from.
setInstanceName(String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
 
setInt(String, int) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setLab(Lab) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMState
 
setLabels(float[], String[]) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Sets the labels to be used when drawing this panel.
setLMScore(double) - Method in class edu.cmu.sphinx.result.Edge
Sets the language model score
setLocation(int) - Method in class edu.cmu.sphinx.decoder.search.Token
Sets the location of this Token in the ActiveList.
setLogMath(LogMath) - Method in class edu.cmu.sphinx.result.Lattice
Sets the LogMath to use.
setMean(int, int, float) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
setName(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.Lab
 
setName(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
setNom(String) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
setNumStateOrder(int) - Method in interface edu.cmu.sphinx.decoder.search.ActiveListManager
Sets the total number of state types to be managed
setNumStateOrder(int) - Method in class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
 
setOffsetFactor(double) - Method in class edu.cmu.sphinx.tools.audio.SpectrogramPanel
Updates the offset factor used to calculate the greyscale values from the intensities.
setPanelClassSet(Set<ConfigurableComponent>) - Method in class edu.cmu.sphinx.tools.gui.PanelConfigurable
change the data set
setPosterior(double) - Method in class edu.cmu.sphinx.result.Node
Sets the posterior probability of this node.
setPredecessor(DataProcessor) - Method in class edu.cmu.sphinx.decoder.FrameDecoder
 
setPredecessor(DataProcessor) - Method in class edu.cmu.sphinx.frontend.BaseDataProcessor
Sets the predecessor DataProcessor.
setPredecessor(DataProcessor) - Method in interface edu.cmu.sphinx.frontend.DataProcessor
Sets the predecessor DataProcessor.
setPredecessor(DataProcessor) - Method in class edu.cmu.sphinx.frontend.FrontEnd
Sets the source of data for this front end.
setPredecessorClass(Set<Class<? extends SearchState>>) - Static method in class edu.cmu.sphinx.decoder.search.Token
Set the predecessor class.
setProcessed(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the processed flag for this state
setPrompt(String) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Sets the prompt for the interpreter
setProperty(Map<String, RawPropertyData>) - Method in class edu.cmu.sphinx.tools.gui.ConfigProperties
 
setProperty(ConfigurationManager, String, String) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Attempts to set the value of an arbitrary component-property.
setProperty(ConfigurationManager, String, String, String) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
 
setReferenceText(String) - Method in class edu.cmu.sphinx.result.Result
Sets the reference text
setResultList(List<Token>) - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Sets the result list.
setRule(String, JSGFRule, boolean) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammar
Set a rule in the grammar either by creating a new rule or updating an existing rule.
setRule(JSGFRule) - Method in class edu.cmu.sphinx.jsgf.rule.JSGFRuleCount
 
setRule(JSGFRule) - Method in class edu.cmu.sphinx.jsgf.rule.JSGFRuleTag
 
setRuleChanged(String, boolean) - Method in class edu.cmu.sphinx.jsgf.JSGFRuleGrammar
 
setRuleName(String) - Method in class edu.cmu.sphinx.jsgf.rule.JSGFRuleName
 
setRules(List<JSGFRule>) - Method in class edu.cmu.sphinx.jsgf.rule.JSGFRuleAlternatives
 
setRules(List<JSGFRule>) - Method in class edu.cmu.sphinx.jsgf.rule.JSGFRuleSequence
 
setScore(float) - Method in class edu.cmu.sphinx.decoder.search.Token
Sets the score for this token
setSelectionEnd(int) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Sets the index of the sample of representing the end of the selection
setSelectionStart(int) - Method in class edu.cmu.sphinx.tools.audio.AudioPanel
Sets the index of the sample of representing the start of the selection
setSharedState(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the shared state flag
setShowAlignedResults(boolean) - Method in class edu.cmu.sphinx.util.NISTAlign
Sets whether aligned results are displayed
setShowResults(boolean) - Method in class edu.cmu.sphinx.util.NISTAlign
Sets whether results are displayed
setSocket(Socket) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Sets the Socket for this CommandInterpreter.
setSoTimeout(int) - Method in class edu.cmu.sphinx.util.SocketCommandClient
Enable/disable SO_TIMEOUT with the specified timeout, in milliseconds.
setSpeech(boolean) - Method in class edu.cmu.sphinx.frontend.endpoint.SpeechClassifiedData
Sets whether this SpeechClassifiedData is speech or not.
setState(int, HMMState) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
setStateIdx(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.Lab
 
setStopAcceptConnections() - Method in class edu.cmu.sphinx.util.SocketCommandInterpreter
Stops this SocketCommandInterpreter from accepting connections.
setStreams(BufferedReader, PrintWriter) - Method in class edu.cmu.sphinx.util.CommandInterpreter
Sets the I/O streams
setString(String, String) - Method in class edu.cmu.sphinx.util.props.PropertySheet
Sets the given property to the given name
setTag(String) - Method in class edu.cmu.sphinx.jsgf.rule.JSGFRuleTag
 
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
setText(String) - Method in class edu.cmu.sphinx.jsgf.rule.JSGFRuleToken
 
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.
setTrans(float[][]) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
setTrans(int) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
setUtterance(String) - Method in class edu.cmu.sphinx.linguist.language.grammar.BatchForcedAlignerGrammar
 
setValue(double) - Method in class edu.cmu.sphinx.util.StatisticsVariable
Sets the value for this StatisticsVariable
setVar(int, int, float) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
setViterbiScore(double) - Method in class edu.cmu.sphinx.result.Node
Sets the Viterbi score for this node.
setVu(VUMeter) - Method in class edu.cmu.sphinx.frontend.util.VUMeterPanel
 
setWeight(int, float) - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.GMMDiag
 
setWeights(List<Float>) - Method in class edu.cmu.sphinx.jsgf.rule.JSGFRuleAlternatives
 
setWhich(int) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the index for this state
setWordStart(boolean) - Method in class edu.cmu.sphinx.linguist.flat.SentenceHMMState
Sets the 'wordStart' flag
setWorkingDirectory(String) - Method in class edu.cmu.sphinx.tools.gui.util.SysCommandExecutor
 
setWorkingScore(float) - Method in class edu.cmu.sphinx.decoder.search.Token
Sets the working score for this token
shell(String) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
shortArrayToString(short[]) - Static method in class edu.cmu.sphinx.frontend.util.DataUtil
Returns the string representation of the given short array.
SHOW_CONFIG - Static variable in class edu.cmu.sphinx.tools.gui.GUIMediator
 
showConfig(ConfigurationManager) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Shows the current configuration
showConfig(ConfigurationManager, String) - Static method in class edu.cmu.sphinx.util.props.ConfigurationManagerUtils
Show the configuration for the component with the given name
showConfigAsGDL(ConfigurationManager, String) - Static method in class edu.cmu.sphinx.util.props.tools.GDLDumper
Dumps the config as a GDL plot
showConfigAsHTML(ConfigurationManager, String) - Static method in class edu.cmu.sphinx.util.props.tools.HTMLDumper
Dumps the config as a set of HTML tables
showCount() - Static method in class edu.cmu.sphinx.decoder.search.Token
Shows the token count
showLatestResult() - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
show the latest result
showMisrecognitions() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Shows the misrecognized utterances.
showResults() - Method in class edu.cmu.sphinx.util.ResultAnalyzer
Shows the results for this analyzer
showSummary() - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
show the summary result
Signal - Class in edu.cmu.sphinx.frontend
Indicates events like beginning or end of data, data dropped, quality changed, etc..
SignalListener - Interface in edu.cmu.sphinx.frontend
The listener interface for being informed when a Signal is generated.
signalOccurred(Signal) - Method in interface edu.cmu.sphinx.frontend.SignalListener
Method called when a signal is detected
signalOccurred(Signal) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
SILENCE - Static variable in class edu.cmu.sphinx.linguist.acoustic.UnitManager
The silence unit
SILENCE_NAME - Static variable in class edu.cmu.sphinx.linguist.acoustic.UnitManager
The name for the silence unit
SILENCE_SPELLING - Static variable in interface edu.cmu.sphinx.linguist.dictionary.Dictionary
Spelling of the 'word' that marks a silence
SimpleAcousticScorer - Class in edu.cmu.sphinx.decoder.scorer
Implements some basic scorer functionality, including a simple default acoustic scoring implementation which scores within the current thread, that can be changed by overriding the SimpleAcousticScorer.doScoring(java.util.List, edu.cmu.sphinx.frontend.Data) method.
SimpleAcousticScorer(BaseDataProcessor, ScoreNormalizer) - Constructor for class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
 
SimpleAcousticScorer() - Constructor for class edu.cmu.sphinx.decoder.scorer.SimpleAcousticScorer
 
SimpleActiveListFactory - Class in edu.cmu.sphinx.decoder.search
A factory for simple active lists
SimpleActiveListFactory(int, double, LogMath) - Constructor for class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
 
SimpleActiveListFactory() - Constructor for class edu.cmu.sphinx.decoder.search.SimpleActiveListFactory
 
SimpleActiveListManager - Class in edu.cmu.sphinx.decoder.search
A list of ActiveLists.
SimpleActiveListManager(List<ActiveListFactory>, boolean) - Constructor for class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
 
SimpleActiveListManager() - Constructor for class edu.cmu.sphinx.decoder.search.SimpleActiveListManager
 
SimpleBatchManager - Class in edu.cmu.sphinx.util
A simple implementation of the batch manager suitable for single threaded batch processing
SimpleBatchManager(String, int, int, int) - Constructor for class edu.cmu.sphinx.util.SimpleBatchManager
Constructs a SimpleBatchManager object.
SimpleBreadthFirstSearchManager - Class in edu.cmu.sphinx.decoder.search
Provides the breadth first search.
SimpleBreadthFirstSearchManager() - Constructor for class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
SimpleBreadthFirstSearchManager(LogMath, Linguist, Pruner, AcousticScorer, ActiveListFactory, boolean, double, int, boolean) - Constructor for class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
 
SimpleNGramModel - Class in edu.cmu.sphinx.linguist.language.ngram
An ASCII ARPA language model loader.
SimpleNGramModel(String, URL, Dictionary, float, LogMath, int) - Constructor for class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
SimpleNGramModel() - Constructor for class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
 
SimplePruner - Class in edu.cmu.sphinx.decoder.pruner
Performs the default pruning behavior which is to invoke the purge on the active list
SimplePruner() - Constructor for class edu.cmu.sphinx.decoder.pruner.SimplePruner
 
SimpleWordListGrammar - Class in edu.cmu.sphinx.linguist.language.grammar
Defines a grammar based upon a list of words in a file.
SimpleWordListGrammar(String, boolean, LogMath, boolean, boolean, boolean, boolean, Dictionary) - Constructor for class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
 
SimpleWordListGrammar() - Constructor for class edu.cmu.sphinx.linguist.language.grammar.SimpleWordListGrammar
 
SimpleWordResult - Class in edu.cmu.sphinx.result
Represents a single word result with associated scoring and timing information.
SimpleWordResult(String, double, LogMath) - Constructor for class edu.cmu.sphinx.result.SimpleWordResult
Construct a word result from a string and a confidence score.
SimpleWordResult(Word, int, int, double, double, LogMath) - Constructor for class edu.cmu.sphinx.result.SimpleWordResult
Construct a word result with full information.
SimpleWordResult(Node, double, LogMath) - Constructor for class edu.cmu.sphinx.result.SimpleWordResult
Construct a WordResult using a Node object and a confidence (posterior).
SINGLE_LINE_COMMENT - Static variable in interface edu.cmu.sphinx.jsgf.parser.JSGFParserConstants
RegularExpression Id.
SingleHMM - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK
 
SingleHMM(int) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.SingleHMM
 
Sinusoid - Class in edu.cmu.sphinx.tools.audio
A 16bit, linear SIGNED_PCM, big endian, sinusoid with a sample rate of 16kHz.
Sinusoid(double, double, double, double) - Constructor for class edu.cmu.sphinx.tools.audio.Sinusoid
Creates a 16bit, linear SIGNED_PCM, big endian, sinusoid with a sample rate of 16kHz.
size() - Method in interface edu.cmu.sphinx.decoder.search.ActiveList
Returns the size of this list
size() - Method in class edu.cmu.sphinx.linguist.acoustic.tiedstate.Pool
Retrieves the size of the pool.
size() - Method in class edu.cmu.sphinx.linguist.WordSequence
Returns the number of words in this sequence
size() - Method in interface edu.cmu.sphinx.result.ConfidenceResult
Get the number of word slots contained in this result
size() - Method in class edu.cmu.sphinx.result.Sausage
size of this sausage in word slots.
skip(int) - Method in class edu.cmu.sphinx.tools.audio.AudioDataInputStream
 
skipwhite() - Method in class edu.cmu.sphinx.util.ExtendedStreamTokenizer
Skip any carriage returns.
SocketCommandClient - Class in edu.cmu.sphinx.util
A client for a socketed command interpreter.
SocketCommandClient(String, int) - Constructor for class edu.cmu.sphinx.util.SocketCommandClient
Creates a socket command client at the given host and port.
SocketCommandClient() - Constructor for class edu.cmu.sphinx.util.SocketCommandClient
Creats a SocketCommandClient with no connection open must be called.
SocketCommandInterpreter - Class in edu.cmu.sphinx.util
This class is a command interpreter.
SocketCommandInterpreter(int) - Constructor for class edu.cmu.sphinx.util.SocketCommandInterpreter
Creates a command interpreter at the given port.
SortingActiveListFactory - Class in edu.cmu.sphinx.decoder.search
 
SortingActiveListFactory(int, double, LogMath) - Constructor for class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
 
SortingActiveListFactory() - Constructor for class edu.cmu.sphinx.decoder.search.SortingActiveListFactory
 
sortNodes() - Method in class edu.cmu.sphinx.result.Lattice
Topologically sort the nodes in this lattice.
specialToken - Variable in class edu.cmu.sphinx.jsgf.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
SpectrogramPanel - Class in edu.cmu.sphinx.tools.audio
Converts a set of log magnitude Spectrum data into a graphical representation.
SpectrogramPanel() - Constructor for class edu.cmu.sphinx.tools.audio.SpectrogramPanel
Creates a new JPanel with a double buffer and a flow layout.
SpectrogramPanel(FrontEnd, StreamDataSource, AudioData) - Constructor for class edu.cmu.sphinx.tools.audio.SpectrogramPanel
Creates a new SpectrogramPanel for the given AudioData.
SPEECH_TAGGED_FEATURE_STREAM - Static variable in class edu.cmu.sphinx.frontend.DataStartSignal
A constant that is attached to all DataStartSignal passing this component.
SpeechClassifiedData - Class in edu.cmu.sphinx.frontend.endpoint
A container for DoubleData class that indicates whether the contained DoubleData is speech or not.
SpeechClassifiedData(DoubleData, boolean) - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechClassifiedData
Constructs a SpeechClassifiedData object.
SpeechClassifier - Class in edu.cmu.sphinx.frontend.endpoint
Implements a level tracking endpointer invented by Bent Schmidt Nielsen.
SpeechClassifier(int, double, double, double) - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
 
SpeechClassifier() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechClassifier
 
SpeechEndSignal - Class in edu.cmu.sphinx.frontend.endpoint
A signal that indicates the end of speech.
SpeechEndSignal() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechEndSignal
Constructs a SpeechEndSignal.
SpeechEndSignal(long) - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechEndSignal
Constructs a SpeechEndSignal with the given creation time.
SpeechMarker - Class in edu.cmu.sphinx.frontend.endpoint
Converts a stream of SpeechClassifiedData objects, marked as speech and non-speech, and mark out the regions that are considered speech.
SpeechMarker(int, int, int, int, int) - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
 
SpeechMarker() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechMarker
 
SpeechStartSignal - Class in edu.cmu.sphinx.frontend.endpoint
A signal that indicates the start of speech.
SpeechStartSignal() - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechStartSignal
Constructs a SpeechStartSignal.
SpeechStartSignal(long) - Constructor for class edu.cmu.sphinx.frontend.endpoint.SpeechStartSignal
Constructs a SpeechStartSignal at the given time.
SpeedTracker - Class in edu.cmu.sphinx.instrumentation
Monitors a recognizer for speed
SpeedTracker(Recognizer, FrontEnd, boolean, boolean, boolean, boolean) - Constructor for class edu.cmu.sphinx.instrumentation.SpeedTracker
 
SpeedTracker() - Constructor for class edu.cmu.sphinx.instrumentation.SpeedTracker
 
Sphinx3Loader - Class in edu.cmu.sphinx.linguist.acoustic.tiedstate
Loads a tied-state acoustic model generated by the Sphinx-3 trainer.
Sphinx3Loader(String, LogMath, UnitManager, boolean, boolean, int, String, String, float, float, float, boolean) - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
Sphinx3Loader() - Constructor for class edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader
 
SphinxHelp - Class in edu.cmu.sphinx.util
This class provides information on Sphinx-4 and how to use it
SphinxHelp() - Constructor for class edu.cmu.sphinx.util.SphinxHelp
 
SphinxLogFormatter - Class in edu.cmu.sphinx.util
Provides a log formatter for use with sphinx.
SphinxLogFormatter() - Constructor for class edu.cmu.sphinx.util.SphinxLogFormatter
 
SphinxShell - Class in edu.cmu.sphinx.tools.batch
A little test application which instantiates a sphinx4-system and allows to reconfigure its component-parameters.
SphinxShell() - Constructor for class edu.cmu.sphinx.tools.batch.SphinxShell
 
squaredMagnitudeComplex() - Method in class edu.cmu.sphinx.util.Complex
Method to compute the squared magnitude of a complex number.
start() - Method in class edu.cmu.sphinx.frontend.util.VUMeterPanel
 
start() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
Called before a recognition
start() - Method in class edu.cmu.sphinx.linguist.language.ngram.InterpolatedLanguageModel
Called before a recognition
start() - Method in class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
Called before a recognition
start() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Called before a recognition
start() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Called before a recognition
start() - Method in class edu.cmu.sphinx.linguist.language.ngram.NetworkLanguageModel
 
start() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Called before a recognition
start() - Method in class edu.cmu.sphinx.tools.audio.RawRecorder
Start recording.
start(String) - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
start() - Method in interface edu.cmu.sphinx.util.BatchManager
Starts processing the batch
start() - Method in class edu.cmu.sphinx.util.PooledBatchManager
Starts processing the batch
start() - Method in class edu.cmu.sphinx.util.SimpleBatchManager
Starts processing the batch
start() - Method in class edu.cmu.sphinx.util.Timer
Starts the timer running.
start(long) - Method in class edu.cmu.sphinx.util.Timer
Starts the timer at the given time.
startElement(String, String, String, Attributes) - Method in class edu.cmu.sphinx.util.props.ConfigHandler
 
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
 
startRecognition() - Method in interface edu.cmu.sphinx.decoder.search.SearchManager
Prepares the SearchManager for recognition.
startRecognition() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Called at the start of recognition.
startRecognition() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Called at the start of recognition.
startRecognition() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Called before a recognition
startRecognition() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Called before a recognition
startRecognition() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Called before a recognition
startRecognition() - Method in interface edu.cmu.sphinx.linguist.Linguist
Called before a recognition.
startRecording() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Starts recording audio.
StateListener - Interface in edu.cmu.sphinx.recognizer
The listener interface for receiving recognizer status events
StatePath - Class in edu.cmu.sphinx.linguist.flat
Represents a path in a SentenceHMM.
states - Variable in class edu.cmu.sphinx.linguist.acoustic.tiedstate.HTK.HMMSet
contains HMMState instances
staticFlag - Static variable in class edu.cmu.sphinx.jsgf.parser.JavaCharStream
Whether parser is static.
StatisticsVariable - Class in edu.cmu.sphinx.util
Represents a named value.
statusChanged(Recognizer.State) - Method in class edu.cmu.sphinx.instrumentation.AccuracyTracker
 
statusChanged(Recognizer.State) - Method in class edu.cmu.sphinx.instrumentation.BeamFinder
 
statusChanged(Recognizer.State) - Method in class edu.cmu.sphinx.instrumentation.MemoryTracker
 
statusChanged(Recognizer.State) - Method in class edu.cmu.sphinx.instrumentation.RecognizerMonitor
 
statusChanged(Recognizer.State) - Method in class edu.cmu.sphinx.instrumentation.RejectionTracker
 
statusChanged(Recognizer.State) - Method in class edu.cmu.sphinx.instrumentation.SpeedTracker
 
statusChanged(Recognizer.State) - Method in interface edu.cmu.sphinx.recognizer.StateListener
Called when the status has changed.
stop() - Method in class edu.cmu.sphinx.frontend.util.VUMeterPanel
 
stop() - Method in class edu.cmu.sphinx.linguist.language.classes.ClassBasedLanguageModel
Called after a recognition
stop() - Method in class edu.cmu.sphinx.linguist.language.ngram.InterpolatedLanguageModel
Called after a recognition
stop() - Method in class edu.cmu.sphinx.linguist.language.ngram.KeywordOptimizerModel
Called after a recognition
stop() - Method in interface edu.cmu.sphinx.linguist.language.ngram.LanguageModel
Called after a recognition
stop() - Method in class edu.cmu.sphinx.linguist.language.ngram.large.LargeTrigramModel
Called after a recognition
stop() - Method in class edu.cmu.sphinx.linguist.language.ngram.NetworkLanguageModel
 
stop() - Method in class edu.cmu.sphinx.linguist.language.ngram.SimpleNGramModel
Called after a recognition
stop() - Method in class edu.cmu.sphinx.tools.audio.RawRecorder
Stop recording and give us the clip.
stop() - Method in class edu.cmu.sphinx.tools.batch.BatchModeRecognizer
 
stop() - Method in interface edu.cmu.sphinx.util.BatchManager
Stops processing the batch
stop() - Method in class edu.cmu.sphinx.util.PooledBatchManager
Stops processing the batch
stop() - Method in class edu.cmu.sphinx.util.SimpleBatchManager
Stops processing the batch
stop(boolean) - Method in class edu.cmu.sphinx.util.Timer
Stops the timer.
stop() - Method in class edu.cmu.sphinx.util.Timer
Stops the timer.
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
 
stopRecognition() - Method in interface edu.cmu.sphinx.decoder.search.SearchManager
Performs post-recognition cleanup.
stopRecognition() - Method in class edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager
Terminates a recognition
stopRecognition() - Method in class edu.cmu.sphinx.decoder.search.WordPruningBreadthFirstSearchManager
Terminates a recognition
stopRecognition() - Method in class edu.cmu.sphinx.linguist.dflat.DynamicFlatLinguist
Called after a recognition
stopRecognition() - Method in class edu.cmu.sphinx.linguist.flat.FlatLinguist
Called after a recognition
stopRecognition() - Method in class edu.cmu.sphinx.linguist.lextree.LexTreeLinguist
Called after a recognition
stopRecognition() - Method in interface edu.cmu.sphinx.linguist.Linguist
Called after a recognition.
stopRecording() - Method in class edu.cmu.sphinx.frontend.util.Microphone
Stops recording audio.
StreamCepstrumSource - Class in edu.cmu.sphinx.frontend.util
Produces Mel-cepstrum data from an InputStream.
StreamCepstrumSource(int, boolean, float, float, int) - Constructor for class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
 
StreamCepstrumSource() - Constructor for class edu.cmu.sphinx.frontend.util.StreamCepstrumSource
 
StreamDataSource - Class in edu.cmu.sphinx.frontend.util
A StreamDataSource converts data from an InputStream into Data objects.
StreamDataSource(int, int, int, boolean, boolean) - Constructor for class edu.cmu.sphinx.frontend.util.StreamDataSource
 
StreamDataSource() - Constructor for class edu.cmu.sphinx.frontend.util.StreamDataSource
 
StreamFactory - Class in edu.cmu.sphinx.util
Supports the loading and saving of files from different sources, e.g., a ZIP file or a plain directory.
StreamFactory() - Constructor for class edu.cmu.sphinx.util.StreamFactory
 
StreamHTKCepstrum - Class in edu.cmu.sphinx.frontend.util
Produces Mel-cepstrum data from an InputStream.
StreamHTKCepstrum(float, float, boolean, int) - Constructor for class edu.cmu.sphinx.frontend.util.