Show
Ignore:
Timestamp:
12/23/05 09:56:18 (3 years ago)
Author:
fabien
Message:

day 23 modifications

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/myTools.class.php

    r58 r64  
    3838      } 
    3939 
     40      // stem word (stemming is specific for each language) 
    4041      $stemmed_words[] = PorterStemmer::stem($word, true); 
    4142    }