opennlp.tools.cmdline.params
Interface BasicTrainingParams

All Superinterfaces:
LanguageParams
All Known Subinterfaces:
TrainingToolParams

public interface BasicTrainingParams
extends LanguageParams

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


Method Summary
 Integer getCutoff()
           
 Integer getIterations()
           
 String getParams()
           
 
Methods inherited from interface opennlp.tools.cmdline.params.LanguageParams
getLang
 

Method Detail

getIterations

Integer getIterations()

getCutoff

Integer getCutoff()

getParams

String getParams()


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