| Package | Description |
|---|---|
| com.aliasi.chunk |
Classes for extracting meaningful chunks (spans) of text.
|
| com.aliasi.hmm |
Classes for estimating and decoding hidden Markov models.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractHmmEstimator |
CharLmHmmChunker.getHmmEstimator()
Returns the underlying hidden Markov model estimator for this
chunker estimator.
|
| Constructor and Description |
|---|
CharLmHmmChunker(TokenizerFactory tokenizerFactory,
AbstractHmmEstimator hmmEstimator)
Construct a
CharLmHmmChunker from the specified
tokenizer factory and hidden Markov model estimator. |
CharLmHmmChunker(TokenizerFactory tokenizerFactory,
AbstractHmmEstimator hmmEstimator,
boolean smoothTags)
Construct a
CharLmHmmChunker from the specified
tokenizer factory, HMM estimator and tag-smoothing flag. |
| Modifier and Type | Class and Description |
|---|---|
class |
HmmCharLmEstimator
An
HmmCharLmEstimator employs a maximum a posteriori
transition estimator and a bounded character language model
emission estimator. |
Copyright © 2016 Alias-i, Inc.. All rights reserved.