[Snowball-discuss] Algorithm

Richard Boulton richard@tartarus.org
Mon Sep 8 15:43:02 2003


Peter Marik wrote:
> i would like to know if you have the (portuguese stemming algorithm) 
> made in C/C++ or  JAVA 

See:
http://snowball.tartarus.org/portuguese/stemmer.html

You can download the stemmer in C from there by following the links to
"The ANSI C stemmer" and " - and its header"

You can compile these by linking them against the runtime libraries, 
available by downloading the snowball.tgz file from
http://snowball.tartarus.org/texts/snowball.tgz

(Uncompress this, and you will find the runtime files, together with the 
english stemming algorithm, in a directory called "q".  Replace 
stem.[ch] by the portuguese versions to compile it.)

-- 
Richard