package
1.1.0
Repository: https://github.com/nlpodyssey/spago.git
Documentation: pkg.go.dev

# Functions

New returns a new convolution Model, initialized according to the given configuration.
NewViterbiStructure returns a new ViterbiStructure ready to use.
Viterbi decodes the xs sequence according to the transitionMatrix.

# Structs

Model contains the serializable parameters.
ViterbiStructure implements Viterbi decoding.