Uses of Class
org.tribuo.classification.sgd.crf.Chunk
Packages that use Chunk
Package
Description
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
-
Uses of Chunk in org.tribuo.classification.sgd.crf
Method parameters in org.tribuo.classification.sgd.crf with type arguments of type ChunkModifier and TypeMethodDescriptionCRFParameters.predictConfidenceUsingCBP
(SGDVector[] features, List<Chunk> chunks) This predicts per chunk confidence using the constrained forward backward algorithm from Culotta and McCallum 2004.CRFModel.scoreChunks
(SequenceExample<Label> example, List<Chunk> chunks) Scores the chunks using constrained belief propagation.