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
This archive was generated by hypermail 2.1.3 : Thu Sep 20 2007 - 12:02:45 BST