Show
Ignore:
Timestamp:
02/15/07 00:39:39 (2 years ago)
Author:
athomas
Message:

pyndexter: Updated a lot of API documentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • pyndexter/trunk/pyndexter/stemmers/__init__.py

    r377 r395  
    66# you should have received as part of this distribution. 
    77# 
     8 
     9""" 
     10`Stemming <http://en.wikipedia.org/wiki/Stemmer>`_ is a process for reducing 
     11variants of a root word to that word. 
     12 
     13Pyndexter ships with a builtin English stemmer based on the Porter algorithm, 
     14but has an adapter for Snowball, a comprehensive multi-lingual stemmer. 
     15"""