MCPcopy Create free account

hub / github.com/cmusphinx/sphinx4 / functions

Functions4,553 in github.com/cmusphinx/sphinx4

↓ 6 callersMethodhasMoreIncomingEdges
Whether there are more incoming edges. @return if true, there are more incoming edges
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Node.java:109
↓ 6 callersMethodhasMoreOutgoingEdges
Whether there are more outgoing edges. @return if true, there are more outgoing edges
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Node.java:156
↓ 6 callersMethodhashCode
Generate a hashcode for an object. Equality for a grammar state includes the grammar node, the lc and the next base ID @return the hashcode
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/dflat/DynamicFlatLinguist.java:566
↓ 6 callersMethodhashCode
Generate a hashcode for an object. Equality for a grammar state includes the grammar node, the lc and the next base ID @return the hashcode
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/aflat/AFlatLinguist.java:602
↓ 6 callersMethodisExitState
Determines if this state is an exit state of the HMM @return true if the state is an exit state
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/HMMState.java:87
↓ 6 callersMethodisFiller
Determines if this HMM represents a filler unit. A filler unit is speech that is not meaningful such as a cough, 'um' , 'er', or silence. @return tru
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/SenoneHMM.java:176
↓ 6 callersMethodisMember
(float w)
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/semiring/LogSemiring.java:117
↓ 6 callersMethodisMember
(float w)
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/semiring/TropicalSemiring.java:113
↓ 6 callersMethodlog10ToLog
Converts the source, which is a number in base 10, to a log value which base is the LogBase of this LogMath. @return converted value @param logSource
sphinx4-core/src/main/java/edu/cmu/sphinx/util/LogMath.java:281
↓ 6 callersMethodmap
Maps speech unit to probability distribution function. @param pdfClass pdf-class @param context context @return identifier of probability distribut
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/kaldi/EventMap.java:17
↓ 6 callersMethodnextIncomingEdge
Returns the next incoming edge to this node. @return the next edge incoming edge
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Node.java:119
↓ 6 callersMethodnextOutgoingEdge
Returns the next outgoing edge from this node. @return the next outgoing edge
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Node.java:166
↓ 6 callersMethodnextUtterance
@return next utterance.
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/ControlFile.java:50
↓ 6 callersMethodpartition
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. @param to
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/Partitioner.java:94
↓ 6 callersMethodremove
Unimplemented, throws an Error if called.
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/PartitionActiveListFactory.java:267
↓ 6 callersMethodsetFinalNode
Sets the 'final' state of the grammar node. A 'final' state grammar marks the end of a grammar @param isFinal if <code>true</code> the grammar node
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/grammar/GrammarNode.java:196
↓ 6 callersMethodsetInputStream
Sets the input stream to the given filename @param filename the filename to set the input stream to @throws IOException if an error occurs
sphinx4-core/src/main/java/edu/cmu/sphinx/tools/batch/BatchModeRecognizer.java:239
↓ 6 callersMethodsetLMScore
Sets the language model score @param v the lm score.
sphinx4-core/src/main/java/edu/cmu/sphinx/result/Edge.java:172
↓ 6 callersMethodstartIncomingEdgeIterator
Start iterator for incoming edges.
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Node.java:99
↓ 6 callersMethodstartOutgoingEdgeIterator
Start iterator for outgoing edges.
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Node.java:146
↓ 6 callersMethodstartRecognition
Prepares the SearchManager for recognition. This method must be called before <code> recognize </code> is called. Typically, <code> start </code> an
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/SearchManager.java:43
↓ 6 callersMethodstopRecognition
Performs post-recognition cleanup. This method should be called after recognize returns a final result.
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/SearchManager.java:47
↓ 6 callersMethodstopRecognition
Stops recognition process. Recognition process is paused until the next call to startRecognition. @see StreamSpeechRecognizer#startRecognition(Input
sphinx4-core/src/main/java/edu/cmu/sphinx/api/StreamSpeechRecognizer.java:63
↓ 6 callersMethodvalidate
Validate the graph. It checks out basics about the graph, such as whether all nodes have at least one incoming and outgoing edge, except for the initi
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/UtteranceGraph.java:89
↓ 6 callersMethodwriteFloat
Writes a float to the output stream, byte-swapping as necessary @param dos the input stream @param val a float value @throws IOException on error
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/trainer/Sphinx3Saver.java:386
↓ 5 callersMethodadd
Adds the given grammar node to the set of nodes for this grammar @param node the grammar node @throws Error
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/grammar/Grammar.java:450
↓ 5 callersMethodaddConfigurable
Registers a new configurable to this configuration manager. @param confClass The class of the configurable to be instantiated and to be added to this
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/ConfigurationManager.java:217
↓ 5 callersMethodaddInConv
(String item, HashMap<String,String> conv)
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/HTK/NamesConversion.java:37
↓ 5 callersMethodallocate
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/DynamicTrigramModel.java:47
↓ 5 callersMethodclose
Closes the tokenizer @throws IOException if an error occurs while closing the stream
sphinx4-core/src/main/java/edu/cmu/sphinx/util/ExtendedStreamTokenizer.java:108
↓ 5 callersMethodcontains
Checks to see if the stack contains a graph with the given name @param name the graph name @return the grammar graph associated with the n
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/JSGFBaseGrammar.java:685
↓ 5 callersMethodcopyGraph
Copy a graph to the current graph object. @param graph the graph to copy from
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Graph.java:254
↓ 5 callersMethoddumpAll
Dump all of the StatisticsVariable in the given context
sphinx4-core/src/main/java/edu/cmu/sphinx/util/StatisticsVariable.java:67
↓ 5 callersMethoddumpMemoryInfo
Conditional dumps out memory information @param what an additional info string
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/SimpleTrainManager.java:253
↓ 5 callersMethodequals
()
sphinx4-core/src/test/java/edu/cmu/sphinx/linguist/WordSequenceTest.java:38
↓ 5 callersMethodequals
(Object obj)
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/dictionary/Word.java:114
↓ 5 callersMethodexecute
Execute the given command. @param ci the command interpretere that invoked this command. @param args command line arguments (just like main). @retu
sphinx4-core/src/main/java/edu/cmu/sphinx/util/CommandInterface.java:29
↓ 5 callersMethodfmtTime
Formats times into a standard format. @param time the time (in milliseconds) to be formatted @return a string representation of the time.
sphinx4-core/src/main/java/edu/cmu/sphinx/util/Timer.java:209
↓ 5 callersMethodget
Factory method for creating a left/right context @param leftContext the left context or null if no left context @param rightContext the right contex
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/LeftRightContext.java:47
↓ 5 callersMethodget
Retrieves an HMM by position and unit @param position the position of the HMM @param unit the unit that this HMM represents @return the HMM for t
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/HMMManager.java:55
↓ 5 callersMethodget
Gets the ContextPair for the given set of contexts. This is a factory method. If the ContextPair already exists, return that one, otherwise, create it
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/flat/FlatLinguist.java:1574
↓ 5 callersMethodgetBeamWidth
()
sphinx4-core/src/test/java/edu/cmu/sphinx/util/props/DummyComp.java:59
↓ 5 callersMethodgetBestFinalToken
Returns the best scoring final token in the result. A final token is a token that has reached a final state in the current frame. @return the best sc
sphinx4-core/src/main/java/edu/cmu/sphinx/result/Result.java:192
↓ 5 callersMethodgetBigramBuffer
Returns the bigrams of the given word @param firstWordID the ID of the word @return the bigrams of the word
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/large/LargeNGramModel.java:792
↓ 5 callersMethodgetConfigURL
@return the URL of the XML configuration which defined this configuration or <code>null</code> if it was created dynamically.
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/ConfigurationManager.java:381
↓ 5 callersMethodgetDictionary
@return the transcript's dictionary.
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Transcript.java:25
↓ 5 callersMethodgetDuration
Returns the duration of the current data stream in milliseconds. @return the duration of the current data stream in milliseconds
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/util/StreamDataSource.java:268
↓ 5 callersMethodgetFilename
Returns the name of the file @return the filename
sphinx4-core/src/main/java/edu/cmu/sphinx/util/BatchManager.java:52
↓ 5 callersMethodgetFloatArray
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/kaldi/KaldiTextParser.java:56
↓ 5 callersMethodgetGrammarNodes
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/grammar/GrammarInterface.java:22
↓ 5 callersMethodgetGrammarState
Returns the grammar state associated with this state @return the grammar state
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/dflat/DynamicFlatLinguist.java:1030
↓ 5 callersMethodgetGrammarState
Returns the grammar state associated with this state @return the grammar state
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/aflat/AFlatLinguist.java:1068
↓ 5 callersMethodgetID
Returns the ID of this GrammarNode. @return the ID of this GrammarNode
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/grammar/GrammarNode.java:75
↓ 5 callersMethodgetMixtureComponents
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/GaussianMixture.java:155
↓ 5 callersMethodgetNGramProbability
Returns the NGramProbability of the nth follower. @param nthFollower which follower @return the NGramProbability of the nth follower
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/large/NGramBuffer.java:319
↓ 5 callersMethodgetNode
Returns the node corresponding to the given word token. @param token the token which we want a node of @return the node of the given token
sphinx4-core/src/main/java/edu/cmu/sphinx/result/Lattice.java:224
↓ 5 callersMethodgetParent
Retrieves the parent sate @return the parent state (or null if this state does not have a parent state).
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/flat/SentenceHMMState.java:510
↓ 5 callersMethodgetPosition
Retrieves the position of this HMM. @return the position for this HMM
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/HMM.java:60
↓ 5 callersMethodgetProperties
@return the model properties
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/Loader.java:138
↓ 5 callersMethodgetRightContextSize
Gets the maximum context size for the given unit @param unit the unit of interest @return the maximum right context size for the unit
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/flat/FlatLinguist.java:1089
↓ 5 callersMethodgetRule
()
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/rule/JSGFRuleTag.java:39
↓ 5 callersMethodgetSelectionEnd
Returns the index of the sample representing the end of the selection. -1 means the very end. @return the end of the selection @see #crop @see #getS
sphinx4-core/src/main/java/edu/cmu/sphinx/tools/audio/AudioPanel.java:251
↓ 5 callersMethodgetSimpleRuleName
()
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/rule/JSGFRuleName.java:56
↓ 5 callersMethodgetState
(int index)
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/Fst.java:132
↓ 5 callersMethodgetTokenID
Returns the next available token ID. @param token the token for which we want an ID @return the next available token ID
sphinx4-core/src/main/java/edu/cmu/sphinx/result/TokenGraphDumper.java:172
↓ 5 callersMethodgetTranscript
Gets the transcript for the batch @return the transcript (or null if there is no transcript)
sphinx4-core/src/main/java/edu/cmu/sphinx/util/BatchItem.java:50
↓ 5 callersMethodgetValue
()
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/parser/Token.java:72
↓ 5 callersMethodgetValue
Get the value.
sphinx4-core/src/main/java/edu/cmu/sphinx/alignment/tokenizer/DecisionTree.java:339
↓ 5 callersMethodgetVocabulary
Returns the set of words in the language model. The set is unmodifiable. @return the unmodifiable set of words
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/LanguageModel.java:94
↓ 5 callersMethodgetWords
Returns {@link List} of words of the recognition result. Within the list words are ordered by time frame. @return words that form the result
sphinx4-core/src/main/java/edu/cmu/sphinx/api/SpeechResult.java:51
↓ 5 callersMethodhasTiedMixtures
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/Sphinx3Loader.java:212
↓ 5 callersMethodhashCode
()
sphinx4-core/src/main/java/edu/cmu/sphinx/alignment/LongTextAligner.java:107
↓ 5 callersMethodisContextDependent
Determines if this unit is context dependent @return true if the unit is context dependent
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/Unit.java:124
↓ 5 callersMethodisContextDependent
Determines if this HMM corresponds to a context dependent unit @return true if the HMM is context dependent
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/SenoneHMM.java:186
↓ 5 callersMethodisDerivedClass
@param derived derived class @param parent parent class @return <code>true</code> if <code>aClass</code> is either equal to <code>poosibleParent</code
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/ConfigurationManagerUtils.java:499
↓ 5 callersMethodisEOF
Determines if the stream is at the end of file @return true if the stream is at EOF
sphinx4-core/src/main/java/edu/cmu/sphinx/util/ExtendedStreamTokenizer.java:180
↓ 5 callersMethodisEmitting
(int idx)
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/HTK/SingleHMM.java:68
↓ 5 callersMethodisFinalNode
Determines if this grammar node is a final node in the grammar @return true if the node is a final node in the grammar
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/grammar/GrammarNode.java:185
↓ 5 callersMethodisNodeInGraph
Check if a node is in the graph. @param node node to check @return if node in the graph
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Graph.java:196
↓ 5 callersMethodisSilence
Determines if this unit is the silence unit @return true if the unit is the silence unit
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/Unit.java:88
↓ 5 callersMethodjjCanMove_0
(int hiByte, int i1, int i2, long l1, long l2)
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/parser/JSGFParserTokenManager.java:903
↓ 5 callersMethodjjMoveStringLiteralDfa1_0
(long active0)
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/parser/JSGFParserTokenManager.java:162
↓ 5 callersMethodjjStartNfaWithStates_0
(int pos, int kind, int state)
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/parser/JSGFParserTokenManager.java:310
↓ 5 callersMethodlnToLog
Converts the source, which is a number in base Math.E, to a log value which base is the LogBase of this LogMath. @return converted value @param logSo
sphinx4-core/src/main/java/edu/cmu/sphinx/util/LogMath.java:271
↓ 5 callersMethodopen
Opens a socket connection @param aHost the host to connect to @param aPort the port to connect to @throws IOException if connection fails
sphinx4-core/src/main/java/edu/cmu/sphinx/util/SocketCommandClient.java:64
↓ 5 callersMethodqs
Returns a quoted string version of its argument. This method mainly is used to hide the ugliness caused by trying to escape a quote character in certa
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/util/GDLDumper.java:299
↓ 5 callersMethodreadFloat
Reads a float from the given DataInputStream. @param stream the DataInputStream to read from @param bigEndian true if the DataInputStream is in bi
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/large/BinaryLoader.java:771
↓ 5 callersMethodreadInt
Reads integer from byte array for specified memory pointer, offset from this pointer and mask of value that is read. @param memPtr - memory pointer fo
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/trie/NgramTrieBitarr.java:32
↓ 5 callersMethodremoveResultListener
Removes a listener from this <code>ResultProducer</code>-instance. @param resultListener listener to remove
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/ResultProducer.java:32
↓ 5 callersMethodremoveStateListener
Removes a previously added state listener. This method can be called in any state. @param stateListener the state listener to remove
sphinx4-core/src/main/java/edu/cmu/sphinx/recognizer/Recognizer.java:240
↓ 5 callersMethodrequiredBits
Calculates minimum amount of bits to store provided int
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/trie/NgramTrie.java:164
↓ 5 callersMethodretrieveGrammar
Retrieve a grammar from the grammar list. @param name grammar name to load @return grammar object
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/JSGFRuleGrammarManager.java:45
↓ 5 callersMethodreverse
(float w1)
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/semiring/Semiring.java:34
↓ 5 callersMethodsetAudioFile
Sets the audio file from which the data-stream will be generated of. @param audioFile The location of the audio file to use @param streamName The na
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/util/AudioFileDataSource.java:116
↓ 5 callersMethodsetFinalNode
Set the final node @param node node @throws IllegalArgumentException if node is not in the graph
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Graph.java:60
↓ 5 callersMethodsetInitialNode
Set the initial node @param node node @throws IllegalArgumentException if node is not in the graph
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Graph.java:47
↓ 5 callersMethodsetInputStream
(InputStream inputStream)
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/util/StreamDataSource.java:134
↓ 5 callersMethodsetMean
(int i, int j, float v)
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/HTK/GMMDiag.java:77
↓ 5 callersMethodsetPosition
Sets the position of the buffer. @param position new buffer position
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/large/NGramBuffer.java:115
↓ 5 callersMethodsetSelectionEnd
Sets the index of the sample of representing the end of the selection. -1 means the very end. @param newEnd the new selection end @see #crop @see #s
sphinx4-core/src/main/java/edu/cmu/sphinx/tools/audio/AudioPanel.java:263
← previousnext →401–500 of 4,553, ranked by callers