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

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
<?php
  require "menu.inc";
  displayHeader("Projects");
?>
<TR><TD>
<p>

This page lists projects which make use of snowball, or are related in some way.

<hr>

<h2><a href="http://www.sourceforge.net/projects/pystemmer/">PyStemmer</a></h2>
A python interface to snowball.
</p>

<h2><a href="https://sourceforge.net/projects/porterstemmers/">C++ stemmers</a></h2>
A reimplementation of the snowball stemming algorithms in C++.
</p>

<hr>
<a href="mailto:snowball-discuss@lists.tartarus.org">Contact us</a> if
you have a project that you would like to be listed here.

<TD><TR>
<?php displayFooter(); ?>