/[drupal]/contributions/modules/porterstemmer/porterstemmer.test
ViewVC logotype

Diff of /contributions/modules/porterstemmer/porterstemmer.test

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.1, Wed Aug 26 19:22:49 2009 UTC revision 1.1.2.2, Wed Oct 14 19:00:04 2009 UTC
# Line 1  Line 1 
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
# Line 23  class PorterStemmerOutput1UnitTest exten Line 23  class PorterStemmerOutput1UnitTest exten
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.
# Line 405  class PorterStemmerInternalsUnitTest ext Line 408  class PorterStemmerInternalsUnitTest ext
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     */     */

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.2