public class SHARPXMI extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SHARPXMI.CopyDocumentTextToGoldView |
static class |
SHARPXMI.DocumentIDAnnotator |
static class |
SHARPXMI.EvaluateOn |
static class |
SHARPXMI.Evaluation_ImplBase |
static interface |
SHARPXMI.EvaluationOptions |
static interface |
SHARPXMI.Options |
Modifier and Type | Field and Description |
---|---|
static String |
GOLD_VIEW_NAME |
Constructor and Description |
---|
SHARPXMI() |
Modifier and Type | Method and Description |
---|---|
static <T extends SHARPXMI.Evaluation_ImplBase> |
evaluate(SHARPXMI.EvaluationOptions options,
ParameterSettings bestSettings,
List<ParameterSettings> gridOfSettings,
com.google.common.base.Function<ParameterSettings,T> getEvaluation) |
static void |
generateXMI(SHARPXMI.Options options) |
static List<File> |
getAllTextFiles(File batchesDirectory) |
static List<File> |
getDevTextFiles(File batchesDirectory) |
static List<File> |
getTestTextFiles(File batchesDirectory) |
static List<File> |
getTrainTextFiles(File batchesDirectory) |
static List<File> |
toXMIFiles(SHARPXMI.Options options,
List<File> textFiles) |
static void |
validate(SHARPXMI.EvaluationOptions options) |
public static final String GOLD_VIEW_NAME
public static List<File> toXMIFiles(SHARPXMI.Options options, List<File> textFiles)
public static void generateXMI(SHARPXMI.Options options) throws Exception
Exception
public static void validate(SHARPXMI.EvaluationOptions options) throws Exception
Exception
public static <T extends SHARPXMI.Evaluation_ImplBase> void evaluate(SHARPXMI.EvaluationOptions options, ParameterSettings bestSettings, List<ParameterSettings> gridOfSettings, com.google.common.base.Function<ParameterSettings,T> getEvaluation) throws Exception
Exception
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.