Package | Description |
---|---|
org.tribuo.classification.sgd.crf |
Provides an implementation of a linear chain CRF trained using Stochastic Gradient Descent.
|
Modifier and Type | Method and Description |
---|---|
List<Double> |
CRFParameters.predictConfidenceUsingCBP(SGDVector[] features,
List<Chunk> chunks)
This predicts per chunk confidence using the constrained forward backward algorithm from
Culotta and McCallum 2004.
|
List<Double> |
CRFModel.scoreChunks(SequenceExample<Label> example,
List<Chunk> chunks)
Scores the chunks using constrained belief propagation.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.