opennlp.tools.cmdline.params
Interface EvaluatorParams

All Superinterfaces:
EncodingParameter

public interface EvaluatorParams
extends EncodingParameter

Common evaluation parameters. Note: Do not use this class, internal use only!


Method Summary
 File getData()
           
 Boolean getMisclassified()
           
 File getModel()
           
 
Methods inherited from interface opennlp.tools.cmdline.params.EncodingParameter
getEncoding
 

Method Detail

getModel

File getModel()

getData

File getData()

getMisclassified

Boolean getMisclassified()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.