Modifier and Type | Method and Description |
---|---|
DepInst |
CONLLReader.getNext() |
Modifier and Type | Method and Description |
---|---|
static void |
GazetteerViewGenerator.main(String[] args)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Float> |
FeatureUtilities.getFeatureMap(FeatureExtractor fex,
Constituent c)
Create a feature map using the specified feature extractor on the input constituent.
|
Set<Feature> |
ParseHeadWordFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
AttributeFeature.getFeatures(Constituent c) |
Set<Feature> |
ContextFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
TokenPrefixFeatureExtractor.getFeatures(Constituent c) |
abstract Set<Feature> |
LBJavaFeatureExtractor.getFeatures(Constituent instance) |
Set<Feature> |
ListFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
ConditionalFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
FeatureCollection.getFeatures(Constituent c) |
Set<Feature> |
FeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
RegexFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
DependencyModifierFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
CachedFeatureCollection.getFeatures(Constituent candidate) |
Set<Feature> |
CurrencyIndicator.getFeatures(Constituent c) |
Set<Feature> |
ChunkPropertyIndicator.getFeatures(Constituent c) |
Set<Feature> |
WordFeatureExtractor.getFeatures(Constituent c) |
static Set<String> |
FeatureUtilities.getFeatureSet(FeatureExtractor fex,
Constituent c)
Create a feature set using the specified feature extractor on the input constituent.
|
Set<Feature> |
NgramFeatureExtractor.getWordFeatures(TextAnnotation ta,
int wordPosition) |
Set<Feature> |
SuffixFeatureExtractor.getWordFeatures(TextAnnotation ta,
int wordPosition) |
Set<Feature> |
PrefixFeatureExtractor.getWordFeatures(TextAnnotation ta,
int wordPosition) |
abstract Set<Feature> |
WordFeatureExtractor.getWordFeatures(TextAnnotation ta,
int wordPosition) |
Constructor and Description |
---|
DependencyModifierFeatureExtractor(String dependencyViewName,
FeatureExtractor baseFex) |
Constructor and Description |
---|
BrownClusterFeatureExtractor(String name,
String brownClustersFile,
int[] prefixLengths) |
BrownClusterFeatureExtractor(String name,
String brownClustersFile,
int[] prefixLengths,
boolean useLastWord) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
GazetteerWindowTwo.getFeatures(Constituent c) |
Set<Feature> |
WordEmbeddingWindow.getFeatures(Constituent c) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
POSContextWindowTwo.getFeatures(Constituent c) |
Set<Feature> |
SrlSenseFeatures.getFeatures(Constituent c) |
Set<Feature> |
WordAndPos.getFeatures(Constituent c) |
Set<Feature> |
WordContextWindowTwo.getFeatures(Constituent c) |
Set<Feature> |
ParseSibling.getFeatures(Constituent c) |
Set<Feature> |
SrlWordFeatures.getFeatures(Constituent c) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
SrlNomArgumentFeatures.getFeatures(Constituent c) |
Set<Feature> |
SrlNomArgumentFeatureConjunction.getFeatures(Constituent c) |
Set<Feature> |
SrlNomClassifierPredicateFeatures.getFeatures(Constituent c) |
Constructor and Description |
---|
SrlNomArgumentFeatures() |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
SrlNomHeadWordFeatures.getFeatures(Constituent c) |
Set<Feature> |
SrlNomIdentifierPredicateFeatures.getFeatures(Constituent c) |
Set<Feature> |
SrlNomIdentifier.getFeatures(Constituent c) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
SrlNomPredicateFeatures.getFeatures(Constituent c) |
Set<Feature> |
NomLexClassAndSrlNomPredicateFeatures.getFeatures(Constituent c) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
LemmaAndSrlNomSense.getFeatures(Constituent c) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
SrlVerbPredicateFeatures.getFeatures(Constituent c) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
SrlVerbArgumentFeatures.getFeatures(Constituent c) |
Set<Feature> |
SrlVerbArgumentFeaturesConjunction.getFeatures(Constituent c) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
SrlVerbIdentifierArgumentFeatures.getFeatures(Constituent c) |
Set<Feature> |
SrlVerbIdentifierArgumentFeaturesConjunction.getFeatures(Constituent c) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
SrlVerbSimplePredicateFeatures.getFeatures(Constituent c) |
Set<Feature> |
RenamedSrlVerbSimplePredicateFeatures.getFeatures(Constituent c) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
LemmaAndSrlSense.getFeatures(Constituent c) |
Modifier and Type | Method and Description |
---|---|
FeatureExtractor |
FeatureManifest.createFex()
Alternate version, calls
FeatureManifest.populateFex(FeatureCollection) |
FeatureExtractor |
FeatureManifest.createFex(FeatureInputTransformer transformer) |
static Predicate<Constituent> |
QueryGenerator.generateQuery(Tree<String> tree,
Constituent c,
Map<String,String> variables) |
FeatureExtractor |
FeatureManifest.processQuery(Tree<String> tree,
Map<String,FeatureExtractor> cf)
This deals with if statements.
|
Constructor and Description |
---|
FeatureManifestParser(InputStream file)
Deprecated.
|
FeatureManifestParser(String contents)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static NomLexReader |
NomLexReader.getInstance() |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
WordBigrams.getFeatures(Constituent instance) |
Set<Feature> |
POSBigrams.getFeatures(Constituent instance) |
Set<Feature> |
PrepSRLFeatures.getFeatures(Constituent instance) |
Set<Feature> |
WordContextBigrams.getFeatures(Constituent instance) |
Set<Feature> |
POSContextBigrams.getFeatures(Constituent instance) |
abstract Set<Feature> |
LBJavaFeatureExtractor.getFeatures(Constituent instance) |
Modifier and Type | Method and Description |
---|---|
Set<Feature> |
WordBigrams.getFeatures(Constituent instance) |
Set<Feature> |
ChunkEmbeddings.getFeatures(Constituent instance) |
Set<Feature> |
WordContextBigrams.getFeatures(Constituent instance) |
Set<Feature> |
POSContextBigrams.getFeatures(Constituent instance) |
Set<Feature> |
POSBigrams.getFeatures(Constituent instance) |
Set<Feature> |
Capitalization.getFeatures(Constituent instance) |
Set<Feature> |
ChunkContextBigrams.getFeatures(Constituent instance) |
abstract Set<Feature> |
LBJavaFeatureExtractor.getFeatures(Constituent instance) |
Set<Feature> |
Contains.getFeatures(Constituent instance) |
Modifier and Type | Method and Description |
---|---|
void |
PreExtractor.countFeatures(SenseInstance x)
This is where actual feature extraction is taking place.
|
Copyright © 2017. All rights reserved.