equal
deleted
inserted
replaced
11 Porter stemmer in Java. The original paper is in |
11 Porter stemmer in Java. The original paper is in |
12 |
12 |
13 Porter, 1980, An algorithm for suffix stripping, Program, Vol. 14, |
13 Porter, 1980, An algorithm for suffix stripping, Program, Vol. 14, |
14 no. 3, pp 130-137, |
14 no. 3, pp 130-137, |
15 |
15 |
16 See also http://www.tartarus.org/~martin/PorterStemmer |
16 http://www.tartarus.org/~martin/PorterStemmer |
|
17 |
|
18 The software is completely free for any purpose, unless notes at the head |
|
19 of the program text indicates otherwise (which is rare). In any case, |
|
20 the notes about licensing are never more restrictive than the BSD License. |
|
21 |
|
22 In every case where the software is not written by me (Martin Porter), |
|
23 this licensing arrangement has been endorsed by the contributor, and it is |
|
24 therefore unnecessary to ask the contributor again to confirm it. |
|
25 |
|
26 I have not asked any contributors (or their employers, if they have them) |
|
27 for proofs that they have the right to distribute their software in this way. |
17 |
28 |
18 History: |
29 History: |
19 |
30 |
20 Release 1 |
31 Release 1 |
21 |
32 |