org.apache.ctakes.relationextractor.eval
Interface RelationExtractorEvaluation.Options

All Superinterfaces:
SHARPXMI.EvaluationOptions, SHARPXMI.Options
Enclosing class:
RelationExtractorEvaluation

public static interface RelationExtractorEvaluation.Options
extends SHARPXMI.EvaluationOptions


Method Summary
 boolean getAllowSmallerSystemArguments()
           
 boolean getIgnoreImpossibleGoldRelations()
           
 boolean getPrintErrors()
           
 List<String> getRelations()
           
 boolean getTestOnCTakes()
           
 
Methods inherited from interface org.apache.ctakes.relationextractor.eval.SHARPXMI.EvaluationOptions
getEvaluteOn, getGridSearch
 
Methods inherited from interface org.apache.ctakes.relationextractor.eval.SHARPXMI.Options
getBatchesDirectory, getGenerateXMI, getXMIDirectory
 

Method Detail

getRelations

List<String> getRelations()

getTestOnCTakes

boolean getTestOnCTakes()

getAllowSmallerSystemArguments

boolean getAllowSmallerSystemArguments()

getIgnoreImpossibleGoldRelations

boolean getIgnoreImpossibleGoldRelations()

getPrintErrors

boolean getPrintErrors()


Copyright © 2012-2013 The Apache Software Foundation. All Rights Reserved.