| 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.
|
| edu.nyu.jet.tipster |
The Tipster package provides the basic methods for recording
information about documents. It is loosely based on the 'Tipster
Architecture' developed by R.Grishman as part of the Government-sponsored
Tipster program. The basic objects are Documents and Annotations;
a Document is a container for the text of the document, and a set of Annotations
on the Document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MENameTagger.train(ExternalDocument doc) |
| Modifier and Type | Method and Description |
|---|---|
void |
HMMNameTagger.train(ExternalDocument doc) |
| Modifier and Type | Method and Description |
|---|---|
ExternalDocument |
DocumentCollection.get(int i)
returns the i-th document in the Collection.
|
Copyright © 2016 New York University. All rights reserved.