Changeset 64 for trunk/lib/myTools.class.php
- Timestamp:
- 12/23/05 09:56:18 (3 years ago)
- Files:
-
- trunk/lib/myTools.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lib/myTools.class.php
r58 r64 38 38 } 39 39 40 // stem word (stemming is specific for each language) 40 41 $stemmed_words[] = PorterStemmer::stem($word, true); 41 42 }
