| Package | Description |
|---|---|
| edu.nyu.jet.chunk | |
| 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 | Class and Description |
|---|---|
class |
MaxEntNE
token-level maximum-entropy based name tagger.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HMM
A Hidden Markov Model.
|
| Constructor and Description |
|---|
HMMannotator(TokenClassifier h)
create a new annotator based on HMM h.
|
Copyright © 2016 New York University. All rights reserved.