From: Jason B. <jas...@us...> - 2002-04-23 16:10:12
|
Update of /cvsroot/maxent/maxent/src/java/opennlp/maxent In directory usw-pr-cvs1:/tmp/cvs-serv15793 Modified Files: GISTrainer.java Log Message: Index: GISTrainer.java =================================================================== RCS file: /cvsroot/maxent/maxent/src/java/opennlp/maxent/GISTrainer.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** GISTrainer.java 9 Apr 2002 09:15:10 -0000 1.5 --- GISTrainer.java 23 Apr 2002 16:10:07 -0000 1.6 *************** *** 236,240 **** * will be trained. * @param iterations The number of GIS iterations to perform. ! * @param cutoff The number of times a feature must be seen in order * to be relevant for training. * @return The newly trained model, which can be used immediately or saved --- 236,240 ---- * will be trained. * @param iterations The number of GIS iterations to perform. ! * @param cutoff The number of times a predicate must be seen in order * to be relevant for training. * @return The newly trained model, which can be used immediately or saved |