E - Type of tokens in the tagging.public interface MarginalTagger<E>
MarginalTagger<E> interface is for objects that tag a
list of tokens with marginal per-tag and transition probabilities.
The result of tagging is a tag lattice that allows the efficient
evaluation of the marginal probabilities of tags or tag sequences
at specified positions.| Modifier and Type | Method and Description |
|---|---|
TagLattice<E> |
tagMarginal(List<E> tokens)
Return the marginal tagging for the specified list of
input tokens.
|
TagLattice<E> tagMarginal(List<E> tokens)
tokens - Input tokens to tag.Copyright © 2016 Alias-i, Inc.. All rights reserved.