Struct crfsuite::Tagger [] [src]

pub struct Tagger<'a> { /* fields omitted */ }

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

Methods

impl<'a> Tagger<'a>
[src]

[src]

Obtain the list of labels

[src]

Predict the label sequence for the item sequence.

[src]

Find the Viterbi label sequence for the item sequence.

[src]

Compute the probability of the label sequence.

[src]

Compute the marginal probability of the label.

Trait Implementations

impl<'a> Debug for Tagger<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> Drop for Tagger<'a>
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<'a> !Send for Tagger<'a>

impl<'a> !Sync for Tagger<'a>