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

52 by richardb
Add credits and lists pages
1
<?php
2
  require "menu.inc";
3
  displayHeader("Credits");
4
?>
79 by richardb
Convert all toplevel pages to include their content in <TR><TD>
5
<TR><TD>
52 by richardb
Add credits and lists pages
6
<p>
7
Snowball, and all of the current stemming algorithms were written by
158 by martinporter
Richard's Java work duly recognised
8
Dr Martin Porter, who also prepared the material for the Website.
9
The Snowball to Java codegenerator, and supporting Java libraries, were
10
contributed by Richard Boulton.
11
Dr Andrew Macfarlane, of City University, London, gave much
12
initial encouragement and proofreading
66 by martinporter
New credits and License pages
13
assistance.
183 by martin
New credits
14
</p>
15
16
<p>
66 by martinporter
New credits and License pages
17
The website was established by Richard Boulton, who is still in charge of its
18
administration.
183 by martin
New credits
19
</p>
20
21
<p>
264 by martin
Test commit following change of Martin's machines
22
Linguistic assistance for Russian, German and Dutch has been provided by
234 by martin
href to Pat Miles' web site
23
24
<a href="http://www.patrickmiles.co.uk/">Patrick Miles</a>
25
(of the
66 by martinporter
New credits and License pages
26
Patrick Miles Translation Agency, Cambridge, UK). Pat is a distinguished
27
translator, whose English versions of Chekhov have appeared on the London
28
stage.
183 by martin
New credits
29
</p>
30
31
<p>
32
Various emailers have helped improve the stemmers with their many suggestions
33
and comments. We must especially mention Andrei Aksyonoff and
203 by martin
small addition
34
Oleg Bartunov (Russian), Steve Tolkin and Wendy Reetz (English), and Fred Brault (French).
236 by martin
Correstions to the errors in the stemmer descriptions spotted by Blake Madden.
35
Blake Madden found a number of elusive errors in the stemmer descriptions.
36
183 by martin
New credits
37
</p>
38
39
<p>
40
The Snowball site is provided to us free by James Aylett, who
41
owns and runs the machine that hosts the
42
<a href="http://www.tartarus.org/">tartarus</a> website.
43
</p>
44
79 by richardb
Convert all toplevel pages to include their content in <TR><TD>
45
</TD></TR>
52 by richardb
Add credits and lists pages
46
<?php displayFooter(); ?>