Constructor and Description |
---|
WordNetLemmaViewGenerator(WordNetManager wn)
Deprecated.
|
WordNetPlusLemmaViewGenerator(WordNetManager wn)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static WordNetManager |
WordNetFeatureExtractor.wnManager |
Modifier and Type | Method and Description |
---|---|
static List<String> |
WordHelpers.getHypernyms(TextAnnotation ta,
int tokenId,
WordNetManager wnManager) |
static List<String> |
WordHelpers.getHypernymsMostFrequentSense(TextAnnotation ta,
int tokenId,
WordNetManager wnManager) |
static List<String> |
WordHelpers.getSynset(TextAnnotation ta,
int tokenId,
WordNetManager wnManager) |
static List<String> |
WordHelpers.getSynsetMostFrequentSense(TextAnnotation ta,
int tokenId,
WordNetManager wnManager) |
Modifier and Type | Method and Description |
---|---|
static WordNetManager |
WordNetManager.getInstance() |
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
|
static String |
BIOFeatureExtractor.getWordNetHyms(WordNetManager wordnet,
Constituent c)
Extracts the hypernyms from wordNet of the given Constituent.
|
static String |
BIOFeatureExtractor.getWordNetTags(WordNetManager wordnet,
Constituent c)
Extracts the wordNet document names of the given Constituent.
|
Copyright © 2017. All rights reserved.