Skip to content

Commit

Permalink
added short description to train script
Browse files Browse the repository at this point in the history
  • Loading branch information
miracle2k committed Jul 31, 2008
1 parent 252596f commit acd11dd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions train.php
@@ -1,4 +1,12 @@
<?php <?php
/**
* Example script that shows how to train the guesser based on
* raw text in a language.
*
* Analazyes the content of files in ./train/new and creates
* ".train" files usuable by the guesser.
*/

require_once('Guess.php'); require_once('Guess.php');
$guess = new Guess(array('modeldir' => './train/new')); $guess = new Guess(array('modeldir' => './train/new'));


Expand Down

0 comments on commit acd11dd

Please sign in to comment.