root/pyndexter/trunk/pyndexter/stemmers/__init__.py

Revision 395, 482 bytes (checked in by athomas, 2 years ago)

pyndexter: Updated a lot of API documentation.

  • Property svn:eol-style set to native
Line 
1 # -*- coding: utf-8 -*-
2 #
3 # Copyright (C) 2006 Alec Thomas <alec@swapoff.org>
4 #
5 # This software is licensed as described in the file COPYING, which
6 # you should have received as part of this distribution.
7 #
8
9 """
10 `Stemming <http://en.wikipedia.org/wiki/Stemmer>`_ is a process for reducing
11 variants of a root word to that word.
12
13 Pyndexter ships with a builtin English stemmer based on the Porter algorithm,
14 but has an adapter for Snowball, a comprehensive multi-lingual stemmer.
15 """
Note: See TracBrowser for help on using the browser.