| Package | Description |
|---|---|
| com.aliasi.chunk |
Classes for extracting meaningful chunks (spans) of text.
|
| com.aliasi.crf |
Classes and interfaces for conditional random fields.
|
| com.aliasi.hmm |
Classes for estimating and decoding hidden Markov models.
|
| com.aliasi.tag |
Classes and interfaces for sequence tagging, including evaluators.
|
| Class and Description |
|---|
| StringTagging
A
StringTagging is a tagging over string-based tokens
that indexes each token to a position in an underlying character
sequence. |
| Tagging
A
Tagging<E> represents a first-best assignment of a sequence
of tags to a sequence of tokens of type E. |
| TagLattice
The abstract base class
TagLattice provides an interface
for the output of a marginal tagger, based on forward, backward,
and transition log potentials. |
| Class and Description |
|---|
| MarginalTagger
The
MarginalTagger<E> interface is for objects that tag a
list of tokens with marginal per-tag and transition probabilities. |
| NBestTagger
The
NBestTagger<E> interface for objects that tag a list of
objects with multiple tagged results. |
| ScoredTagging
A
ScoredTagging<E> represents a tagging of
type E along with a real-valued score. |
| Tagger
The
Tagger<E> interface for objects that tag a list of
tokens of type E. |
| Tagging
A
Tagging<E> represents a first-best assignment of a sequence
of tags to a sequence of tokens of type E. |
| TagLattice
The abstract base class
TagLattice provides an interface
for the output of a marginal tagger, based on forward, backward,
and transition log potentials. |
| Class and Description |
|---|
| MarginalTagger
The
MarginalTagger<E> interface is for objects that tag a
list of tokens with marginal per-tag and transition probabilities. |
| NBestTagger
The
NBestTagger<E> interface for objects that tag a list of
objects with multiple tagged results. |
| ScoredTagging
A
ScoredTagging<E> represents a tagging of
type E along with a real-valued score. |
| Tagger
The
Tagger<E> interface for objects that tag a list of
tokens of type E. |
| Tagging
A
Tagging<E> represents a first-best assignment of a sequence
of tags to a sequence of tokens of type E. |
| TagLattice
The abstract base class
TagLattice provides an interface
for the output of a marginal tagger, based on forward, backward,
and transition log potentials. |
| Class and Description |
|---|
| ClassifierTagger.State
A
ClassifierTagger.State represents the full list
of input tokens and a list of the tags assigned so far. |
| MarginalTagger
The
MarginalTagger<E> interface is for objects that tag a
list of tokens with marginal per-tag and transition probabilities. |
| NBestTagger
The
NBestTagger<E> interface for objects that tag a list of
objects with multiple tagged results. |
| ScoredTagging
A
ScoredTagging<E> represents a tagging of
type E along with a real-valued score. |
| Tagger
The
Tagger<E> interface for objects that tag a list of
tokens of type E. |
| Tagging
A
Tagging<E> represents a first-best assignment of a sequence
of tags to a sequence of tokens of type E. |
| TagLattice
The abstract base class
TagLattice provides an interface
for the output of a marginal tagger, based on forward, backward,
and transition log potentials. |
Copyright © 2019 Alias-i, Inc.. All rights reserved.