# HOW TO EDIT THIS FILE: # The "handy ruler" below makes it easier to edit a package description. # Line up the first '|' above the ':' following the base package name, and # the '|' on the right side marks the last column you can put a character in. # You must make exactly 11 lines for the formatting to be correct. It's also # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| libstemmer: libstemmer (C stemming algorithm library) libstemmer: libstemmer: All you need to include the snowball stemming algorithms into a libstemmer: C project. libstemmer: Snowball provides algorithms for several (mainly European) languages. libstemmer: It also provides access to the classic Porter stemming algorithm for libstemmer: English: although this has been superseded by an improved algorithm, libstemmer: the original algorithm may be of interest to information retrieval libstemmer: researchers wishing to reproduce results of earlier experiments. libstemmer libstemmer: Homepage: https://dev.gentoo.org/~graaff/libstemmer_c-20140325.tgz