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 |
---|---|
static ChainHelper.ChainViterbiResults |
ChainHelper.viterbi(ChainHelper.ChainCliqueValues scores)
Runs Viterbi on a linear chain CRF.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.