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

33 by richardb
Add a few more (empty) pages.
1
<?php
2
  require "menu.inc";
3
  displayHeader("Download");
4
?>
79 by richardb
Convert all toplevel pages to include their content in <TR><TD>
5
288 by richard
Point to correct locations for tarballs.
6
<tr><td>
79 by richardb
Convert all toplevel pages to include their content in <TR><TD>
7
<h2>Tarballs</h2>
8
288 by richard
Point to correct locations for tarballs.
9
Several tarballs of the snowball sources are available.
10
11
<ul>
12
<li>
13
<a href="dist/libstemmer_c.tgz">The C version of the libstemmer library.</a><br/>
14
This contains all you need to include the snowball stemming algorithms into a
15
C project of your own.  If you download this, you don't need to use the snowball
16
compiler, or worry about the internals of the stemmers in any way.
17
</li>
18
<li>
19
<a href="dist/libstemmer_java.tgz">The Java version of the libstemmer library.</a><br/>
20
This contains all you need to include the snowball stemming algorithms into a
21
Java project of your own.  If you download this, you don't need to use the snowball
22
compiler, or worry about the internals of the stemmers in any way.
23
</li>
24
<li>
25
<a href="dist/snowball_code.tgz">Snowball, algorithms, and libstemmer library.</a><br/>
26
This contains all the source code for snowball (but not the generated source files).
27
This is useful mainly if you are wanting to work on the algorithms (tweaking them,
28
or producing new algorithms).
29
</li>
30
<li>
31
<a href="dist/snowball_web_and_code.tgz">Snowball, algorithms, and libstemmer library, and documentation</a><br/>
32
This contains all the source code for snowball (but not the generated source files), and
33
also the full documentation of the stemming algorithms.
34
</li>
35
<li>
36
<a href="dist/snowball_all.tgz">Everything related to snowball</a><br/>
37
This contains all the source code for snowball (but not the generated source files), and
38
also the full documentation of the stemming algorithms.  It also contains all
39
the test data files, and is therefore rather large (several megabytes).
40
</li>
41
</ul>
79 by richardb
Convert all toplevel pages to include their content in <TR><TD>
42
297 by richard
Fix wording on download page.
43
<p>
44
Also, tarballs containing just the files related to each individual stemming
45
algorithm described on this site are available from the page for each algorithm.
46
</p>
47
<p>
288 by richard
Point to correct locations for tarballs.
48
We do not make binary (ie, compiled) distributions of snowball available -
49
there are simply too many different platforms and architectures to support.  If
297 by richard
Fix wording on download page.
50
you are willing to make such binaries available for others, and can provide at
51
least some measure of support for ensuring that they work, feel free to contact
52
us and we will add a link to your work from this site.
53
</p>
288 by richard
Point to correct locations for tarballs.
54
55
</td></tr>
56
<tr><td>
57
<p>
58
<h2>Subversion</h2>
59
60
<p>
292 by richard
Couple of final fixes to the website.
61
Developers may wish to access the latest source using the command:
288 by richard
Point to correct locations for tarballs.
62
<br>
63
<p>
64
<tt>
65
svn co svn://snowball.tartarus.org/snowball/trunk snowball
66
</tt>
67
</td></tr>
68
<tr><td>
69
<p>
70
<h2>Web interface to subversion</h2>
71
72
<p>
307 by richard
Link to browseable SVN repository.
73
The subversion code repository can also be <a href="http://snowball.tartarus.org/viewcvs.cgi/?root=Snowball">browsed online</a>.
288 by richard
Point to correct locations for tarballs.
74
</p>
75
76
</td></tr>
33 by richardb
Add a few more (empty) pages.
77
<?php displayFooter(); ?>