diff options
author | blackbird <blackbird@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-05-22 21:11:58 +0000 |
---|---|---|
committer | blackbird <blackbird@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2007-05-22 21:11:58 +0000 |
commit | 57b6a2e9aaf13a745407bcf77ec182ec16b58e20 (patch) | |
tree | cb7263f3015af199e5048513f99a843958ccaa4f /sandbox/py-rest-doc/sphinx/stemmer.py | |
parent | 6c34caabbe1eb96f3ddcf6900d63526b639df924 (diff) | |
download | docutils-57b6a2e9aaf13a745407bcf77ec182ec16b58e20.tar.gz |
implemented online search
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5094 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'sandbox/py-rest-doc/sphinx/stemmer.py')
-rw-r--r-- | sandbox/py-rest-doc/sphinx/stemmer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/py-rest-doc/sphinx/stemmer.py b/sandbox/py-rest-doc/sphinx/stemmer.py index 3ff638a03..9ba617cf1 100644 --- a/sandbox/py-rest-doc/sphinx/stemmer.py +++ b/sandbox/py-rest-doc/sphinx/stemmer.py @@ -29,7 +29,7 @@ :license: Public Domain (?). """ -class PorterStemmer: +class PorterStemmer(object): def __init__(self): """The main part of the stemming algorithm starts here. |