Serialized Form
Package edu.umass.cs.mallet.base.classify.evaluate |
top
int top
bottom
int bottom
left
int left
right
int right
titleHeight
int titleHeight
labelWidth
int labelWidth
fm
java.awt.FontMetrics fm
padding
int padding
title
java.lang.String title
xLabel
java.lang.String xLabel
yLabel
java.lang.String yLabel
xLabelHeight
int xLabelHeight
yLabelWidth
int yLabelWidth
min
int min
max
int max
xmin
int xmin
xmax
int xmax
legend
Graph.Legend legend
items
java.util.Vector items
increment
int increment
position
int position
Package edu.umass.cs.mallet.base.classify |
serialVersionUID: 1l
weakClassifiers
Classifier[] weakClassifiers
alphas
double[] alphas
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
m_weights
double[][] m_weights
serialVersionUID: 1l
m_epsilon
double m_epsilon
m_delta
double m_delta
m_maxIterations
int m_maxIterations
m_coolingRate
double m_coolingRate
m_weights
double[][] m_weights
- Array of weights, one for each class and feature, initialized to 1.
For each class, there is an additional default "feature" weight
that is set to 1 in every example (it remains constant; this is
used to prevent the instance from having 0 dot product with a class).
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
m_root
C45.Node m_root
serialVersionUID: 1l
m_gainRatio
GainRatio m_gainRatio
m_ilist
InstanceList m_ilist
m_instIndices
int[] m_instIndices
m_dataDict
Alphabet m_dataDict
m_minNumInsts
int m_minNumInsts
m_parent
C45.Node m_parent
m_leftChild
C45.Node m_leftChild
m_rightChild
C45.Node m_rightChild
serialVersionUID: 1l
root
DecisionTree.Node root
addFeaturesClassEntropyThreshold
double addFeaturesClassEntropyThreshold
serialVersionUID: 1l
featureIndex
int featureIndex
infoGain
double infoGain
ilist
InstanceList ilist
dictionary
Alphabet dictionary
labelEntropy
double labelEntropy
labeling
Labeling labeling
parent
DecisionTree.Node parent
child0
DecisionTree.Node child0
child1
DecisionTree.Node child1
name
java.lang.String name
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
parameters
double[] parameters
defaultFeatureIndex
int defaultFeatureIndex
featureSelection
FeatureSelection featureSelection
perClassFeatureSelection
FeatureSelection[] perClassFeatureSelection
numGetValueCalls
int numGetValueCalls
numGetValueGradientCalls
int numGetValueGradientCalls
numIterations
int numIterations
usingMultiConditionalTraining
boolean usingMultiConditionalTraining
usingHyperbolicPrior
boolean usingHyperbolicPrior
gaussianPriorVariance
double gaussianPriorVariance
hyperbolicPriorSlope
double hyperbolicPriorSlope
hyperbolicPriorSharpness
double hyperbolicPriorSharpness
maximizerClass
java.lang.Class maximizerClass
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
parameters
double[] parameters
defaultFeatureIndex
int defaultFeatureIndex
featureSelection
FeatureSelection featureSelection
perClassFeatureSelection
FeatureSelection[] perClassFeatureSelection
numGetValueCalls
int numGetValueCalls
numGetValueGradientCalls
int numGetValueGradientCalls
numIterations
int numIterations
usingMultiConditionalTraining
boolean usingMultiConditionalTraining
usingHyperbolicPrior
boolean usingHyperbolicPrior
gaussianPriorVariance
double gaussianPriorVariance
hyperbolicPriorSlope
double hyperbolicPriorSlope
hyperbolicPriorSharpness
double hyperbolicPriorSharpness
maximizerClass
java.lang.Class maximizerClass
generativeWeighting
double generativeWeighting
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
prior
Multinomial.Logged prior
p
Multinomial.Logged[] p
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
featureEstimator
Multinomial.Estimator featureEstimator
priorEstimator
Multinomial.Estimator priorEstimator
me
Multinomial.Estimator[] me
pe
Multinomial.Estimator pe
instancePipe
Pipe instancePipe
dataAlphabet
Alphabet dataAlphabet
targetAlphabet
Alphabet targetAlphabet
Package edu.umass.cs.mallet.base.extract.pipe |
Package edu.umass.cs.mallet.base.extract |
serialVersionUID: -8726127297313150023l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
confidenceEstimator
ExtractionConfidenceEstimator confidenceEstimator
underlyingFilter
TokenizationFilter underlyingFilter
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
crf
CRF4 crf
tokenizationPipe
Pipe tokenizationPipe
featurePipe
Pipe featurePipe
backgroundTag
java.lang.String backgroundTag
filter
TokenizationFilter filter
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
document
java.lang.Object document
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
document
java.lang.CharSequence document
start
int start
end
int end
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
document
java.lang.CharSequence document
confidenceEstimator
TransducerConfidenceEstimator confidenceEstimator
featurePipe
Pipe featurePipe
Package edu.umass.cs.mallet.base.fst.confidence |
string2stateIndex
java.util.HashMap string2stateIndex
string2stateIndex
java.util.HashMap string2stateIndex
meTrainer
MaxEntTrainer meTrainer
meClassifier
MaxEnt meClassifier
pipe
Pipe pipe
correct
java.lang.String correct
incorrect
java.lang.String incorrect
generator
java.util.Random generator
model
Transducer model
segmentConfidences
java.util.Vector segmentConfidences
Package edu.umass.cs.mallet.base.fst |
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
inputAlphabet
Alphabet inputAlphabet
outputAlphabet
Alphabet outputAlphabet
states
java.util.ArrayList states
initialStates
java.util.ArrayList initialStates
name2state
java.util.HashMap name2state
weights
DenseVector[] weights
constraints
DenseVector[] constraints
expectations
DenseVector[] expectations
weightAlphabet
Alphabet weightAlphabet
trainable
boolean trainable
gatheringConstraints
boolean gatheringConstraints
defaultFeatureIndex
int defaultFeatureIndex
usingHyperbolicPrior
boolean usingHyperbolicPrior
gaussianPriorVariance
double gaussianPriorVariance
hyperbolicPriorSlope
double hyperbolicPriorSlope
hyperbolicPriorSharpness
double hyperbolicPriorSharpness
cachedCostStale
boolean cachedCostStale
cachedGradientStale
boolean cachedGradientStale
featureSelections
FeatureSelection[] featureSelections
printGradient
boolean printGradient
dumpProbabilities
boolean dumpProbabilities
gatheringTrainingData
boolean gatheringTrainingData
trainingGatheredFor
InstanceList trainingGatheredFor
trainingSets
java.util.List[][] trainingSets
startingInstances
java.util.List startingInstances
endingInstances
java.util.List endingInstances
normalizeCosts
boolean normalizeCosts
inum
int inum
numOriginalStates
int numOriginalStates
originalStateNames
Alphabet originalStateNames
prevWeightsIndices
int[][] prevWeightsIndices
fv0
FeatureVector fv0
fv1
FeatureVector fv1
ip
int ip
isStart
boolean isStart
isLast
boolean isLast
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
trainingSet
InstanceList trainingSet
cachedCost
double cachedCost
cachedGradient
DenseVector cachedGradient
infiniteCosts
java.util.BitSet infiniteCosts
numParameters
int numParameters
crf
CRF crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
initialConstraint
double initialConstraint
initialExpectation
double initialExpectation
finalConstraint
double finalConstraint
finalExpectation
double finalExpectation
name
java.lang.String name
index
int index
destinationNames
java.lang.String[] destinationNames
destinations
CRF.State[] destinations
weightsIndices
int[] weightsIndices
labels
java.lang.String[] labels
crf
CRF crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
source
CRF.State source
index
int index
nextIndex
int nextIndex
costs
double[] costs
input
FeatureVector input
crf
CRF crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
inputAlphabet
Alphabet inputAlphabet
outputAlphabet
Alphabet outputAlphabet
states
java.util.ArrayList states
initialStates
java.util.ArrayList initialStates
name2state
java.util.HashMap name2state
weights
SparseVector[] weights
constraints
SparseVector[] constraints
expectations
SparseVector[] expectations
defaultWeights
double[] defaultWeights
defaultConstraints
double[] defaultConstraints
defaultExpectations
double[] defaultExpectations
weightsPresent
java.util.BitSet[] weightsPresent
weightAlphabet
Alphabet weightAlphabet
trainable
boolean trainable
gatheringConstraints
boolean gatheringConstraints
gatheringWeightsPresent
boolean gatheringWeightsPresent
usingHyperbolicPrior
boolean usingHyperbolicPrior
gaussianPriorVariance
double gaussianPriorVariance
hyperbolicPriorSlope
double hyperbolicPriorSlope
hyperbolicPriorSharpness
double hyperbolicPriorSharpness
cachedCostStale
boolean cachedCostStale
cachedGradientStale
boolean cachedGradientStale
printGradient
boolean printGradient
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
trainingSet
InstanceList trainingSet
cachedCost
double cachedCost
cachedGradient
DenseVector cachedGradient
infiniteCosts
java.util.BitSet infiniteCosts
numParameters
int numParameters
crf
CRF2 crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
initialConstraint
double initialConstraint
initialExpectation
double initialExpectation
finalConstraint
double finalConstraint
finalExpectation
double finalExpectation
name
java.lang.String name
index
int index
destinationNames
java.lang.String[] destinationNames
destinations
CRF2.State[] destinations
weightsIndices
int[] weightsIndices
labels
java.lang.String[] labels
crf
CRF2 crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
source
CRF2.State source
index
int index
nextIndex
int nextIndex
costs
double[] costs
input
FeatureVector input
crf
CRF2 crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
inputAlphabet
Alphabet inputAlphabet
outputAlphabet
Alphabet outputAlphabet
states
java.util.ArrayList states
initialStates
java.util.ArrayList initialStates
name2state
java.util.HashMap name2state
weights
SparseVector[] weights
constraints
SparseVector[] constraints
expectations
SparseVector[] expectations
defaultWeights
double[] defaultWeights
defaultConstraints
double[] defaultConstraints
defaultExpectations
double[] defaultExpectations
weightsPresent
java.util.BitSet[] weightsPresent
globalFeatureSelection
FeatureSelection globalFeatureSelection
featureSelections
FeatureSelection[] featureSelections
weightAlphabet
Alphabet weightAlphabet
trainable
boolean trainable
gatheringConstraints
boolean gatheringConstraints
gatheringWeightsPresent
boolean gatheringWeightsPresent
usingHyperbolicPrior
boolean usingHyperbolicPrior
gaussianPriorVariance
double gaussianPriorVariance
hyperbolicPriorSlope
double hyperbolicPriorSlope
hyperbolicPriorSharpness
double hyperbolicPriorSharpness
cachedCostStale
boolean cachedCostStale
cachedGradientStale
boolean cachedGradientStale
someTrainingDone
boolean someTrainingDone
featureInducers
java.util.ArrayList featureInducers
priorInitialCost
double[] priorInitialCost
priorFinalCost
double[] priorFinalCost
printGradient
boolean printGradient
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
trainingSet
InstanceList trainingSet
cachedCost
double cachedCost
cachedGradient
DenseVector cachedGradient
infiniteCosts
java.util.BitSet infiniteCosts
numParameters
int numParameters
crf
CRF3 crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
initialConstraint
double initialConstraint
initialExpectation
double initialExpectation
finalConstraint
double finalConstraint
finalExpectation
double finalExpectation
name
java.lang.String name
index
int index
destinationNames
java.lang.String[] destinationNames
destinations
CRF3.State[] destinations
weightsIndices
int[][] weightsIndices
labels
java.lang.String[] labels
crf
CRF3 crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
source
CRF3.State source
index
int index
nextIndex
int nextIndex
costs
double[] costs
input
FeatureVector input
crf
CRF3 crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
inputAlphabet
Alphabet inputAlphabet
outputAlphabet
Alphabet outputAlphabet
states
java.util.ArrayList states
initialStates
java.util.ArrayList initialStates
name2state
java.util.HashMap name2state
weights
SparseVector[] weights
constraints
SparseVector[] constraints
expectations
SparseVector[] expectations
defaultWeights
double[] defaultWeights
defaultConstraints
double[] defaultConstraints
defaultExpectations
double[] defaultExpectations
weightsPresent
java.util.BitSet[] weightsPresent
globalFeatureSelection
FeatureSelection globalFeatureSelection
featureSelections
FeatureSelection[] featureSelections
weightsFrozen
boolean[] weightsFrozen
weightAlphabet
Alphabet weightAlphabet
trainable
boolean trainable
gatheringConstraints
boolean gatheringConstraints
gatheringWeightsPresent
boolean gatheringWeightsPresent
usingHyperbolicPrior
boolean usingHyperbolicPrior
gaussianPriorVariance
double gaussianPriorVariance
hyperbolicPriorSlope
double hyperbolicPriorSlope
hyperbolicPriorSharpness
double hyperbolicPriorSharpness
useSparseWeights
boolean useSparseWeights
cachedValueStale
boolean cachedValueStale
cachedGradientStale
boolean cachedGradientStale
someTrainingDone
boolean someTrainingDone
transductionType
int transductionType
featureInducers
java.util.ArrayList featureInducers
printGradient
boolean printGradient
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
trainingSet
InstanceList trainingSet
cachedValue
double cachedValue
cachedGradient
DenseVector cachedGradient
infiniteValues
java.util.BitSet infiniteValues
numParameters
int numParameters
crf
CRF4 crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
initialConstraint
double initialConstraint
initialExpectation
double initialExpectation
finalConstraint
double finalConstraint
finalExpectation
double finalExpectation
name
java.lang.String name
index
int index
destinationNames
java.lang.String[] destinationNames
destinations
CRF4.State[] destinations
weightsIndices
int[][] weightsIndices
labels
java.lang.String[] labels
crf
CRF4 crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
source
CRF4.State source
index
int index
nextIndex
int nextIndex
costs
double[] costs
input
FeatureVector input
crf
CRF4 crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
inputAlphabet
Alphabet inputAlphabet
outputAlphabet
Alphabet outputAlphabet
states
java.util.ArrayList states
initialStates
java.util.ArrayList initialStates
name2state
java.util.HashMap name2state
weights
SparseVector[] weights
constraints
SparseVector[] constraints
expectations
SparseVector[] expectations
defaultWeights
double[] defaultWeights
defaultConstraints
double[] defaultConstraints
defaultExpectations
double[] defaultExpectations
weightsPresent
java.util.BitSet[] weightsPresent
globalFeatureSelection
FeatureSelection globalFeatureSelection
featureSelections
FeatureSelection[] featureSelections
weightAlphabet
Alphabet weightAlphabet
trainable
boolean trainable
gatheringConstraints
boolean gatheringConstraints
gatheringWeightsPresent
boolean gatheringWeightsPresent
usingHyperbolicPrior
boolean usingHyperbolicPrior
gaussianPriorVariance
double gaussianPriorVariance
hyperbolicPriorSlope
double hyperbolicPriorSlope
hyperbolicPriorSharpness
double hyperbolicPriorSharpness
cachedCostStale
boolean cachedCostStale
cachedGISUpdateStale
boolean cachedGISUpdateStale
someTrainingDone
boolean someTrainingDone
featureInducers
java.util.ArrayList featureInducers
printGradient
boolean printGradient
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
trainingSet
InstanceList trainingSet
cachedCost
double cachedCost
cachedGISUpdate
DenseVector cachedGISUpdate
infiniteCosts
java.util.BitSet infiniteCosts
numParameters
int numParameters
crf
CRFByGISUpdate crf
updatedGIS
int updatedGIS
maxCount
double maxCount
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
initialConstraint
double initialConstraint
initialExpectation
double initialExpectation
finalConstraint
double finalConstraint
finalExpectation
double finalExpectation
name
java.lang.String name
index
int index
destinationNames
java.lang.String[] destinationNames
destinations
CRFByGISUpdate.State[] destinations
weightsIndices
int[][] weightsIndices
labels
java.lang.String[] labels
crf
CRFByGISUpdate crf
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
source
CRFByGISUpdate.State source
index
int index
nextIndex
int nextIndex
costs
double[] costs
input
FeatureVector input
crf
CRFByGISUpdate crf
inputAlphabet
Alphabet inputAlphabet
outputAlphabet
Alphabet outputAlphabet
states
java.util.ArrayList states
initialStates
java.util.ArrayList initialStates
name2state
java.util.HashMap name2state
initialStateCounts
Multinomial.Estimator initialStateCounts
finalStateCounts
Multinomial.Estimator finalStateCounts
trainable
boolean trainable
name
java.lang.String name
index
int index
transitions
FeatureTransducer.Transition[] transitions
input2transitions
gnu.trove.TIntObjectHashMap input2transitions
transitionCounts
Multinomial.Estimator transitionCounts
index
int index
transition
FeatureTransducer.Transition transition
source
FeatureTransducer.State source
input
int input
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
inputAlphabet
Alphabet inputAlphabet
outputAlphabet
Alphabet outputAlphabet
states
java.util.ArrayList states
initialStates
java.util.ArrayList initialStates
name2state
java.util.HashMap name2state
transitionEstimator
Multinomial.Estimator[] transitionEstimator
emissionEstimator
Multinomial.Estimator[] emissionEstimator
initialEstimator
Multinomial.Estimator initialEstimator
transitionMultinomial
Multinomial[] transitionMultinomial
emissionMultinomial
Multinomial[] emissionMultinomial
initialMultinomial
Multinomial initialMultinomial
trainable
boolean trainable
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
name
java.lang.String name
index
int index
destinationNames
java.lang.String[] destinationNames
destinations
HMM.State[] destinations
labels
java.lang.String[] labels
hmm
HMM hmm
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
source
HMM.State source
index
int index
nextIndex
int nextIndex
inputPos
int inputPos
costs
double[] costs
input
FeatureSequence input
hmm
HMM hmm
gatheringTrainingData
boolean gatheringTrainingData
trainingGatheredFor
InstanceList trainingGatheredFor
trainingSet
InstanceList trainingSet
sum
double sum
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
UseForwardBackwardBeam
boolean UseForwardBackwardBeam
beamWidth
int beamWidth
KLeps
double KLeps
Rmin
double Rmin
nstatesExpl
double[] nstatesExpl
curIter
int curIter
tctIter
int tctIter
curAvgNstatesExpl
double curAvgNstatesExpl
inputPipe
Pipe inputPipe
- A pipe that should produce a Sequence in the "data" slot, (and possibly one in the "target" slot also
outputPipe
Pipe outputPipe
- A pipe that should expect a ViterbiPath in the "target" slot,
and should produce something printable in the "source" slot that
indicates the results of transduction.
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
initialCost
double initialCost
finalCost
double finalCost
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
Package edu.umass.cs.mallet.base.fst.tests |
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
Package edu.umass.cs.mallet.base.maximize |
Package edu.umass.cs.mallet.base.pipe |
serialVersionUID: 1l
m_predRanks2add
int[] m_predRanks2add
m_tokenClassifiers
AddClassifierTokenPredictions.TokenClassifiers m_tokenClassifiers
m_binary
boolean m_binary
m_inProduction
boolean m_inProduction
m_dataAlphabet
Alphabet m_dataAlphabet
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
m_numCV
int m_numCV
m_randSeed
int m_randSeed
m_trainer
ClassifierTrainer m_trainer
m_tokenClassifier
Classifier m_tokenClassifier
m_table
java.util.HashMap m_table
conjunctions
FeatureConjunction.List conjunctions
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
n
int n
distinguishBorders
boolean distinguishBorders
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
lexer
CharSequenceLexer lexer
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
regex
java.util.regex.Pattern regex
replacement
java.lang.String replacement
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
regex
java.util.regex.Pattern regex
groupIndex
int groupIndex
lexer
CharSequenceLexer lexer
numberFeatures
int numberFeatures
fileFilter
java.io.FileFilter fileFilter
labelPattern
java.util.regex.Pattern labelPattern
binary
boolean binary
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
binary
boolean binary
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
minCount
int minCount
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
iteratedPipe
Pipe iteratedPipe
accumulator
PipeOutputAccumulator accumulator
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
lexer
CharSequenceLexer lexer
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
pipes
java.util.ArrayList pipes
accumulator
PipeOutputAccumulator accumulator
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
readResolve
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
- This gets called after readObject; it lets the object decide whether
to return itself or return a previously read in version.
We use a hashMap of instanceIds to determine if we have already read
in this object.
- Throws:
java.io.ObjectStreamException
parent
Pipe parent
dataDict
Alphabet dataDict
targetDict
Alphabet targetDict
dataDictClass
java.lang.Class dataDictClass
targetDictClass
java.lang.Class targetDictClass
dataAlphabetResolved
boolean dataAlphabetResolved
targetAlphabetResolved
boolean targetAlphabetResolved
targetProcessing
boolean targetProcessing
instanceId
java.rmi.dgc.VMID instanceId
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
prefix
java.lang.String prefix
stream
java.io.PrintStream stream
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
prefix
java.lang.String prefix
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
prefix
java.lang.String prefix
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
sgmlPattern
java.util.regex.Pattern sgmlPattern
lexer
CharSequenceLexer lexer
backgroundTag
java.lang.String backgroundTag
allowedTags
java.util.Set allowedTags
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
pipes
java.util.ArrayList pipes
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
sgmlPattern
java.util.regex.Pattern sgmlPattern
lexer
CharSequenceLexer lexer
backgroundTag
java.lang.String backgroundTag
saveSource
boolean saveSource
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
setTokensAsFeatures
boolean setTokensAsFeatures
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
lexer
CharSequenceLexer lexer
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
delim
java.lang.String delim
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
backgroundLabel
java.lang.String backgroundLabel
offset
boolean offset
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
augmentable
boolean augmentable
binary
boolean binary
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
biDictionary
Alphabet biDictionary
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
augmentable
boolean augmentable
binary
boolean binary
growAlphabet
boolean growAlphabet
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
regex
java.util.regex.Pattern regex
dataGroup
int dataGroup
targetGroup
int targetGroup
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
gramSizes
int[] gramSizes
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
realValued
boolean realValued
specifyFeatureNames
boolean specifyFeatureNames
nameValueSeparator
java.lang.String nameValueSeparator
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
markDeletions
boolean markDeletions
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
caseSensitive
boolean caseSensitive
markDeletions
boolean markDeletions
Package edu.umass.cs.mallet.base.pipe.tests |
Package edu.umass.cs.mallet.base.pipe.tsf |
regex
java.util.regex.Pattern regex
feature
java.lang.String feature
normalizeByCharLength
boolean normalizeByCharLength
countIsBinary
boolean countIsBinary
regex
java.util.regex.Pattern regex
feature
java.lang.String feature
offsets
int[] offsets
normalizeByMatchCount
boolean normalizeByMatchCount
feature
java.lang.String feature
regex
java.util.regex.Pattern regex
moreSpecificRegex
java.util.regex.Pattern moreSpecificRegex
normalizeByRegexMatches
boolean normalizeByRegexMatches
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
namePrefix
java.lang.String namePrefix
namePrefixLeft
java.lang.String namePrefixLeft
leftBoundary
int leftBoundary
rightBoundary
int rightBoundary
featureRegex
java.util.regex.Pattern featureRegex
includeBeginEndBoundaries
boolean includeBeginEndBoundaries
includeCurrentToken
boolean includeCurrentToken
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
namePrefix
java.lang.String namePrefix
firstMentionName
java.lang.String firstMentionName
featureRegex
java.util.regex.Pattern featureRegex
filterRegex
java.util.regex.Pattern filterRegex
includeFiltered
boolean includeFiltered
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
name
java.lang.String name
lexicon
gnu.trove.THashSet lexicon
ignoreCase
boolean ignoreCase
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
conjunctions
int[][] conjunctions
includeOriginalSingletons
boolean includeOriginalSingletons
featureRegex
java.util.regex.Pattern featureRegex
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
thisFeatureName
java.lang.String thisFeatureName
featurePatterns
java.util.regex.Pattern[] featurePatterns
offsets
int[] offsets
isNonNegated
boolean[] isNonNegated
tagAllTimesteps
boolean tagAllTimesteps
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
conjunctions
int[][] conjunctions
includeOriginalSingletons
boolean includeOriginalSingletons
propertyKey
java.lang.String propertyKey
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
regex
java.util.regex.Pattern regex
feature
java.lang.String feature
writer
java.io.PrintWriter writer
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
backgroundTag
java.lang.String backgroundTag
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
prefix
java.lang.String prefix
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
prefix
java.lang.String prefix
gramSizes
int[] gramSizes
distinguishBorders
boolean distinguishBorders
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
prefix
java.lang.String prefix
prefixLength
int prefixLength
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
prefix
java.lang.String prefix
suffixLength
int suffixLength
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
prefix
java.lang.String prefix
gramSizes
int[] gramSizes
distinguishBorders
boolean distinguishBorders
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
name
java.lang.String name
ignoreCase
boolean ignoreCase
lexicon
edu.umass.cs.mallet.base.pipe.tsf.TrieLexiconMembership.TrieLexicon lexicon
Package edu.umass.cs.mallet.base.types |
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
readResolve
public java.lang.Object readResolve()
throws java.io.ObjectStreamException
- This gets called after readObject; it lets the object decide whether
to return itself or return a previously read in version.
We use a hashMap of instanceIds to determine if we have already read
in this object.
- Throws:
java.io.ObjectStreamException
map
gnu.trove.TObjectIntHashMap map
entries
java.util.ArrayList entries
growthStopped
boolean growthStopped
entryClass
java.lang.Class entryClass
instanceId
java.rmi.dgc.VMID instanceId
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
size
int size
maxSortedIndex
int maxSortedIndex
dictionary
Alphabet dictionary
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
values
double[] values
hasInfinite
boolean hasInfinite
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
usingHyperbolicPrior
boolean usingHyperbolicPrior
hyperbolicSlope
double hyperbolicSlope
hyperbolicSharpness
double hyperbolicSharpness
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
name
java.lang.String name
dictionary
Alphabet dictionary
features
int[] features
negations
boolean[] negations
index
int index
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
conjunctions
java.util.ArrayList conjunctions
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
ranker
RankedFeatureVector.Factory ranker
perLabelRanker
RankedFeatureVector.PerLabelFactory perLabelRanker
beam1
int beam1
beam2
int beam2
fcl
FeatureConjunction.List fcl
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
dictionary
Alphabet dictionary
selectedFeatures
java.util.BitSet selectedFeatures
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
dictionary
Alphabet dictionary
features
int[] features
length
int length
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
biDictionary
Alphabet biDictionary
biFeatures
int[] biFeatures
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
dictionary
Alphabet dictionary
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
sequence
FeatureVector[] sequence
serialVersionUID: 1l
m_splitPoints
double[] m_splitPoints
m_baseEntropy
double m_baseEntropy
m_baseLabelDistribution
LabelVector m_baseLabelDistribution
m_numSplitPointsForBestFeature
int m_numSplitPointsForBestFeature
m_minNumInsts
int m_minNumInsts
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
index2location
gnu.trove.TIntIntHashMap index2location
maxIndex
int maxIndex
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
baseEntropy
double baseEntropy
baseLabelDistribution
LabelVector baseLabelDistribution
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
data
java.lang.Object data
target
java.lang.Object target
name
java.lang.Object name
source
java.lang.Object source
pipe
Pipe pipe
properties
PropertyList properties
locked
boolean locked
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
instances
java.util.ArrayList instances
instanceWeights
DoubleList instanceWeights
featureSelection
FeatureSelection featureSelection
perLabelFeatureSelection
FeatureSelection[] perLabelFeatureSelection
pipe
Pipe pipe
dataVocab
Alphabet dataVocab
targetVocab
Alphabet targetVocab
dataClass
java.lang.Class dataClass
targetClass
java.lang.Class targetClass
nfolds
int nfolds
folds
InstanceList[] folds
index
int index
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
index
int index
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
entry
java.lang.Object entry
dictionary
LabelAlphabet dictionary
index
int index
labels
java.util.ArrayList labels
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
labels
Label[] labels
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
seq
Labels[] seq
nr
int nr
nc
int nc
numDimensions
int numDimensions
sizes
int[] sizes
serialVersionUID: 1l
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
dictionary
Alphabet dictionary
counts
double[] counts
size
int size
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
prior
Dirichlet prior
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
m
double m
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
instancesPerPage
int instancesPerPage
- number of instances to put in one page. if -1, determine at
first call to
swapOutExcept
swapDir
java.io.File swapDir
- directory to store swap files
inMemory
java.util.BitSet inMemory
- inMemory.get(i) == true iff instances.get(i) is in memory, else 0
pageNotInMemory
java.util.BitSet pageNotInMemory
- pageNotInMemory.get(i) == true iff page i is not in memory,
else 0
collectGarbage
boolean collectGarbage
- recommend garbage collection after every swap out?
id
java.rmi.dgc.VMID id
- uniquely identifies this InstanceList. Used in creating
serialized page name for swap files.
numRanked
int numRanked
rankOrder
int[] rankOrder
sortedTo
int sortedTo
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
values
SparseVector values
numDimensions
int numDimensions
sizes
int[] sizes
singleSize
int singleSize
serialVersionUID: 2l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
indices
int[] indices
- If the vector is sparse, then both indices and values are
sparse. Indices into these arrays are called ``locations'' in
the below. The indices[] array maps locations to indices of the
(virtual) dense array that's being represented. value[] maps
locations to values.
values
double[] values
hasInfinite
boolean hasInfinite
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
string1Length
int string1Length
string2Length
int string2Length
string1
java.lang.String string1
string2
java.lang.String string2
string1Blocks
java.lang.String[] string1Blocks
string2Blocks
java.lang.String[] string2Blocks
string1Present
gnu.trove.TObjectIntHashMap string1Present
string2Present
gnu.trove.TObjectIntHashMap string2Present
lexicon
gnu.trove.TObjectIntHashMap lexicon
block1Indices
int[] block1Indices
block2Indices
int[] block2Indices
delim
char delim
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
_delimiter
java.lang.String _delimiter
_string1
java.lang.String _string1
_string2
java.lang.String _string2
_match
int _match
normalizeCase
boolean normalizeCase
lambda
double lambda
n
int n
cache
boolean cache
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
text
java.lang.String text
properties
PropertyList properties
features
PropertyList features
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
tokens
java.util.ArrayList tokens
properties
PropertyList properties
Package edu.umass.cs.mallet.base.util |
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
regex
java.util.regex.Pattern regex
matcher
java.util.regex.Matcher matcher
input
java.lang.CharSequence input
matchText
java.lang.String matchText
matchTextFresh
boolean matchTextFresh
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
data
double[] data
size
int size
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
next
PropertyList next
key
java.lang.String key
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
property
PropertyList property
nextProperty
PropertyList nextProperty
deletedKeys
java.util.HashSet deletedKeys
nextCalled
boolean nextCalled
returnNumeric
boolean returnNumeric
returnObject
boolean returnObject
serialVersionUID: 3905348978240129619l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
mt
int[] mt
mti
int mti
mag01
int[] mag01
nextGaussian
double nextGaussian
haveNextGaussian
boolean haveNextGaussian
Package edu.umass.cs.mallet.share.casutton.ner |
saveSource
boolean saveSource
doConjunctions
boolean doConjunctions
doTags
boolean doTags
doPhrases
boolean doPhrases
doSpelling
boolean doSpelling
doDigitCollapses
boolean doDigitCollapses
doDowncasing
boolean doDowncasing
Package edu.umass.cs.mallet.share.mccallum.ner |
saveSource
boolean saveSource
doConjunctions
boolean doConjunctions
doTags
boolean doTags
doPhrases
boolean doPhrases
doSpelling
boolean doSpelling
doDigitCollapses
boolean doDigitCollapses
doDowncasing
boolean doDowncasing
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
Package edu.umass.cs.mallet.share.upenn.ner |
left
int left
right
int right
name
java.lang.String name
bins
int[] bins
binNames
java.lang.String[] binNames
name
java.lang.String name
lexicon
java.util.Set lexicon
ignoreCase
boolean ignoreCase
min
int min
max
int max
name
java.lang.String name
regex
java.util.regex.Pattern regex
min
int min
max
int max
Package edu.umass.cs.mallet.share.weili.ner.enron |
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
saveSource
boolean saveSource
headerPersonNames
java.util.HashSet headerPersonNames
Package edu.umass.cs.mallet.projects.seg_plus_coref.anaphora |
femaleMap
java.util.HashMap femaleMap
maleMap
java.util.HashMap maleMap
Package edu.umass.cs.mallet.projects.seg_plus_coref.clustering |
canonicalObj
java.lang.Object canonicalObj
refNoMeta
java.lang.String refNoMeta
clusterNoMeta
java.lang.String clusterNoMeta
startTags
java.lang.String[] startTags
endTags
java.lang.String[] endTags
tagWeight
double[] tagWeight
selectVertices
java.util.List selectVertices
graph
salvo.jesus.graph.WeightedGraph graph
verticesToClusters
java.util.HashMap verticesToClusters
clusterId
java.lang.String clusterId
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
sgmlRegex
java.lang.String sgmlRegex
sgmlPattern
java.util.regex.Pattern sgmlPattern
lexer
CharSequenceLexer lexer
lexerRegex
java.lang.String lexerRegex
backgroundTag
java.lang.String backgroundTag
refNoMeta
java.lang.String refNoMeta
clusterNoMeta
java.lang.String clusterNoMeta
clusterNoMeta_true
java.lang.String clusterNoMeta_true
startTags
java.lang.String[] startTags
endTags
java.lang.String[] endTags
tagWeight
double[] tagWeight
Source
java.lang.String Source
TEXT_NO_TAG
java.lang.String TEXT_NO_TAG
Package edu.umass.cs.mallet.projects.seg_plus_coref.condclust.pipe |
classifier
Classifier classifier
- Determines distance between two nodes
includePairwiseFeatures
boolean includePairwiseFeatures
- True if we should include the features from the closest/farthest NodePair
minNumNeg
int minNumNeg
- How many negative links we need to see b/t node and cluster for
feature to fire
classifier
Classifier classifier
classifier
Classifier classifier
- Determines distance between two nodes
includePairwiseFeatures
boolean includePairwiseFeatures
- True if we should include the features from the closest NodePair
classifier
Classifier classifier
classifier
Classifier classifier
fields
java.lang.String[] fields
classifier
Classifier classifier
- Determines distance between two nodes
n
int n
- number of negative nodes we must see for this feature to fire
classifier
Classifier classifier
fields
java.lang.String[] fields
distanceMeasure
com.wcohen.secondstring.StringDistance distanceMeasure
classifier
Classifier classifier
Package edu.umass.cs.mallet.projects.seg_plus_coref.coreference |
distMetric
com.wcohen.secondstring.StringDistance distMetric
distMetric
com.wcohen.secondstring.StringDistance distMetric
threshold
double threshold
distMetric
com.wcohen.secondstring.StringDistance distMetric
threshold
double threshold
fields
java.lang.String[] fields
distanceMeasure
com.wcohen.secondstring.StringDistance distanceMeasure
fields
java.lang.String[] fields
featureName
java.lang.String featureName
default_Max_Dist
double default_Max_Dist
default_Ignore_Dist
double default_Ignore_Dist
distMetric
com.wcohen.secondstring.StringDistance distMetric
distMetric
com.wcohen.secondstring.StringDistance distMetric
useNBest
boolean useNBest
distMetric
com.wcohen.secondstring.StringDistance distMetric
useNBest
boolean useNBest
fields
java.lang.String[] fields
distMetric
com.wcohen.secondstring.StringDistance distMetric
threshold
double threshold
binary
boolean binary
augmentable
boolean augmentable
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
startTags
java.lang.String[] startTags
endTags
java.lang.String[] endTags
distMetric
com.wcohen.secondstring.StringDistance distMetric
threshold
double threshold
distMetric
com.wcohen.secondstring.StringDistance distMetric
distMetric2
com.wcohen.secondstring.StringDistance distMetric2
threshold
double threshold
useNBest
boolean useNBest
distMetric
com.wcohen.secondstring.StringDistance distMetric
threshold
double threshold
fields
java.lang.String[] fields
regex
java.lang.String regex
featureName
java.lang.String featureName
nw
com.wcohen.secondstring.AbstractStringDistance nw
sgmlStartTags
java.lang.String[] sgmlStartTags
sgmlEndTags
java.lang.String[] sgmlEndTags
distanceMeasure
com.wcohen.secondstring.StringDistance distanceMeasure
fields
java.lang.String[] fields
featureName
java.lang.String featureName
splitPattern
java.lang.String splitPattern
nw
com.wcohen.secondstring.AbstractStringDistance nw
distMetric
com.wcohen.secondstring.StringDistance distMetric
threshold
double threshold
distMetric
com.wcohen.secondstring.StringDistance distMetric
threshold
double threshold
useNBest
boolean useNBest
distMetric
com.wcohen.secondstring.StringDistance distMetric
threshold
double threshold
Package edu.umass.cs.mallet.projects.seg_plus_coref.graphs |
v1
salvo.jesus.graph.Vertex v1
v2
salvo.jesus.graph.Vertex v2
v3
salvo.jesus.graph.Vertex v3
e1
salvo.jesus.graph.Edge e1
e2
salvo.jesus.graph.Edge e2
e3
salvo.jesus.graph.Edge e3
graph
salvo.jesus.graph.Graph graph
gedit1
salvo.jesus.graph.visual.GraphEditor gedit1
gedit2
salvo.jesus.graph.visual.GraphEditor gedit2
Package edu.umass.cs.mallet.projects.seg_plus_coref.ie |
serialVersionUID: 1l
readObject
private void readObject(java.io.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException
writeObject
private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
POSModelFile
java.lang.String POSModelFile
doTag
boolean doTag
doTagBigram
boolean doTagBigram
doTagTrigram
boolean doTagTrigram
doTagWord
boolean doTagWord
POS_On
boolean POS_On
posExtracter
IEInterface3 posExtracter
segmentation
TUI_CorefIE.AllClusterSegmentation segmentation
segmentation
TUI_CorefIE.AllClusterSegmentation segmentation
segmentation
TUI_CorefIE.AllClusterSegmentation segmentation
segmentation
TUI_CorefIE.AllClusterSegmentation segmentation
segmentation
TUI_CorefIE.AllClusterSegmentation segmentation