MCPcopy Create free account

hub / github.com/cmusphinx/sphinx4 / functions

Functions4,553 in github.com/cmusphinx/sphinx4

↓ 8 callersMethodgetTimeFrame
Returns TimeFrame of the Node @return TimeFrame
sphinx4-core/src/main/java/edu/cmu/sphinx/result/Node.java:352
↓ 8 callersMethodgetTransitionMatrix
Returns the transition matrix that determines the state transition probabilities for the matrix. Each entry in the transition matrix defines the proba
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/SenoneHMM.java:143
↓ 8 callersMethodgetUnits
(SenoneSequence senoneSeq)
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/allphone/AllphoneLinguist.java:109
↓ 8 callersMethodgetWhich
Retrieves the index for this state words @return the index
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/flat/SentenceHMMState.java:489
↓ 8 callersMethodgetWord
Get the word associated with this Node @return the word
sphinx4-core/src/main/java/edu/cmu/sphinx/result/Node.java:295
↓ 8 callersMethodisBigEndian
()
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/util/AudioFileDataSource.java:326
↓ 8 callersMethodisInstanciated
@return true if the owner of this property sheet is already instantiated.
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:497
↓ 8 callersMethodplus
(float w1, float w2)
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/semiring/Semiring.java:32
↓ 8 callersMethodpoll
()
sphinx4-core/src/main/java/edu/cmu/sphinx/result/BoundedPriorityQueue.java:38
↓ 8 callersMethodprecomputeDistance
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/HTK/GMMDiag.java:362
↓ 8 callersMethodremove
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/HTK/HMMSet.java:36
↓ 8 callersMethodsetToken
(Token[] list, int index, Token token)
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/Partitioner.java:134
↓ 8 callersMethodtoFloatData
Converts a given Data-object into a <code>FloatData</code> if possible. @param data data to convert @return converted data
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/FloatData.java:106
↓ 8 callersMethodtokenToWords
Converts the given Token into (word) Items in the WordRelation. @param tokenVal the String value of the token, which may or may not be same as
sphinx4-core/src/main/java/edu/cmu/sphinx/alignment/USEnglishTokenizer.java:474
↓ 7 callersMethodallocate
Allocates the dictionary @throws IOException if there is trouble loading the dictionary
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/dictionary/Dictionary.java:127
↓ 7 callersMethodappend
(JSGFRule rule)
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/rule/JSGFRuleAlternatives.java:31
↓ 7 callersMethodattachState
(SentenceHMMState prevState, SentenceHMMState nextState,
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/flat/CIPhoneLoop.java:185
↓ 7 callersMethodcalculateComponentScore
(Data data)
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/HMMState.java:64
↓ 7 callersMethodcorrupt
Throws an error with the line and path added @param msg the annotation message
sphinx4-core/src/main/java/edu/cmu/sphinx/util/ExtendedStreamTokenizer.java:190
↓ 7 callersMethodflattenProp
(String name)
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:141
↓ 7 callersMethodgetCollectTime
Returns the current frame number @return the frame number
sphinx4-core/src/main/java/edu/cmu/sphinx/result/Result.java:182
↓ 7 callersMethodgetData
Reads and returns the next Data from the InputStream of StreamDataSource, return null if no data is read and end of file is reached. @return the next
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/util/AudioFileDataSource.java:211
↓ 7 callersMethodgetFile
()
sphinx4-core/src/main/java/edu/cmu/sphinx/tools/batch/BatchNISTRecognizer.java:194
↓ 7 callersMethodgetGState
Given a grammar node, retrieve the grammar state @param node the grammar node @return the grammar state associated with the node
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/flat/FlatLinguist.java:482
↓ 7 callersMethodgetGrammarNode
Returns the grammar node associated with this grammar state @return the grammar node
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/dflat/DynamicFlatLinguist.java:796
↓ 7 callersMethodgetGrammarNode
Returns the grammar node associated with this grammar state @return the grammar node
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/aflat/AFlatLinguist.java:847
↓ 7 callersMethodgetInitialNode
Gets the initial node in this graph @return the initial node
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/UtteranceGraph.java:45
↓ 7 callersMethodgetInstanceNames
Gets all instances that are of the given type. @param type the desired type of instance @return the set of all instances
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/ConfigurationManager.java:115
↓ 7 callersMethodgetName
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/HTK/SingleHMM.java:33
↓ 7 callersMethodgetObject
Returns the named feature as an object. @param name the name of the feature @return the value associated with the name or null if the value is not
sphinx4-core/src/main/java/edu/cmu/sphinx/alignment/tokenizer/FeatureSet.java:102
↓ 7 callersMethodgetProbability
Gets the composite probability of entering this state @return the log probability
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/SearchStateArc.java:32
↓ 7 callersMethodgetRule
Return the data structure for the named rule. @param ruleName the name of the rule. @return rule object.
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/JSGFRuleGrammar.java:198
↓ 7 callersMethodgetScore
Gets the score for this HMM state @param data the data to be scored @return the acoustic score for this state.
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/HMMState.java:62
↓ 7 callersMethodgetSize
Returns the size of the buffer in bytes. @return the size of the buffer in bytes
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/large/NGramBuffer.java:80
↓ 7 callersMethodgetState
Gets the state @return the state
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/HMMState.java:53
↓ 7 callersMethodgetTail
Gets the tail of the item list. @return the tail item
sphinx4-core/src/main/java/edu/cmu/sphinx/alignment/tokenizer/Relation.java:85
↓ 7 callersMethodgetToken
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/kaldi/KaldiTextParser.java:32
↓ 7 callersMethodgetViterbiScore
Returns the Viterbi score for this node. The Viterbi score is usually computed during the speech recognition process. @return Returns the viterbiScor
sphinx4-core/src/main/java/edu/cmu/sphinx/result/Node.java:665
↓ 7 callersMethodgetWidth
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/trie/NgramTrieModel.java:467
↓ 7 callersMethodgetWordID
Returns the ID of the given word. @param word the word to find the ID @return the ID of the word
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/large/LargeNGramModel.java:648
↓ 7 callersMethodisSentenceEndWord
Returns true if this word is an end of sentence word @return true if the word matches Dictionary.SENTENCE_END_SPELLING
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/dictionary/Word.java:70
↓ 7 callersMethoditerator
Gets an iterator that iterates through all HMMs @return an iterator that iterates through all HMMs
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/HMMManager.java:65
↓ 7 callersMethodjjCheckNAddTwoStates
(int state1, int state2)
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/parser/JSGFParserTokenManager.java:1228
↓ 7 callersMethodjjStopStringLiteralDfa_0
(int pos, long active0)
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/parser/JSGFParserTokenManager.java:28
↓ 7 callersMethodloadModel
Deserializes an Fst from disk @param filename the binary model filename @return deserialized FST @throws IOException io IO went wrong @thr
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/Fst.java:343
↓ 7 callersMethodlookupNearestHMM
Given a unit, returns the HMM that best matches the given unit. If exactMatch is false and an exact match is not found, then different word positions
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/AcousticModel.java:59
↓ 7 callersMethodpc
Utility method for generating integer percents @param num the value to be converted into percent @return a string representation as a percent
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/stats/TokenTypeTracker.java:76
↓ 7 callersMethodprocessDataFrame
(Data data)
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/databranch/DataBufferProcessor.java:92
↓ 7 callersMethodprocessRule
Parses the given Rule into a network of GrammarNodes. @param rule the Rule to parse @return a grammar graph @throws JSGFGrammarException e
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/JSGFBaseGrammar.java:320
↓ 7 callersMethodputSuccessor
Add the child to the set of successors @param key the object key @param child the child to add
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/lextree/HMMTree.java:111
↓ 7 callersMethodreadFloat
Read a float from the input stream, byte-swapping as necessary. the input stream @param dis the input stream @return a floating value @throws IOExcep
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/HTKLoader.java:411
↓ 7 callersMethodreadLittleEndianFloat
Reads the next float from the given DataInputStream, where the data is in little endian. @param dataStream the DataInputStream to read from @return a
sphinx4-core/src/main/java/edu/cmu/sphinx/util/Utilities.java:213
↓ 7 callersMethodremove
Removes an existing property. @param propName the name of the property
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/RawPropertyData.java:75
↓ 7 callersMethodresourceToURL
(String location)
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/ConfigurationManagerUtils.java:479
↓ 7 callersMethodsetInputStream
(CTLUtterance utt)
sphinx4-core/src/main/java/edu/cmu/sphinx/tools/batch/BatchNISTRecognizer.java:306
↓ 7 callersMethodsetLanguageModelPath
Sets paths to language model resource. @param languageModelPath URL of the language model
sphinx4-core/src/main/java/edu/cmu/sphinx/api/Configuration.java:76
↓ 7 callersMethodsetLength
(int length)
sphinx4-core/src/main/java/edu/cmu/sphinx/speakerid/Segment.java:45
↓ 7 callersMethodsetState
sets the current state @param newState the new state
sphinx4-core/src/main/java/edu/cmu/sphinx/recognizer/Recognizer.java:145
↓ 7 callersMethodstart
Starts the timer running.
sphinx4-core/src/main/java/edu/cmu/sphinx/util/Timer.java:87
↓ 7 callersMethodstop
Stops the timer. @return the duration since start in milliseconds
sphinx4-core/src/main/java/edu/cmu/sphinx/util/Timer.java:121
↓ 7 callersMethodwasUsed
Returns whether the buffer was used. @return if true, the buffer was used
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/trainer/Buffer.java:298
↓ 6 callersMethodReadByte
()
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/parser/JavaCharStream.java:166
↓ 6 callersMethodaddSequence
(HashMap<WordSequence, Integer> grams, WordSequence wordSequence)
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/DynamicTrigramModel.java:162
↓ 6 callersMethodaddStage
Add Stage to a list of stages. @param stage the Stage to add
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Trainer.java:73
↓ 6 callersMethodallocate
Allocates the resources necessary for this search. This should be called once before an recognitions are performed
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/SearchManager.java:29
↓ 6 callersMethodapply
Projects an fst onto its domain or range by either copying each arc's input label to its output label or vice versa. @param fst fst to modify @param
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/operations/Project.java:31
↓ 6 callersMethodapplyConfigurationChange
(String propName, Object cmName, Object value)
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:722
↓ 6 callersMethodattachState
Attaches one SentenceHMMState as a child to another, the transition has the given probability @param prevState the parent state @param n
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/flat/FlatLinguist.java:1268
↓ 6 callersMethodcache
Puts the given object in the cache if it is not already present. <p>If the object is already cached, than the instance that exists in the cached is r
sphinx4-core/src/main/java/edu/cmu/sphinx/util/Cache.java:32
↓ 6 callersMethoddeallocate
Deallocates resources necessary for this search. This should be called once after all recognitions are completed at the search manager is no longer ne
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/SearchManager.java:36
↓ 6 callersMethodequals
Checks to see of an object is equal to this unit @param o the object to check @return true if the objects are equal
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/Unit.java:141
↓ 6 callersMethodequals
(Object obj)
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/utils/Pair.java:66
↓ 6 callersMethodfreeze
Freeze the node. Convert the successor map into an array list
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/lextree/HMMTree.java:134
↓ 6 callersMethodgetBICValue
@param mat A matrix with feature vectors as rows. @return Returns the BICValue of the Gaussian model that approximates the the feat
sphinx4-core/src/main/java/edu/cmu/sphinx/speakerid/SpeakerIdentification.java:169
↓ 6 callersMethodgetCollectTime
Collect time is different from frame number because some frames might be skipped in silence detector @return collection time in milliseconds
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/Token.java:126
↓ 6 callersMethodgetConfigurableClass
@return the class of the owner configurable of this property sheet.
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:558
↓ 6 callersMethodgetEnd
()
sphinx4-core/src/main/java/edu/cmu/sphinx/util/TimeFrame.java:36
↓ 6 callersMethodgetFrontEnd
()
sphinx4-core/src/test/java/edu/cmu/sphinx/util/props/DummyComp.java:64
↓ 6 callersMethodgetHMMManager
Returns the HMM Manager for this loader. @return the HMM Manager
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/Saver.java:94
↓ 6 callersMethodgetLanguageScore
Returns the language score associated with this token @return the language score (in logMath log base)
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/Token.java:212
↓ 6 callersMethodgetLoader
Returns the Loader object used for loading the acoustic model. @return the loader object
sphinx4-core/src/main/java/edu/cmu/sphinx/api/Context.java:224
↓ 6 callersMethodgetLogProbability
Returns the log probability of this unigram. @return the log probability of this unigram
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/large/UnigramProbability.java:71
↓ 6 callersMethodgetLogger
()
sphinx4-core/src/test/java/edu/cmu/sphinx/util/props/DummyComp.java:79
↓ 6 callersMethodgetNextItem
Gets the next available batch item or null if no more are available @return the next available batch item @throws IOException if an error occurs whil
sphinx4-core/src/main/java/edu/cmu/sphinx/util/BatchManager.java:36
↓ 6 callersMethodgetPartialScore
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/tiedmixture/PrunableMixtureComponent.java:100
↓ 6 callersMethodgetRawNoReplacement
Gets the raw value associated with this name, no global symbol replacement is performed. @param name the name @return the value as an object (it coul
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:763
↓ 6 callersMethodgetResultListPredecessor
Find the token to use as a predecessor in resultList given a candidate predecessor. There are three cases here: <ul> <li>We want to store everything
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/TokenSearchManager.java:59
↓ 6 callersMethodgetSamplesPerShift
Returns the number of samples in a window shift given the sample rate (in Hertz) and the window shift (in milliseconds). @param sampleRate the s
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/util/DataUtil.java:391
↓ 6 callersMethodgetSamplesPerWindow
Returns the number of samples per window given the sample rate (in Hertz) and window size (in milliseconds). @param sampleRate the sample rate in
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/util/DataUtil.java:377
↓ 6 callersMethodgetSelectionStart
Returns the index of the sample representing the start of the selection. -1 means the very beginning. @return the start of the selection @see #crop
sphinx4-core/src/main/java/edu/cmu/sphinx/tools/audio/AudioPanel.java:222
↓ 6 callersMethodgetSentenceEndWord
Returns the sentence end word. @return the sentence end word
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/dictionary/Dictionary.java:104
↓ 6 callersMethodgetSentenceStartWord
Returns the sentence start word. @return the sentence start word
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/dictionary/Dictionary.java:96
↓ 6 callersMethodgetSuccessors
Gets a successor to this search state @return the set of successors
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/SearchState.java:23
↓ 6 callersMethodgetTerminalNode
Get the terminalNode for this Lattice. This corresponds usually to the &lt;/s&gt; symbol @return the terminal node
sphinx4-core/src/main/java/edu/cmu/sphinx/result/Lattice.java:851
↓ 6 callersMethodgetTotalWordErrors
Gets the total number of word errors for all calls to align. @return the total number of word errors for all calls to align
sphinx4-core/src/main/java/edu/cmu/sphinx/util/NISTAlign.java:292
↓ 6 callersMethodgetType
Returns the type of the given property. @param propName the name of the property @return the type of the property
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:774
↓ 6 callersMethodgetUnigramProbability
Returns the unigram probability @return the unigram probability
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/lextree/HMMTree.java:78
↓ 6 callersMethodgetWord
Returns a Word object based on the spelling and its classification. The behavior of this method is also affected by the properties wordReplacement and
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/dictionary/TextDictionary.java:319
↓ 6 callersMethodgetWordHistory
Gets the word history for this state @return the word history
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/SearchState.java:63
↓ 6 callersMethodhasEdge
Test to see if the Lattice contains an Edge @param edge edge to check @return true if yes
sphinx4-core/src/main/java/edu/cmu/sphinx/result/Lattice.java:528
← previousnext →301–400 of 4,553, ranked by callers