| Package | Description |
|---|---|
| edu.nyu.jet |
The root Jet package provides the methods for top-level system
control and for the Console.
|
| edu.nyu.jet.aceJet |
The AceJet package provides the classes and methods for the
Automatic
Content Extraction (ACE) evaluation.
|
| 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.scorer |
The Scorer package provides the classes for scoring an annotated
document against an answer key..
|
| Modifier and Type | Field and Description |
|---|---|
static NameTagger |
JetTest.nameTagger |
| Modifier and Type | Class and Description |
|---|---|
class |
PerfectNameTagger
contains methods which create perfect name (ENAMEX) annotations from
an APF file.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MENameTagger
a Named Entity tagger based on a maximum entropy token classifier.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HMMNameTagger
a Named Entity tagger based on the generic HMM (Hidden Markov Model) mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
NEScorer.scoreCollection(NameTagger tagger,
DocumentCollection testCol,
DocumentCollection keyCol,
String[] tagsToScore)
computes the recall/precision of 'testCollection' with respect to
'keyCollection' (which should have the same documents) with respect
to the name annotations in 'tagsToScore'.
|
static void |
NEScorer.scoreCollection(NameTagger tagger,
String testCollection,
String keyCollection,
String[] tagsToScore) |
Copyright © 2016 New York University. All rights reserved.