info.ephyra.questionanalysis.atype.extractor
Class FeatureExtractorFactory
java.lang.Object
info.ephyra.questionanalysis.atype.extractor.FeatureExtractorFactory
public class FeatureExtractorFactory
- extends java.lang.Object
Creates a feature extractor for a specific language.
- Version:
- 2008-02-10
- Author:
- Justin Betteridge
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyMap
private static java.util.Map<java.lang.String,Properties> propertyMap
FeatureExtractorFactory
public FeatureExtractorFactory()
getInstance
public static FeatureExtractor getInstance(edu.cmu.lti.javelin.util.Language language)
throws java.lang.Exception
- Throws:
java.lang.Exception
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Invokes
FeatureExtractor.printFeatures(java.lang.String, java.util.List) with feature names specified on the command line.
- Parameters:
args - command-line arguments: "<Language> <datasetFile> [<feature1> <feature2> ...]"
- Throws:
java.lang.Exception