| 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 | Class and Description |
|---|---|
class |
BasicHMMemitter
a simple HMMemitter, with statistics based only on exact match to a token in
the training corpus.
|
class |
BigramHMMemitter
an HMMemitter, using statistics for exact token match (including case), for token
match (ignoring case), for token bigrams (ignoring case) and for word 'shape'.
|
class |
SuffixHMMemitter
an HMMemitter, using statistics for exact token match (including case), for token
match (ignoring case), for suffix, and for word 'shape'.
|
class |
WordFeatureHMMemitter
an HMMemitter, using statistics for exact token match (including case), for token
match (ignoring case), and for word 'shape'.
|
Copyright © 2016 New York University. All rights reserved.