Modifier and Type | Method and Description |
---|---|
static void |
GazetteerViewGenerator.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
static PropFramesReader |
PropFramesReader.getInstance() |
static NomFramesReader |
NomFramesReader.getInstance() |
static NomLexReader |
NomLexReader.getInstance() |
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> |
FeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
ChunkPropertyIndicator.getFeatures(Constituent c) |
Set<Feature> |
ParseHeadWordFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
ContextFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
RegexFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
DependencyModifierFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
TokenPrefixFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
ListFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
AttributeFeature.getFeatures(Constituent c) |
Set<Feature> |
WordFeatureExtractor.getFeatures(Constituent c) |
Set<Feature> |
CurrencyIndicator.getFeatures(Constituent c) |
Set<Feature> |
FeatureCollection.getFeatures(Constituent c) |
Set<Feature> |
CachedFeatureCollection.getFeatures(Constituent candidate) |
Set<Feature> |
ConditionalFeatureExtractor.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> |
SuffixFeatureExtractor.getWordFeatures(TextAnnotation ta,
int wordPosition) |
Set<Feature> |
NgramFeatureExtractor.getWordFeatures(TextAnnotation ta,
int wordPosition) |
abstract Set<Feature> |
WordFeatureExtractor.getWordFeatures(TextAnnotation ta,
int wordPosition) |
Set<Feature> |
PrefixFeatureExtractor.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 |
---|---|
static int |
ParseHelper.getHeadWordPosition(Constituent c,
HeadFinderBase headFinder,
String parseViewName)
Get the head word of a constituent using the
HeadFinderBase that
is passed as an argument. |
Modifier and Type | Method and Description |
---|---|
FeatureExtractor |
FeatureManifest.createFex() |
FeatureExtractor |
FeatureManifest.createFex(FeatureInputTransformer transformer) |
static edu.illinois.cs.cogcomp.core.transformers.Predicate<Constituent> |
QueryGenerator.generateQuery(edu.illinois.cs.cogcomp.core.datastructures.trees.Tree<String> tree,
Constituent c,
Map<String,String> variables) |
FeatureExtractor |
FeatureManifest.processQuery(edu.illinois.cs.cogcomp.core.datastructures.trees.Tree<String> tree,
Map<String,FeatureExtractor> cf) |
Constructor and Description |
---|
FeatureManifestParser(InputStream file) |
FeatureManifestParser(String contents) |
Modifier and Type | Method and Description |
---|---|
void |
TokenLabelView.addTokenAttribute(int tokenId,
String attributeKey,
String attributeValue) |
Constituent |
TreeView.getParsePhrase(Constituent c)
Finds the highest node in the parse tree that contains the input
constituent.
|
Modifier and Type | Method and Description |
---|---|
DiffResults |
TextAnnotationDiff.diff(View src,
View target) |
Modifier and Type | Method and Description |
---|---|
static void |
CollinsHeadFinder.main(String[] args) |
Copyright © 2015. All rights reserved.