| Package | Description |
|---|---|
| edu.nyu.jet |
The root Jet package provides the methods for top-level system
control and for the Console.
|
| 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.
|
| Class and Description |
|---|
| HMMTagger
a POS (part-of-speech) tagger using a bigram model.
|
| Class and Description |
|---|
| HMM
A Hidden Markov Model.
|
| HMMannotator
HMMAnnotator provides methods for training and using HMMs with annotated
Documents.
|
| HMMarc
an arc (from one state to another) in a Hidden Markov Model.
|
| HMMemitter
this abstract class specifies the methods required for any
class which computes the emission probabilities for an HMM.
|
| HMMstate
a state of a Hidden Markov Model.
|
Copyright © 2016 New York University. All rights reserved.