Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin authored and Stanford NLP committed Nov 9, 2016
1 parent 1a12017 commit ecbeb76
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ public static void doTraining(Properties props) throws Exception {
* <li>-coref.statistical.trainingPath: where to write trained models and temporary files</li>
* <li>-coref.statistical.minClassImbalance: use this to downsample negative examples to
* speed up and reduce the memory footprint of training</li>
* <li>-coref.statistical.maxTrainExamplesPerDocument: use this to downsample examples from the
* same document speed up and reduce the memory footprint training</li>
* <li>-coref.statistical.maxTrainExamplesPerDocument: use this to downsample examples from
* each document to speed up and reduce the memory footprint training</li>
* </ul>
*/
public static void main(String[] args) throws Exception {
Expand Down

0 comments on commit ecbeb76

Please sign in to comment.