Serialized Form
|
Package edu.cmu.sphinx.decoder.scorer |
|
Package edu.cmu.sphinx.decoder.search |
predecessor
Token predecessor
frameNumber
int frameNumber
logTotalScore
float logTotalScore
logLanguageScore
float logLanguageScore
logInsertionProbability
float logInsertionProbability
logAcousticScore
float logAcousticScore
logWorkingScore
float logWorkingScore
searchState
SearchState searchState
location
int location
myData
Data myData
tokenProps
java.util.HashMap<K,V> tokenProps
- A collection of arbitrary properties assigned to this token. This field becomes lazy intitialized to reduce
memory footprint.
|
Package edu.cmu.sphinx.frontend |
duration
long duration
sampleRate
int sampleRate
sampleRate
int sampleRate
firstSampleNumber
long firstSampleNumber
collectTime
long collectTime
values
float[] values
sampleRate
int sampleRate
firstSampleNumber
long firstSampleNumber
collectTime
long collectTime
time
long time
- the time this Signal was issued.
props
java.util.Map<K,V> props
- A (lazily initialized) collection of names properties of this signal. This collection might contain infos about
the file being processed, shift-size of frame-length of the windowing process, etc.
|
Package edu.cmu.sphinx.frontend.endpoint |
isSpeech
boolean isSpeech
data
DoubleData data
|
Package edu.cmu.sphinx.frontend.util |
vu
VUMeter vu
quit
boolean quit
thread
java.lang.Thread thread
numberOfLights
int numberOfLights
greenLevel
int greenLevel
yellowLevel
int yellowLevel
redLevel
int redLevel
|
Package edu.cmu.sphinx.jsgf |
lineNumber
int lineNumber
charNumber
int charNumber
message
java.lang.String message
details
java.lang.String details
|
Package edu.cmu.sphinx.jsgf.parser |
serialVersionUID: 1L
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
java.lang.String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
java.lang.String eol
- The end of line string for this machine.
serialVersionUID: 1L
kind
int kind
- An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
beginLine
int beginLine
- The line number of the first character of this Token.
beginColumn
int beginColumn
- The column number of the first character of this Token.
endLine
int endLine
- The line number of the last character of this Token.
endColumn
int endColumn
- The column number of the last character of this Token.
image
java.lang.String image
- The string image of the token.
next
Token next
- A reference to the next regular (non-special) token from the input
stream. If this is the last token from the input stream, or if the
token manager has not read tokens beyond this one, this field is
set to null. This is true only if this token is also a regular
token. Otherwise, see below for a description of the contents of
this field.
specialToken
Token specialToken
- This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
If there are no such special tokens, this field is set to null.
When there are more than one such special token, this field refers
to the last of these special tokens, which in turn refers to the next
previous special token through its specialToken field, and so on
until the first special token (whose specialToken field is null).
The next fields of special tokens refer to other special tokens that
immediately follow it (without an intervening regular token). If there
is no such token, this field is null.
serialVersionUID: 1L
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package edu.cmu.sphinx.linguist.acoustic |
stringRepresentation
java.lang.String stringRepresentation
leftContext
Unit[] leftContext
rightContext
Unit[] rightContext
|
Package edu.cmu.sphinx.linguist.acoustic.tiedstate |
senones
Senone[] senones
weight
float weight
logMixtureWeights
float[] logMixtureWeights
mixtureComponents
MixtureComponent[] mixtureComponents
id
long id
logMath
LogMath logMath
mean
float[] mean
meanTransformed
float[] meanTransformed
- Mean after transformed by the adaptation parameters.
meanTransformationMatrix
float[][] meanTransformationMatrix
meanTransformationVector
float[] meanTransformationVector
variance
float[] variance
precisionTransformed
float[] precisionTransformed
- Precision is the inverse of the variance. This includes adaptation.
varianceTransformationMatrix
float[][] varianceTransformationMatrix
varianceTransformationVector
float[] varianceTransformationVector
distFloor
float distFloor
varianceFloor
float varianceFloor
logPreComputedGaussianFactor
float logPreComputedGaussianFactor
logMath
LogMath logMath
senones
Senone[] senones
|
Package edu.cmu.sphinx.linguist.dictionary |
classificationName
java.lang.String classificationName
|
Package edu.cmu.sphinx.linguist.flat |
grammarNode
GrammarNode grammarNode
hmmState
HMMState hmmState
isEmitting
boolean isEmitting
pronunciation
Pronunciation pronunciation
stateNumber
int stateNumber
fields
int fields
name
java.lang.String name
arcs
java.util.Map<K,V> arcs
parent
SentenceHMMState parent
cachedName
java.lang.String cachedName
fullName
java.lang.String fullName
successorArray
SentenceHMMStateArc[] successorArray
unit
Unit unit
position
HMMPosition position
|
Package edu.cmu.sphinx.linguist.util |
maxSize
int maxSize
|
Package edu.cmu.sphinx.result |
|
Package edu.cmu.sphinx.tools.audio |
audio
AudioData audio
labelTimes
float[] labelTimes
labels
java.lang.String[] labels
xScale
float xScale
yScale
float yScale
originalXScale
float originalXScale
xDragStart
int xDragStart
xDragEnd
int xDragEnd
selectionStart
int selectionStart
selectionEnd
int selectionEnd
action
java.lang.String action
filename
javax.swing.JTextField filename
spectrogram
java.awt.image.BufferedImage spectrogram
- Where the spectrogram will live.
scaledSpectrogram
java.awt.Image scaledSpectrogram
- A scaled version of the spectrogram image.
zoom
float zoom
- The zooming factor.
offsetFactor
double offsetFactor
- Offset factor - what will be subtracted from the image to adjust for noise level.
audio
AudioData audio
- The audio data.
frontEnd
FrontEnd frontEnd
- The frontEnd (the source of features
dataSource
StreamDataSource dataSource
- The source of audio (the first stage of the frontend)
|
Package edu.cmu.sphinx.tools.batch |
|
Class edu.cmu.sphinx.tools.batch.BatchNISTRecognizer.CTLException extends java.lang.Exception implements Serializable |
|
Package edu.cmu.sphinx.tools.gui |
_mode
int _mode
_pm
edu.cmu.sphinx.tools.gui.PanelConfigurable.PanelMediator _pm
jButtonAdd
javax.swing.JButton jButtonAdd
jButtonChange
javax.swing.JButton jButtonChange
jButtonDel
javax.swing.JButton jButtonDel
jButtonRefresh
javax.swing.JButton jButtonRefresh
jButtonRemove
javax.swing.JButton jButtonRemove
jButtonRemoveProp
javax.swing.JButton jButtonRemoveProp
jButtonSource
javax.swing.JButton jButtonSource
jComboComponent
javax.swing.JComboBox jComboComponent
jComboName
javax.swing.JComboBox jComboName
jDialogSource
javax.swing.JDialog jDialogSource
jInnerLeftPanel
javax.swing.JPanel jInnerLeftPanel
jLabelClass
javax.swing.JLabel jLabelClass
jLabelClassType
javax.swing.JLabel jLabelClassType
jLabelDefault
javax.swing.JLabel jLabelDefault
jLabelDesc
javax.swing.JLabel jLabelDesc
jLabelEmpty1
javax.swing.JLabel jLabelEmpty1
jLabelEmpty2
javax.swing.JLabel jLabelEmpty2
jLabelEmpty4
javax.swing.JLabel jLabelEmpty4
jLabelEmpty5
javax.swing.JLabel jLabelEmpty5
jLabelEmpty6
javax.swing.JLabel jLabelEmpty6
jLabelEmpty7
javax.swing.JLabel jLabelEmpty7
jLabelName
javax.swing.JLabel jLabelName
jLabelName1
javax.swing.JLabel jLabelName1
jLabelNewVal
javax.swing.JLabel jLabelNewVal
jLabelPropName
javax.swing.JLabel jLabelPropName
jLabelPropType
javax.swing.JLabel jLabelPropType
jLabelPropVal
javax.swing.JLabel jLabelPropVal
jLeftPanel
javax.swing.JPanel jLeftPanel
jListInner
javax.swing.JList jListInner
jListOuter
javax.swing.JList jListOuter
jListPropVal
javax.swing.JList jListPropVal
jPanelDetail
javax.swing.JPanel jPanelDetail
jRightPanel
javax.swing.JPanel jRightPanel
jScrollPane1
javax.swing.JScrollPane jScrollPane1
jScrollPane2
javax.swing.JScrollPane jScrollPane2
jScrollPane3
javax.swing.JScrollPane jScrollPane3
jScrollPane4
javax.swing.JScrollPane jScrollPane4
jScrollPane6
javax.swing.JScrollPane jScrollPane6
jScrollPane7
javax.swing.JScrollPane jScrollPane7
jSeparator
javax.swing.JSeparator jSeparator
jSplitPaneInner
javax.swing.JSplitPane jSplitPaneInner
jSplitPaneOuter
javax.swing.JSplitPane jSplitPaneOuter
jTextAreaSource
javax.swing.JTextArea jTextAreaSource
jTextClass
javax.swing.JTextField jTextClass
jTextClassType
javax.swing.JTextField jTextClassType
jTextDefault
javax.swing.JTextField jTextDefault
jTextDesc
javax.swing.JTextArea jTextDesc
jTextInnerList
javax.swing.JTextArea jTextInnerList
jTextNewVal
javax.swing.JTextField jTextNewVal
jTextPropName
javax.swing.JTextField jTextPropName
jTextPropType
javax.swing.JTextField jTextPropType
|
Package edu.cmu.sphinx.tools.gui.reader |
_mode
int _mode
|
Package edu.cmu.sphinx.tools.gui.util |
_mode
int _mode
|
Package edu.cmu.sphinx.tools.gui.writer |
_exceptionMode
int _exceptionMode
|
Package edu.cmu.sphinx.util |
logBase
float logBase
useAddTable
boolean useAddTable
|
Package edu.cmu.sphinx.util.machlearn |
values
double[] values
|
Package edu.cmu.sphinx.util.props |
instanceName
java.lang.String instanceName
propertyName
java.lang.String propertyName
msg
java.lang.String msg