226
by richard
Add a README explaining what this module is all about, and also update |
1 |
This module is in development, by Richard Boulton <richard@tartarus.org> |
2 |
||
3 |
For now, please use only the code found in the "website" module. Whilst I |
|
4 |
sort out this tree, Martin is still adding the latest updates to the |
|
5 |
algorithms and documentation to that module. |
|
6 |
||
7 |
For further explanation, here's a copy of a message discussing this, sent to |
|
8 |
the snowball-devel mailing list:
|
|
9 |
||
10 |
||
11 |
On Thu, 2003-06-05 at 02:16, Dmitry Serebrennikov wrote:
|
|
12 |
> I just checked out the CVS tree but then realized that there are
|
|
13 |
> actually two source trees to choose from...
|
|
14 |
>
|
|
15 |
> Judging by the fact that latest changes were made to the snowball module
|
|
16 |
> in CVS rather then the website one, I guess this is where the best stuff
|
|
17 |
> is found. But since it seems that the tree is being actively moved and
|
|
18 |
> established, maybe it's not yet ready? It certainly looks much nicer! :) |
|
19 |
||
20 |
Absolutely correct. For now, you should probably use the code from "website". |
|
21 |
||
22 |
I'm setting up the "snowball" module to contain the source files for the |
|
23 |
compiler and algorithms, a straightforward build system, and a standard
|
|
24 |
interface for the stemming algorithms. However, I havn't yet finished the work |
|
25 |
(and have been putting in about 1 afternoon per month, so it's not going too |
|
26 |
quickly).
|
|
27 |
||
28 |
Martin is still developing in the "website" module, so the very latest versions
|
|
29 |
of the algorithms are likely to be found there - though currently I believe
|
|
30 |
that those in "snowball" are exactly consistent.
|
|
31 |
||
32 |
Once I'm happy with the structure in "snowball", the plan is to check it with |
|
33 |
Martin, and assuming he approves to make it the standard. |
|
34 |
||
35 |
> Also, from the looks of it, I may be able to help here and there with |
|
36 |
> the new tree. I already added a language flag to the sample program so it |
|
37 |
> does not require recompilation and now I am finding that I'd like to make a |
|
38 |
> few changes to the make file to make it build the Java stemmers...
|
|
39 |
||
40 |
I'm interested in patches - feel free to send them directly to me. (Note - |
|
41 |
this only applies to patches for the "snowball" module. Any patches to the |
|
42 |
algorithms or the website should be sent to this list, as always.) |
|
43 |
||
44 |
> I guess I am looking to find out what's hapenning with the tree and what |
|
45 |
> the plans are, so that I can get production-ready code for my use and also
|
|
46 |
> steer my own efforts in a way the would be helpful to you'all. |
|
47 |
||
48 |
Hope the above helps. |
|
49 |
||
50 |
-- |
|
51 |
Richard
|