public class FeatureManifest extends Object
Constructor and Description |
---|
FeatureManifest(InputStream file) |
FeatureManifest(String path) |
Modifier and Type | Method and Description |
---|---|
FeatureExtractor |
createFex() |
FeatureExtractor |
createFex(FeatureInputTransformer transformer) |
String |
getIncludedFeatures() |
static Set<String> |
getKnownFeatureExtractors() |
FeatureExtractor |
processQuery(edu.illinois.cs.cogcomp.core.datastructures.trees.Tree<String> tree,
Map<String,FeatureExtractor> cf) |
static void |
setFeatureExtractor(String name,
FeatureExtractor fex) |
static void |
setJWNLConfigFile(String file) |
static void |
setTransformer(String name,
FeatureInputTransformer t) |
void |
setVariable(String key,
String value) |
void |
useCompressedName() |
public FeatureManifest(InputStream file) throws Exception
Exception
public static void setJWNLConfigFile(String file)
public static void setFeatureExtractor(String name, FeatureExtractor fex)
public static void setTransformer(String name, FeatureInputTransformer t)
public FeatureExtractor processQuery(edu.illinois.cs.cogcomp.core.datastructures.trees.Tree<String> tree, Map<String,FeatureExtractor> cf) throws EdisonException
EdisonException
public String getIncludedFeatures()
public void useCompressedName()
public FeatureExtractor createFex() throws EdisonException
EdisonException
public FeatureExtractor createFex(FeatureInputTransformer transformer) throws EdisonException
EdisonException
Copyright © 2015. All rights reserved.