Package | Description |
---|---|
edu.illinois.cs.cogcomp.ner.ExpressiveFeatures | |
org.cogcomp.md |
Modifier and Type | Class and Description |
---|---|
class |
FlatGazetteers
This singleton class contains all the gazetteer data and dictionaries.
|
class |
TreeGazetteers
This singleton class contains all the gazetteer data and dictionaries.
|
Modifier and Type | Method and Description |
---|---|
static Gazetteers |
GazetteersFactory.get()
This method should never be called before init, or the gazetteer will not be initialized.
|
Modifier and Type | Method and Description |
---|---|
static void |
ExpressiveFeaturesAnnotator.oldannotate(Data data,
Gazetteers gaz)
Do not worry about the brown clusters and word embeddings, this stuff is added on the fly in
the .lbj feature generators...
|
static void |
GazetteersFactory.set(Gazetteers gaz) |
Modifier and Type | Method and Description |
---|---|
static void |
ExtentTester.addExtentAttributes(Constituent extent,
Gazetteers gazetteers,
BrownClusters brownClusters,
WordNetManager wordnet) |
static void |
ExtentTester.addHeadAttributes(Constituent head,
Gazetteers gazetteers,
BrownClusters brownClusters,
WordNetManager wordnet) |
static Constituent |
ExtentTester.getFullMention(extent_classifier classifier,
Constituent head,
Gazetteers gazetteers,
BrownClusters brownClusters,
WordNetManager wordnet)
Gets the full mention of the given head
|
Copyright © 2017. All rights reserved.