MCPcopy Create free account

hub / github.com/cmusphinx/sphinx4 / functions

Functions4,553 in github.com/cmusphinx/sphinx4

↓ 421 callersMethodadd
Add transcript with dictionary and exact flag. @param transcript the transcript @param dictionary the default dictionary name @param isExact
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Utterance.java:28
↓ 363 callersMethodsize
Returns the size of this list @return the size
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/ActiveList.java:68
↓ 259 callersMethodappend
(JSGFRule rule)
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/rule/JSGFRuleSequence.java:23
↓ 187 callersMethodtoString
Returns a string representation of this object
sphinx4-core/src/main/java/edu/cmu/sphinx/result/Path.java:62
↓ 182 callersMethodput
Places the given object in the pool. @param id a unique ID for this object @param o the object to add to the pool
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/Pool.java:74
↓ 164 callersMethodget
Returns the object with the given ID from the pool. @param id the id of the object @return the object @throws IndexOutOfBoundsException if the ID is
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/Pool.java:54
↓ 152 callersMethodget
Reverses an fst @param fst the fst to reverse @return the reversed fst
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/operations/Reverse.java:40
↓ 126 callersMethodprint
Prints out this node.
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Node.java:235
↓ 118 callersMethodindexOf
Gets the index of a particular node in the graph. @param node the node @return the index
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/UtteranceGraph.java:80
↓ 113 callersMethodgetName
Returns the name of this AcousticModel, or null if it has no name. @return the name of this AcousticModel, or null if it has no name
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/AcousticModel.java:46
↓ 105 callersMethodlength
()
sphinx4-core/src/main/java/edu/cmu/sphinx/util/TimeFrame.java:40
↓ 100 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/Dictionary.java:88
↓ 99 callersMethodlinearToLog
Converts the value from linear scale to log scale. The log scale numbers are limited by the range of the type float. The linear scale numbers can be a
sphinx4-core/src/main/java/edu/cmu/sphinx/util/LogMath.java:303
↓ 91 callersMethodisEmpty
Determines if this grammar node is empty (that is, has no words). @return <code>true</code> if the node is empty, otherwise <code>false</code>.
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/grammar/GrammarNode.java:165
↓ 89 callersMethodreadLine
Reads the next line from the LM file. Keeps track of line number. @throws IOException if an error occurs while reading the input or an EOF is
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/SimpleNGramModel.java:382
↓ 84 callersMethodgetBoolean
Gets the value associated with this name @param name the name @return the value @throws edu.cmu.sphinx.util.props.PropertyException if the n
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:251
↓ 82 callersMethodgetComponent
Gets a component associated with the given parameter name. First search the component in property table, then try to get component by name from the ma
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:280
↓ 73 callersMethodequals
(Object object)
sphinx4-core/src/main/java/edu/cmu/sphinx/alignment/LongTextAligner.java:97
↓ 68 callersMethodget
Gets the most recent element in the history @param which the offset from the most recent command @return the last command executed
sphinx4-core/src/main/java/edu/cmu/sphinx/util/CommandInterpreter.java:738
↓ 67 callersMethodgetInt
Gets the value associated with this name @param name the name @return the value @throws edu.cmu.sphinx.util.props.PropertyException if the n
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:155
↓ 67 callersMethodgetLogger
Returns a logger to use for this configurable component. The logger can be configured with the property: 'logLevel' - The default logLevel value is de
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:819
↓ 67 callersMethodgetResource
Gets a resource associated with the given parameter name given an property sheet. @param name the parameter name @param ps The property sheet which
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/ConfigurationManagerUtils.java:457
↓ 67 callersMethodjj_consume_token
(int kind)
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/parser/JSGFParser.java:930
↓ 66 callersMethodnewProperties
This method is called when this configurable component needs to be reconfigured. @param ps a property sheet holding the new data @throws PropertyExce
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/Configurable.java:72
↓ 65 callersMethodgetData
Returns the processed Data output. @return an Data object that has been processed by this DataProcessor @throws DataProcessingException if a data pro
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/DataProcessor.java:51
↓ 65 callersMethodgetValues
Returns the data values. @return the data values
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/endpoint/SpeechClassifiedData.java:64
↓ 64 callersMethodclose
()
sphinx4-core/src/main/java/edu/cmu/sphinx/util/CommandInterpreter.java:620
↓ 64 callersMethodcontains
(int shift)
sphinx4-core/src/main/java/edu/cmu/sphinx/util/Range.java:13
↓ 64 callersMethodget
Given an id returns the associated grammar node @param id the id of interest @return the grammar node or null if none could be found with the proper
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/grammar/FSTGrammar.java:385
↓ 63 callersMethodclose
Should be called when model reading finished @throws IOException if stream was corrupted
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/trie/BinaryLoader.java:164
↓ 61 callersMethodaddArc
Add an outgoing arc to the state @param arc the arc to add
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/State.java:127
↓ 59 callersMethodgetPredecessor
Returns the predecessor DataProcessor. @return the predecessor
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/DataProcessor.java:59
↓ 57 callersMethodaddWord
Adds a word as an Item to this WordRelation object. @param word the word to add
sphinx4-core/src/main/java/edu/cmu/sphinx/alignment/tokenizer/WordRelation.java:58
↓ 56 callersMethodgetDouble
Gets the value associated with this name @param name the name @return the value @throws edu.cmu.sphinx.util.props.PropertyException if the n
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:206
↓ 55 callersMethodgetId
Get the state's id @return state id
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/State.java:110
↓ 54 callersMethodformat
Formats the given log record and return the formatted string. @param record the record to format @return the formatted string
sphinx4-core/src/main/java/edu/cmu/sphinx/util/SphinxLogFormatter.java:63
↓ 53 callersMethodgetInstanceName
()
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:487
↓ 53 callersMethodgetLogMath
()
sphinx4-core/src/main/java/edu/cmu/sphinx/util/LogMath.java:97
↓ 51 callersMethodputResponse
Outputs a response to the sender. @param response the response to send.
sphinx4-core/src/main/java/edu/cmu/sphinx/util/CommandInterpreter.java:410
↓ 47 callersMethodequals
(Object o)
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/SenoneHMM.java:219
↓ 47 callersMethodgetPath
Get the path @return word path
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/g2p/Path.java:56
↓ 47 callersMethodlogInfo
logs information about this loader
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/Saver.java:104
↓ 46 callersMethodgetScore
Retrieves a previously calculated (and possibly normalized) score @return the score
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/scorer/Scoreable.java:57
↓ 46 callersMethodmatches
Determines if the given input matches the given Pattern. @param pattern the pattern to match @param input the string to test @return <code>true</cod
sphinx4-core/src/main/java/edu/cmu/sphinx/alignment/USEnglishTokenizer.java:1045
↓ 45 callersMethodnext
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/HTK/HMMSet.java:39
↓ 44 callersMethodappend
Appends the specified elements in the given array to this DoubleBuffer. @param src the array to copy from @param srcPos where in the source array
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/window/RaisedCosineWindower.java:457
↓ 44 callersMethodasList
(int[] align)
sphinx4-core/src/main/java/edu/cmu/sphinx/util/Utilities.java:318
↓ 43 callersMethodgetString
Gets the value associated with this name @param name the name @return the value
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:116
↓ 42 callersMethodequals
(Object obj)
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/Arc.java:129
↓ 42 callersMethodgetState
@param which the state of interest @return hmm state
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/HMM.java:44
↓ 42 callersMethodgetUnit
Gets the unit associated with this HMM @return the unit associated with this HMM
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/HMM.java:29
↓ 41 callersMethodtrim
Returns a word sequence that is no longer than the given size, that is filled in with the newest words from this sequence @param maxSize the maximum
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/WordSequence.java:152
↓ 40 callersMethodstart
Starts the Learner.
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Learner.java:25
↓ 39 callersMethodput
Puts the probability into the map @param wordSequence the tag for the prob. @param logProb the probability in log math base @param logBackoff the bac
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/ngram/SimpleNGramModel.java:359
↓ 39 callersMethodremove
Removes the named feature from this set of features. @param name the name of the feature of interest
sphinx4-core/src/main/java/edu/cmu/sphinx/alignment/tokenizer/Utterance.java:82
↓ 38 callersMethodaddState
Adds a state to the fst @param state the state to be added
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/Fst.java:142
↓ 38 callersMethodequals
Returns true if the given Stage is equal to this Stage. @param stage the Stage to compare @return true if they are the same, false otherwise
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Stage.java:63
↓ 38 callersMethodinitLogger
()
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/ConfigurableAdapter.java:19
↓ 37 callersMethodgetTimer
Retrieves (or creates) a timer with the given name @param owner owner of the timer @param timerName the name of the particular timer to retrieve. If
sphinx4-core/src/main/java/edu/cmu/sphinx/util/TimerPool.java:33
↓ 37 callersMethodgetToNode
Get the "to" Node associated with an Edge @return the Node
sphinx4-core/src/main/java/edu/cmu/sphinx/result/Edge.java:152
↓ 36 callersMethodcreateGrammarNode
Returns a new GrammarNode with the given set of alternatives. @param identity the id for this node @param alts the set of alternative word lists
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/grammar/Grammar.java:353
↓ 36 callersMethodget
returns a token on the heap that matches the given search state @param s the search state @return the token that matches, or null
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/TokenHeapSearchManager.java:163
↓ 35 callersMethodgetSpelling
Returns the spelling of the word. @return the spelling of the word
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/dictionary/Word.java:51
↓ 35 callersMethodparseFloat
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/kaldi/KaldiTextParser.java:40
↓ 35 callersMethodreplace
Replaces an old token with a new token @param oldToken the token to replace (or null in which case, replace works like add). @param newToken the new
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/WordActiveListFactory.java:118
↓ 34 callersMethodgetFloat
Gets the value associated with this name @param name the name @return the value @throws edu.cmu.sphinx.util.props.PropertyException if the n
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:193
↓ 34 callersMethodhasNext
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/HTK/HMMSet.java:51
↓ 33 callersMethodgetValues
@return the values of this data.
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/FloatData.java:59
↓ 33 callersMethodinitialize
Initializes this DataProcessor. This is typically called after the DataProcessor has been configured.
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/DataProcessor.java:42
↓ 32 callersMethodgetSearchState
Returns the SearchState associated with this token @return the searchState
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/Token.java:246
↓ 32 callersMethodgetSuccessors
Retrieves the state of successor states for this state @return the set of successor state arcs
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/HMMState.java:79
↓ 31 callersMethodequals
Determines if the given object is equal to this object @param o the object to test @return <code>true</code> if the object is equal to this
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/lextree/LexTreeLinguist.java:549
↓ 31 callersMethodgetInt
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/kaldi/KaldiTextParser.java:36
↓ 31 callersMethodgetProperty
Returns the property names <code>name</code> which is still wrapped into the annotation instance. @param name the name of the property @param propert
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:89
↓ 31 callersMethodlogToLinear
Converts the value from log scale to linear scale. @param logValue the value to be converted to the linear scale @return the value in the linear scal
sphinx4-core/src/main/java/edu/cmu/sphinx/util/LogMath.java:314
↓ 31 callersMethodmax
(double[] energy, int start, int end)
sphinx4-core/src/main/java/edu/cmu/sphinx/tools/bandwidth/BandDetector.java:144
↓ 30 callersMethodgetFromNode
Get the "from" Node associated with an Edge @return the Node
sphinx4-core/src/main/java/edu/cmu/sphinx/result/Edge.java:142
↓ 30 callersMethodgetPropertySheet
Returns the property sheet for the given object instance @param instanceName the instance name of the object @return the property sheet for the objec
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/ConfigurationManager.java:80
↓ 29 callersMethodequals
Returns true if two property sheet define the same object in terms of configuration. The owner (and the parent configuration manager) are not expected
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/PropertySheet.java:852
↓ 29 callersMethodgetString
Gets the next word from the tokenizer @return the next word @throws StreamCorruptedException if the word does not match @throws IOException
sphinx4-core/src/main/java/edu/cmu/sphinx/util/ExtendedStreamTokenizer.java:142
↓ 29 callersMethodone
()
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/semiring/Semiring.java:43
↓ 29 callersMethodsize
@return the size of a graph. This is the number of nodes in a graph.
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/UtteranceGraph.java:28
↓ 29 callersMethodstop
Stops the Learner.
sphinx4-core/src/main/java/edu/cmu/sphinx/trainer/Learner.java:29
↓ 29 callersMethodwriteInt
Writes an integer to the output stream, byte-swapping as necessary @param dos the output stream @param val an integer value @throws IOException on er
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/trainer/Sphinx3Saver.java:371
↓ 28 callersMethodadd
Adds the given token to the list, keeping track of the lowest scoring token @param token the token to add
sphinx4-core/src/main/java/edu/cmu/sphinx/decoder/search/ActiveList.java:53
↓ 28 callersMethodgetAnnotation
()
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/S4PropWrapper.java:20
↓ 28 callersMethodgetHMM
Gets the HMM associated with this state @return the HMM
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/HMMState.java:26
↓ 28 callersMethodgetMessage
()
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/parser/TokenMgrError.java:104
↓ 27 callersMethodgetInt
gets an integer from the tokenizer stream @param name the name of the parameter (for error reporting) @return the next word in the stream as an integ
sphinx4-core/src/main/java/edu/cmu/sphinx/util/ExtendedStreamTokenizer.java:248
↓ 27 callersMethodgetNumArcs
Get the number of outgoing arcs @return number of arcs
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/State.java:118
↓ 26 callersMethodgetNextState
Get the next state @return next state
sphinx4-core/src/main/java/edu/cmu/sphinx/fst/Arc.java:111
↓ 26 callersMethodgetPronunciation
Gets the word (as a pronunciation) @return the word
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/WordSearchState.java:25
↓ 26 callersMethodgetSampleRate
()
sphinx4-core/src/main/java/edu/cmu/sphinx/frontend/util/AudioFileDataSource.java:321
↓ 26 callersMethoditerator
()
sphinx4-core/src/main/java/edu/cmu/sphinx/result/BoundedPriorityQueue.java:42
↓ 26 callersMethodjjCheckNAddStates
(int start, int end)
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/parser/JSGFParserTokenManager.java:1234
↓ 26 callersMethodjj_ntk
()
sphinx4-core/src/main/java/edu/cmu/sphinx/jsgf/parser/JSGFParser.java:996
↓ 26 callersMethodlookup
Looks up a configurable component by name. Creates it if necessary @param instanceName the name of the component @param <C> component type @return th
sphinx4-core/src/main/java/edu/cmu/sphinx/util/props/ConfigurationManager.java:151
↓ 26 callersMethodtoArray
()
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/tiedstate/tiedmixture/MixtureComponentSet.java:238
↓ 25 callersMethodadd
Adds an arc to the given node @param node the node that this new arc goes to @param logProbability the log probability of the transition oc
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/language/grammar/GrammarNode.java:207
↓ 25 callersMethodgetBaseID
Gets the base ID for this unit @return the id
sphinx4-core/src/main/java/edu/cmu/sphinx/linguist/acoustic/Unit.java:97
next →1–100 of 4,553, ranked by callers