opennlp.tools.cmdline.params
Interface TrainingToolParams

All Superinterfaces:
BasicTrainingParams, LanguageParams

public interface TrainingToolParams
extends BasicTrainingParams

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


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

Method Detail

getModel

File getModel()


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