| 1 |
<?php |
<?php |
| 2 |
// $Id: porterstemmer.test,v 1.1 2009/07/14 23:38:47 jhodgdon Exp $ |
// $Id: porterstemmer.test,v 1.1.2.1 2009/08/26 19:22:49 jhodgdon Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 23 |
); |
); |
| 24 |
} |
} |
| 25 |
|
|
| 26 |
|
public function setUp() { |
| 27 |
|
parent::setUp('porterstemmer'); |
| 28 |
|
} |
| 29 |
|
|
| 30 |
/** |
/** |
| 31 |
* Tests the first 2000 words in the file for stemming accuracy. |
* Tests the first 2000 words in the file for stemming accuracy. |
| 408 |
); |
); |
| 409 |
} |
} |
| 410 |
|
|
| 411 |
|
public function setUp() { |
| 412 |
|
parent::setUp('porterstemmer'); |
| 413 |
|
} |
| 414 |
|
|
| 415 |
/** |
/** |
| 416 |
* Verify that short words are not stemmed, and longer ones are. |
* Verify that short words are not stemmed, and longer ones are. |
| 417 |
*/ |
*/ |