[][src]Crate crfsuite

Structs

Attribute

Tuple of attribute and its value.

Model

The model

Tagger

The tagger provides the functionality for predicting label sequences for input sequences using a model.

Trainer

The trainer It maintains a data set for training, and provides an interface to various graphical models and training algorithms.

Enums

Algorithm

The training algorithm

CrfError
CrfSuiteError

Errors from crfsuite ffi functions

GraphicalModel

The graphical model

Type Definitions

Item

Type of an item (equivalent to an attribute vector) in a sequence

Result