| 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.
|
| edu.nyu.jet.lex |
The Lex Package incorporate the code for reading dictionaries,
looking words up in dictionaries, and tokenizing text.
|
| edu.nyu.jet.lisp |
The Lisp package includes the basic classes for symbol manipulation
in Jet: literals, variables, and feature sets.
|
| edu.nyu.jet.pat |
The Pat package encapsulates the basic pattern application
mechanism of Jet, sets of pattern/action rules which can be applied
to a document to add or modify annotations on the document. The external
form of the pattern language is described below; the classes used
to encode these patterns are summarized separately.
|
| 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.
|
| Class and Description |
|---|
| FeatureSet
A FeatureSet provides a mapping from interned Strings to Objects.
|
| Class and Description |
|---|
| FeatureSet
A FeatureSet provides a mapping from interned Strings to Objects.
|
| Class and Description |
|---|
| FeatureSet
A FeatureSet provides a mapping from interned Strings to Objects.
|
| Class and Description |
|---|
| FeatureSet
A FeatureSet provides a mapping from interned Strings to Objects.
|
| Variable
representation of a variable, as used in patterns.
|
| Class and Description |
|---|
| FeatureSet
A FeatureSet provides a mapping from interned Strings to Objects.
|
Copyright © 2016 New York University. All rights reserved.