| Package | Description |
|---|---|
| edu.nyu.jet.hmm |
The HMM package includes the classes for Hidden Markov Models,
and part-of-speech and name taggers implemented using HMMs. A separate
description is available of the overall structure and external representation
of these models, provided for those who wish to modify the models.
|
| Modifier and Type | Method and Description |
|---|---|
HMMstate |
HMM.getState(String stateName)
returns state with given name, or null if no such state
|
| Modifier and Type | Method and Description |
|---|---|
void |
HMM.addState(HMMstate state)
add state
state to the HMM. |
Copyright © 2016 New York University. All rights reserved.