Snowball is a language in which stemming algorithms can be easily represented. The Snowball compiler translates a Snowball script (a .sbl file) into either a thread-safe ANSI C program or a Java program. For ANSI C, each Snowball script produces a program file and corresponding header file (with .c and .h extensions). This port delivers the ANSI C library build.
Snowball is a language in which stemming algorithms can be easily represented. The Snowball compiler translates a Snowball script (a .sbl file) into either a thread-safe ANSI C program or a Java program. For ANSI C, each Snowball script produces a program file and corresponding header file (with .c and .h extensions). This port delivers the ANSI C library build.
To install libstemmer, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install libstemmer
To see what files were installed by libstemmer, run:
port contents libstemmer
To later upgrade libstemmer, run:
sudo port selfupdate && sudo port upgrade libstemmer
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.