opennlp.tools.cmdline.params
Interface TrainingToolParams

All Superinterfaces:
BasicTrainingParams, EncodingParameter

public interface TrainingToolParams
extends BasicTrainingParams

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


Method Summary
 File getData()
           
 File getModel()
           
 
Methods inherited from interface opennlp.tools.cmdline.params.BasicTrainingParams
getCutoff, getIterations, getLang, getParams
 
Methods inherited from interface opennlp.tools.cmdline.params.EncodingParameter
getEncoding
 

Method Detail

getData

File getData()

getModel

File getModel()


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