~snowball-yiddish-dev/snowball-yiddish/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Tue Aug 09 16:23:11 BST 2011  Richard Boulton <richard@tartarus.org>

	* *: Patch from Peter Bouda, with some small tweaks, to support
	  python 3.X.  Tested with python 3.2rc3
	* Incompatibility: in python 2.X, algorithms() now returns unicode
	  strings, instead of byte strings.
	* Update to use latest libstemmer.
	* Bump version number to 1.2.0

Thu Nov 05 23:44:19 GMT 2009  Richard Boulton <richard@lemurconsulting.com>

	* HACKING: Add a note to avoid me being confused by an out-of-date
	  MANIFEST file again.
	* README: Update note about version of Python I'm using.
	* docs/quickstart.txt: Expect romanian and turkish algorithms to be
	  listed, too.

Thu Nov 05 22:28:52 GMT 2009  Richard Boulton <richard@lemurconsulting.com>

	* docs/quickstart.txt: Add hungarian stemming algorithm.
	* setup.py: Bump version number to 1.1.0.
	* src/Stemmer.pyx: Add aliases parameter to the algorithms()
	  function to control whether to return alias names for the
	  algorithms or just the canonical names.

Mon Sep 18 02:08:52 BST 2006  Richard Boulton <richard@lemurconsulting.com>

        * setup.py: Read the source files from libstemmer_c/mkinc_utf8.mak,
          instead of MANIFEST.  Should remove unused code from generated
          library which implemented stemming in non-UTF-8 character sets.
        * Bump version number to 1.0.2

Mon Jun 19 07:51:38 BST 2006  Richard Boulton <richard@tartarus.org>

        * setup.py: fix setup.py to work with python 2.3: don't use "set",
          which doesn't exist before python 2.4.
        * Stemmer.pyx: Add module-level "version()" function, to determine
          version of Stemmer.  General tidying up, too.
        * Bump version number to 1.0.1

Sun Jun 11 22:22:00 BST 2006  Richard Boulton <richard@tartarus.org>

        * Release initial package of PyStemmer, version 1.0