opennlp.tools.cmdline.params
Interface BasicTrainingParams

All Superinterfaces:
EncodingParameter
All Known Subinterfaces:
TrainingToolParams

public interface BasicTrainingParams
extends EncodingParameter

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


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

Method Detail

getLang

String getLang()

getIterations

Integer getIterations()

getCutoff

Integer getCutoff()

getParams

String getParams()


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