public abstract class BagOfAnnotationsGenerator<T extends org.apache.uima.jcas.tcas.Annotation,K> extends Object
Constructor and Description |
---|
BagOfAnnotationsGenerator(String inputDir,
String outputDir) |
BagOfAnnotationsGenerator(String inputDir,
String outputDir,
String aePath) |
Modifier and Type | Method and Description |
---|---|
protected abstract K |
extractInformation(T t) |
void |
process() |
public BagOfAnnotationsGenerator(String inputDir, String outputDir) throws org.apache.uima.UIMAException, IOException
IOException
org.apache.uima.UIMAException
public BagOfAnnotationsGenerator(String inputDir, String outputDir, String aePath) throws org.apache.uima.UIMAException, IOException
org.apache.uima.UIMAException
IOException
public void process() throws org.apache.uima.UIMAException, IOException
org.apache.uima.UIMAException
IOException
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.