1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
<HTML>
<HEAD>
<TITLE>Language wrappers</TITLE></HEAD>
<BODY BGCOLOR=WHITE>
<TABLE WIDTH=75% ALIGN=CENTER COLS=1>
<TR><TD>
<BR><BR>
<H1>Language wrappers</H1>
<BR><BR>
</TR>
<TR><TD BGCOLOR="wheat">
<BR> <H2>Links</H2>
<DL>
<DT><A HREF=".."> Snowball main page</A>
<BR><BR>
<DT>Wrappers for
<DD><A HREF="perl.tgz"> Perl</A>
</DL>
</TR>
<TR><TD>
<BR><BR>
Teodor Sigaev and Oleg Bartunov of the OpenFTS project at
<DL><DD>
<A HREF="http://openfts.sourceforge.net"> http://openfts.sourceforge.net</A>
</DL>
have developed
a perl interface to the Snowball stemmers. It is written using C and
provides OO and plain interfaces. Dowload from the above tarball.
Comments and queries should be directed to Teodor and Oleg.
<BR><BR>
A PHP interface has been developed by the enigmatic Dark Panda (real name J Smith), and
is downloadable from
<DL><DD>
<A HREF="http://www.tutorbuddy.com/software/"> http://www.tutorbuddy.com/software/</A>
</DL>
</TR>
</TABLE>
</BODY>
</HTML>
|