File: Changes

package info (click to toggle)
liblingua-stem-snowball-perl 0.952-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 2,164 kB
  • ctags: 6,367
  • sloc: ansic: 30,658; perl: 647; makefile: 11
file content (94 lines) | stat: -rw-r--r-- 3,012 bytes parent folder | download | duplicates (3)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
v0.952  2008-08-28
    * Export C symbols via PL_modglobal.

v0.951  2008-08-21
    * Fix Perl 5.6.2 compatibility.
    * Specify Perl 5.6.2 as a minimum version.

v0.95   2008-08-17
    * Add Hungarian, Romanian, and Turkish. 
    * Export Snowball C symbols via DynaLoader.
      
v0.941  2006-08-18
    * Add ExtUtils::CBuilder and ExtUtils::ParseXS as dependencies now that
      Module::Build doesn't do it's own C handling.

v0.94   2006-02-14
    * new maintainer Marvin Humphrey
    * improved speed
    * new method stem_in_place() added
    * UTF-8 stemmers added
    * encoding parameter, plus new method encoding() added
    * updated to latest version of libstemmer_c from snowball.tartarus.org
    * many internal changes
    * change from EUMM to Module::Build
    * apostrophe stripping is now always on and handled natively for English
    * strip_apostrophes() method deprecated; now has no impact on stemming 
      behavior (and no longer triggers segfaults)
    * locale() method and constructor parameter deprecated; locale never had
      any effect except to influence the automatic lowercasing performed by
      stem(), and that was only theoretical (none of the test vocab was
      affected by it).
    * removed bin/add_stemmer.pl
    * added bin/benchmark_stemmers.plx
    * added bin/generate_tests.plx
    * updated documentation

v0.93   2005-07-28
    * fix ticket #13900 : cease stripping of empty array elements
      be careful that this fix may break your scripts
    * fix ticket #13898 : apostrophe s in English stemmer
    * new method strip_apostrophes() added

v0.92   2005-05-22
    * removed deprecated 'snowball' function
    * added tests for Pod and Pod coverage
    * moved add_stemmer.pl in bin subdirectory
    * renamed private function (added _)

v0.91   2005-05-10
    * don't stem empty words

v0.9    2005-02-07
    * fix doc ticket #11286 : Error in documentation use of 'english' 
      as valid language descriptor
    * fix directory mode in CPAN distribution
    * added 3-subclass.t test file
    * updated ppport.h

v0.8    2004-08-29
    * fix ticket #7909 : typo in _get_lang
    * fix ticket #7910 : Lingua::Stem::Snowball::stem does not allow 
      subclassing

v0.7    2004-07-09
    * fix ticket #6884 : cp is not portable

v0.6    2004-05-06
    * fix a bug in the test suite if there is no locale available
    * fix version numbering due a problem in 0.04 release (0.4 !)

v0.05   2004-04-30
    * fix a little bug in the test suite

v0.04   2004-04-30
    * new maintainer fabpot@cpan.org
    * now include all stemmers from snowball
    * more tests
    * fix various bugs and docs
    * add a benchmark with Lingua::Stem
    * ...

v0.03.1 2002-09-11
    * Change URL of snowball site (http://snowball.tartarus.org)
    * Fix some wordings
    * Modify testsnowball.pl script
 
v0.03   2002-03-04
    * add locale support

v0.02   2002-02-14
    * little documentation fixes, added test script

v0.01   2002-02-14
    * Initial release