Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Cc.mallet.fst Classes and Interfaces - 121 results found.
NameDescriptionTypePackageFramework
CachedDotTransitionIteratorTransitionIterator that caches dot products.Classcc.mallet.fst.semi_supervised.prMallet
CacheStaleIndicatorIndicates when the value/gradient during training becomes stale.Interfacecc.mallet.fstMallet
ConfidenceCorrectorEvaluatorCalculates the effectiveness of "constrained viterbi" in propagating corrections in one segment of a sequence to otherClasscc.mallet.fst.confidenceMallet
ConfidenceEvaluatorClasscc.mallet.fst.confidenceMallet
ConfidenceEvaluator .EntityConfidencea simple class to store a confidence score and whether or not this labeling is correctClasscc.mallet.fst.confidence.ConfidenceEvaluatorMallet
ConstrainedForwardBackwardConfidenceEstimatorEstimates the confidence of a Segment extracted by a Transducer by performing a "constrained lattice" calculation.Classcc.mallet.fst.confidenceMallet
ConstrainedViterbiTransducerCorrectorCorrects a subset of the Segments produced by a Transducer.Classcc.mallet.fst.confidenceMallet
ConstraintsOptimizableByPROptimizable for E-step/I-projection in Posterior Regularization (PR).Classcc.mallet.fst.semi_supervised.prMallet
CRFRepresents a CRF model.Classcc.mallet.fstMallet
CRF .FactorsA simple, transparent container to hold the parameters or sufficient statistics for the CRF.Classcc.mallet.fst.CRFMallet
CRF .StateSee Also:Serialized Formprotected CRF.Classcc.mallet.fst.CRFMallet
CRF .TransitionIteratorClasscc.mallet.fst.CRFMallet
CRFCacheStaleIndicatorIndicates when the value/gradient becomes stale based on updates to CRF'sAuthor:Gaurav ChandaliaClasscc.mallet.fstMallet
CRFOptimizableByBatchLabelLikelihood easily parallelized.Classcc.mallet.fstMallet
CRFOptimizableByBatchLabelLikelihood .FactoryConstructor SummaryCRFOptimizableByBatchLabelLikelihood.Classcc.mallet.fst.CRFOptimizableByBatchLabelLikelihoodMallet
CRFOptimizableByEntropyRegularizationA CRF objective function that is the entropy of the CRF's predictions on unlabeled data.Classcc.mallet.fst.semi_supervisedMallet
CRFOptimizableByGEOptimizable for CRF using Generalized Expectation constraints that consider either a single label or a pair of labels of a linear chain CRF.Classcc.mallet.fst.semi_supervisedMallet
CRFOptimizableByGradientValuesA CRF objective function that is the sum of multiple objective functions that implement Optimizable.Classcc.mallet.fstMallet
CRFOptimizableByKLM-step/M-projection for PR.Classcc.mallet.fst.semi_supervised.prMallet
CRFOptimizableByLabelLikelihoodAn objective function for CRFs that is the label likelihood plus a Gaussian or hyperbolic prior on parameters.Classcc.mallet.fstMallet
CRFOptimizableByLabelLikelihood .FactoryConstructor SummaryCRFOptimizableByLabelLikelihood.Classcc.mallet.fst.CRFOptimizableByLabelLikelihoodMallet
CRFTrainerByEntropyRegularizationA CRF trainer that maximizes the log-likelihood plus a weighted entropy regularization term on unlabeled Classcc.mallet.fst.semi_supervisedMallet
CRFTrainerByGETrains a CRF using Generalized Expectation constraints that consider either a single label or a pair of labels of a linear chain CRF.Classcc.mallet.fst.semi_supervisedMallet
CRFTrainerByL1LabelLikelihoodCRF trainer that implements L1-regularization.Classcc.mallet.fstMallet
CRFTrainerByLabelLikelihoodUnlike ClassifierTrainer, TransducerTrainer is not "stateless" between calls to train.Classcc.mallet.fstMallet
CRFTrainerByLikelihoodAndGENested Class SummaryNested classes/interfaces inherited from class cc.Classcc.mallet.fst.semi_supervisedMallet
CRFTrainerByPRPosterior regularization trainer.Classcc.mallet.fst.semi_supervised.prMallet
CRFTrainerByStochasticGradientTrains CRF by stochastic gradient.Classcc.mallet.fstMallet
CRFTrainerByThreadedLabelLikelihoodClasscc.mallet.fstMallet
CRFTrainerByValueGradientsA CRF trainer that can combine multiple objective functions, each represented by a Optmizable.Classcc.mallet.fstMallet
CRFWriterSaves a trained model to specified filename.Classcc.mallet.fstMallet
EntropyLatticeRuns subsequence constrained forward-backward to compute the entropy of label Gideon Mann, Andrew McCallumClasscc.mallet.fst.semi_supervisedMallet
FeatureTransducerClasscc.mallet.fstMallet
FSTConstraintUtilExpectation constraint utilities for fst package.Classcc.mallet.fst.semi_supervisedMallet
GammaAverageConfidenceEstimatorCalculates the confidence in an extracted segment by taking the average of P(s_iClasscc.mallet.fst.confidenceMallet
GammaProductConfidenceEstimatorCalculates the confidence in an extracted segment by taking the product of eP(s_iClasscc.mallet.fst.confidenceMallet
GEConstraintInterface for GE constraint that considers either one or two states.Interfacecc.mallet.fst.semi_supervised.constraintsMallet
GELatticeRuns the dynamic programming algorithm of [Mann and McCallum 08] for computing the gradient of a Generalized Expectation constraint thatClasscc.mallet.fst.semi_supervisedMallet
HMMA Hidden Markov Model.Classcc.mallet.fstMallet
HMM .StateSee Also:Serialized Formprotected HMM.Classcc.mallet.fst.HMMMallet
HMM .TransitionIteratorSee Also:Serialized FormConstructor SummaryHMM.Classcc.mallet.fst.HMMMallet
HMMTrainerByLikelihoodNested Class SummaryNested classes/interfaces inherited from class cc.Classcc.mallet.fstMallet
InstanceAccuracyEvaluatorReports the percentage of instances for which the entire predicted sequence was Created: May 12, 2004Classcc.mallet.fstMallet
InstanceWithConfidenceHelper class to store confidence of an Instance.Classcc.mallet.fst.confidenceMallet
IsolatedSegmentTransducerCorrectorCorrects a subset of the Segments produced by a Transducer.Classcc.mallet.fst.confidenceMallet
LabelDistributionEvaluatorPrints predicted and true label distribution.Classcc.mallet.fstMallet
MaxEntConfidenceEstimatorEstimates the confidence of a Segment extracted by a Transducer using a MaxEnt classifier to classify segments as "correct" or "incorrect.Classcc.mallet.fst.confidenceMallet
MaxEntSequenceConfidenceEstimatorEstimates the confidence of a Sequence extracted by a Transducer using a MaxEnt classifier to classify Sequences as "correct" or "incorrect.Classcc.mallet.fst.confidenceMallet
MaxLatticeThe interface to classes implementing the Viterbi algorithm, finding the best sequence of states for a given input sequence.Interfacecc.mallet.fstMallet
MaxLatticeDefaultDefault, full dynamic programming version of the Viterbi "Max-(Product)-Lattice" algorithm.Classcc.mallet.fstMallet
MaxLatticeDefault .FactorySee Also:Serialized FormConstructor SummaryMaxLatticeDefault.Classcc.mallet.fst.MaxLatticeDefaultMallet
MaxLatticeFactorySee Also:Serialized FormConstructor SummaryMaxLatticeFactory()Classcc.mallet.fstMallet
MEMMA Maximum Entropy Markov Model.Classcc.mallet.fstMallet
MEMM .StateSee Also:Serialized Formprotected MEMM.Classcc.mallet.fst.MEMMMallet
MEMM .TransitionIteratorSee Also:Serialized FormFields inherited from class cc.Classcc.mallet.fst.MEMMMallet
MEMMTrainerTrains and evaluates a MEMM.Classcc.mallet.fstMallet
MinSegmentConfidenceEstimatorEstimates the confidence of an entire sequence by the least confidence segment.Classcc.mallet.fst.confidenceMallet
MultiSegmentationEvaluatorEvaluates a transducer model, computes the precision, recall and F1 scores; considers segments that span across multiple tokens.Classcc.mallet.fstMallet
NBestViterbiConfidenceEstimatorEstimates the confidence of an entire sequence by the probability that one of the the Viterbi paths rank 2->N is correct.Classcc.mallet.fst.confidenceMallet
NoopTransducerTrainerA TransducerTrainer that does no training, but simply acts as a container for a Transducer; for use in situations that require a TransducerTrainer, such as the TransducerEvaluator methods.Classcc.mallet.fstMallet
OneLabelGEConstraintsA set of constraints on distributions over single labels conditioned on the presence of input features.Classcc.mallet.fst.semi_supervised.constraintsMallet
OneLabelKLGEConstraintsA set of constraints on distributions over consecutive labels conditioned an input features.Classcc.mallet.fst.semi_supervised.constraintsMallet
OneLabelL2GEConstraintsA set of constraints on distributions over consecutive labels conditioned an input features.Classcc.mallet.fst.semi_supervised.constraintsMallet
OneLabelL2IndPRConstraintsA set of constraints on individual input feature label pairs.Classcc.mallet.fst.semi_supervised.pr.constraintsMallet
OneLabelL2PRConstraintsA set of constraints on distributions over single labels conditioned on the presence of input features.Classcc.mallet.fst.semi_supervised.pr.constraintsMallet
OneLabelL2RangeGEConstraintsA set of constraints on individual input feature label pairs.Classcc.mallet.fst.semi_supervised.constraintsMallet
PerClassAccuracyEvaluatorDetermines the precision, recall and F1 on a per-class basis.Classcc.mallet.fstMallet
PipedInstanceWithConfidenceHelper class to store confidence of an Instance.Classcc.mallet.fst.confidenceMallet
PRAuxiliaryModelAuxiliar model (q) for E-step/I-projection in Posterior Regularization (PR).Classcc.mallet.fst.semi_supervised.prMallet
PRConstraintInterface for PR constraint that considers either one or two states.Interfacecc.mallet.fst.semi_supervised.pr.constraintsMallet
QBCSequenceConfidenceEstimatorEstimates the confidence of an entire sequence by the "disagreement" among a committee of CRFs.Classcc.mallet.fst.confidenceMallet
RandomConfidenceEstimatorRandomly assigns values between 0-1 to the confidence of a Segment.Classcc.mallet.fst.confidenceMallet
RandomSequenceConfidenceEstimatorEstimates the confidence of an entire sequence randomly.Classcc.mallet.fst.confidenceMallet
SegmentRepresents a labelled chunk of a Sequence segmented by a Transducer, usually corresponding to some object extractedClasscc.mallet.fstMallet
SegmentationEvaluatorFields inherited from class cc.Classcc.mallet.fstMallet
SegmentProductConfidenceEstimatorEstimates the confidence of an entire sequence by combining the output of a segment confidence estimator for each segment.Classcc.mallet.fst.confidenceMallet
SelfTransitionGEConstraintGE Constraint on the probability of self-transitions in the FST.Classcc.mallet.fst.semi_supervised.constraintsMallet
SequenceConfidenceInstanceStores a Sequence and a PropertyList, used when extracting features from a Sequence in a pipe for confidence predictionClasscc.mallet.fst.confidenceMallet
ShallowTransducerTrainerWraps around an already trained Transducer model.Classcc.mallet.fstMallet
SimpleTaggerThis class's main method trains, tests, or runs a generic CRF-based Training and test files consist of blocks of lines, one block for each instance, Classcc.mallet.fstMallet
SimpleTagger .SimpleTaggerSentence2FeatureVectorSequenceConverts an external encoding of a sequence of elements with binary features to a FeatureVectorSequence.Classcc.mallet.fst.SimpleTaggerMallet
SimpleTaggerWithConstraintsVersion of SimpleTagger that trains CRFs with expectation constraints rather than labeled data.Classcc.mallet.fst.semi_supervised.tuiMallet
StateLabelMapMaps states in the lattice to labels.Classcc.mallet.fst.semi_supervisedMallet
SumLatticeInterface to perform forward-backward during training of a transducer.Interfacecc.mallet.fstMallet
SumLatticeBeamClasscc.mallet.fstMallet
SumLatticeBeam .FactorySee Also:Serialized FormConstructor SummarySumLatticeBeam.Classcc.mallet.fst.SumLatticeBeamMallet
SumLatticeConstrainedNested Class SummaryNested classes/interfaces inherited from class cc.Classcc.mallet.fstMallet
SumLatticeDefaultClasscc.mallet.fstMallet
SumLatticeDefault .FactorySee Also:Serialized FormConstructor SummarySumLatticeDefault.Classcc.mallet.fst.SumLatticeDefaultMallet
SumLatticeDefaultCachedDotClasscc.mallet.fst.semi_supervised.prMallet
SumLatticeFactoryProvides factory methods to create inference engine for training a transducer.Classcc.mallet.fstMallet
SumLatticeKLLattice for M-step/M-projection in PR.Classcc.mallet.fst.semi_supervised.prMallet
SumLatticePRLattice for E-step/I-projection in PR.Classcc.mallet.fst.semi_supervised.prMallet
SumLatticeScalingClasscc.mallet.fstMallet
SumLatticeScaling .FactorySee Also:Serialized FormConstructor SummarySumLatticeScaling.Classcc.mallet.fst.SumLatticeScalingMallet
TestCRFTests for CRF training.Classcc.mallet.fst.testsMallet
TestCRF .TestCRFTokenSequenceRemoveSpacesSee Also:Serialized FormConstructor SummaryTestCRF.Classcc.mallet.fst.tests.TestCRFMallet
TestFeatureTransducerConstructor SummaryTestFeatureTransducer(java.Classcc.mallet.fst.testsMallet
TestMEMMTests for MEMM training.Classcc.mallet.fst.testsMallet
TestMEMM .TestMEMMTokenSequenceRemoveSpacesSee Also:Serialized FormConstructor SummaryTestMEMM.Classcc.mallet.fst.tests.TestMEMMMallet
TestSumNegLogProb2Constructor SummaryTestSumNegLogProb2(java.Classcc.mallet.fst.testsMallet
ThreadedOptimizableAn adaptor for optimizables based on batch values/gradients.Classcc.mallet.fstMallet
TokenAccuracyEvaluatorEvaluates a transducer model based on predictions of individual tokens.Classcc.mallet.fstMallet
TransducerA base class for all sequence models, analogous to classify.Classcc.mallet.fstMallet
Transducer .IncrementorMethods to be called by inference methods to indicate partial counts of sufficient statistics.Interfacecc.mallet.fst.TransducerMallet
Transducer .StateAn abstract class used to represent the states of the transducer.Classcc.mallet.fst.TransducerMallet
Transducer .TransitionIteratorAn abstract class to iterate over the states of the transducer.Classcc.mallet.fst.TransducerMallet
TransducerConfidenceEstimatorAbstract class that estimates the confidence of a Segment extracted by a Transducer.Classcc.mallet.fst.confidenceMallet
TransducerCorrectorInterface for transducerCorrectors, which correct a subset of the Segments produced by a Transducer.Interfacecc.mallet.fst.confidenceMallet
TransducerEvaluatorAn abstract class to evaluate a transducer model.Classcc.mallet.fstMallet
TransducerSequenceConfidenceEstimatorAbstract class that estimates the confidence of a Sequence extracted by a Transducer.Classcc.mallet.fst.confidenceMallet
TransducerTrainerAn abstract class to train and evaluate a transducer model.Classcc.mallet.fstMallet
TransducerTrainer .ByIncrementsNested Class SummaryNested classes/interfaces inherited from class cc.Classcc.mallet.fst.TransducerTrainerMallet
TransducerTrainer .ByInstanceIncrementsNested Class SummaryNested classes/interfaces inherited from class cc.Classcc.mallet.fst.TransducerTrainerMallet
TransducerTrainer .ByOptimizationInterfacecc.mallet.fst.TransducerTrainerMallet
TwoLabelGEConstraintsA set of constraints on distributions over pairs of consecutive labels conditioned on the presence of input features.Classcc.mallet.fst.semi_supervised.constraintsMallet
TwoLabelKLGEConstraintsA set of constraints on distributions over consecutive labels conditioned an input features.Classcc.mallet.fst.semi_supervised.constraintsMallet
TwoLabelL2GEConstraintsA set of constraints on distributions over consecutive labels conditioned an input features.Classcc.mallet.fst.semi_supervised.constraintsMallet
ViterbiConfidenceEstimatorEstimates the confidence of an entire sequence by the probability of the Viterbi path normalized by the probabliity of the entireClasscc.mallet.fst.confidenceMallet
ViterbiRatioConfidenceEstimatorEstimates the confidence of an entire sequence by the ration of the probabilities of the first and second best Viterbi paths.Classcc.mallet.fst.confidenceMallet
ViterbiWriterPrints the input instances along with the features and the true and predicted labels to a file.Classcc.mallet.fstMallet