76
by richardb
Move texts/start.html to index_body.html |
1 |
<TR><TD BGCOLOR="wheat"> |
2 |
<BR> <H2>Links to resources</H2> |
|
3 |
||
4 |
<DL> |
|
117
by martinporter
Major Snowball upgrade as announced |
5 |
<DT><A HREF="texts/quickintro.html">Quick Introduction</A> |
6 |
<DT><A HREF="texts/introduction.html">An account of Snowball</A> |
|
118
by martinporter
Small change to index_body.html |
7 |
<DT><A HREF="texts/howtohelp.html">How You Can Help</A> |
80
by martinporter
New file: texts/introduction.html |
8 |
<BR><BR> |
76
by richardb
Move texts/start.html to index_body.html |
9 |
<DT>Snowball |
279
by richard
Fix more broken links, and remove unused files (mainly ones which should be |
10 |
<DD><A HREF="compiler/snowman.html">the manual</A> |
288
by richard
Point to correct locations for tarballs. |
11 |
<DD><A HREF="runtime/use.html">how to run it</A> |
78
by richardb
Fixed hyperlinks. |
12 |
<BR><BR> |
288
by richard
Point to correct locations for tarballs. |
13 |
<DD><A HREF="download.php">Tar gzipped files of Snowball sources</A> |
78
by richardb
Fixed hyperlinks. |
14 |
<BR><BR> |
15 |
<DT><A HREF="texts/stemmersoverview.html">stemmers</A> |
|
277
by richard
Fix more broken links. |
16 |
<DD><A HREF="algorithms/porter/stemmer.html">English (porter)</A> |
17 |
<DD><A HREF="algorithms/english/stemmer.html">English (porter2)</A> |
|
78
by richardb
Fixed hyperlinks. |
18 |
<DD><A HREF="texts/romance.html">Romance stemmers:</A> |
19 |
<DL> |
|
277
by richard
Fix more broken links. |
20 |
<DD><A HREF="algorithms/french/stemmer.html">French</A> |
21 |
<DD><A HREF="algorithms/spanish/stemmer.html">Spanish</A> |
|
22 |
<DD><A HREF="algorithms/portuguese/stemmer.html">Portuguese</A> |
|
23 |
<DD><A HREF="algorithms/italian/stemmer.html">Italian</A> |
|
78
by richardb
Fixed hyperlinks. |
24 |
</DL> |
25 |
<DD><A HREF="texts/germanic.html">Germanic stemmers</A> |
|
26 |
<DL> |
|
277
by richard
Fix more broken links. |
27 |
<DD><A HREF="algorithms/german/stemmer.html">German</A> |
28 |
<DD><A HREF="algorithms/german2/stemmer.html">(German variant)</A> |
|
29 |
<DD><A HREF="algorithms/dutch/stemmer.html">Dutch</A> |
|
78
by richardb
Fixed hyperlinks. |
30 |
</DL> |
81
by martinporter
Scandinavian stemming algorithms added to Snowball at sourceforge |
31 |
<DD><A HREF="texts/scandinavian.html">Scandinavian stemmers</A> |
32 |
<DL> |
|
277
by richard
Fix more broken links. |
33 |
<DD><A HREF="algorithms/swedish/stemmer.html">Swedish</A> |
34 |
<DD><A HREF="algorithms/norwegian/stemmer.html">Norwegian</A> |
|
35 |
<DD><A HREF="algorithms/danish/stemmer.html">Danish</A> |
|
81
by martinporter
Scandinavian stemming algorithms added to Snowball at sourceforge |
36 |
</DL> |
277
by richard
Fix more broken links. |
37 |
<DD><A HREF="algorithms/russian/stemmer.html">Russian</A> |
38 |
<DD><A HREF="algorithms/finnish/stemmer.html">Finnish</A> |
|
76
by richardb
Move texts/start.html to index_body.html |
39 |
</DL> |
154
by martinporter
16 bit character (Unicode) support |
40 |
<DT><A HREF="codesets/guide.html">Character codes</A> |
162
by martinporter
New main page refers to wrappers |
41 |
<BR><BR> |
42 |
<DT><A HREF="wrappers/guide.html">Wrappers</A> |
|
76
by richardb
Move texts/start.html to index_body.html |
43 |
</TD></TR> |
44 |
||
45 |
<TR><TD> |
|
46 |
<BR><BR> |
|
47 |
<B><I>Snowball</I></B> is a small string processing language designed for creating stemming |
|
48 |
algorithms for use in Information Retrieval. This site describes Snowball, and presents |
|
49 |
several useful stemmers which have been implemented using it. |
|
91
by martinporter
Slight change to index_body.html |
50 |
<BR><BR> |
51 |
</TD></TR> |
|
52 |
||
53 |
<TR><TD BGCOLOR="lightpink"> |
|
54 |
<DL><DD> |
|
55 |
<BR><BR> |
|
56 |
(Since it effectively provides a ‘<I>suffix STRIPPER GRAMmar</I>’, I had toyed with the |
|
76
by richardb
Move texts/start.html to index_body.html |
57 |
idea of calling it ‘<I>strippergram</I>’, but good sense has prevailed, and so it is |
58 |
‘<I>Snowball</I>’ named as a tribute to SNOBOL, the excellent string handling language |
|
59 |
of Messrs Farber, Griswold, Poage and Polonsky from the 1960s. |
|
277
by richard
Fix more broken links. |
60 |
<BR><BRalgorithms/> |
91
by martinporter
Slight change to index_body.html |
61 |
- Martin Porter) |
62 |
</DL> |
|
76
by richardb
Move texts/start.html to index_body.html |
63 |
</TD></TR> |
177
by richard
Note that messages shouldn't be sent directly to Richard or Martin. |
64 |
|
65 |
<TR><TD> |
|
66 |
<BR><BR> |
|
249
by richard
Change contact details text, to attempt to divert more queries to the |
67 |
Please address all Snowball-related mail to |
181
by martin
New directive about snowball-discuss |
68 |
|
69 |
<A HREF="mailto:snowball-discuss@lists.tartarus.org"> |
|
70 |
snowball-discuss@lists.tartarus.org</A>. |
|
71 |
||
72 |
Any such mail sent directly to Martin Porter or Richard Boulton may be answered less |
|
73 |
speedily, and in any case they reserve the right to post their answers on snowball-discuss. |
|
74 |
||
177
by richard
Note that messages shouldn't be sent directly to Richard or Martin. |
75 |
<BR><BR> |
76 |
</TD></TR> |
|
77 |