Hi, I am using OpenNLP Token Name Finder module for parsing some documents. For generating the model, I am using below command line which is mentioned in the documentation page and working fine. opennlp TokenNamefinderTrainer -model <model_name> -lang en -data <training file> -encoding UTF-8 My question is, can someone explains me the signification of -iterations and -cutoff parameters in layman terms because when i am modifying these parameters by putting these parameters in my command line and give some different values like for iterations 80 or 120, similarly 20 or 40 to cutoff, I can see the difference in my model but I do not understand what is happening exactly.I know default is 100 for iterations and 5 for cutoff.
BTW, I am new in machine learning and natural language processing. Please explain me with example. Thanks in advance.Nikhil Jain
