Registry / other / libstemmer

libstemmer

JSON →
library2021.2.2.0vcpkgunverified

Snowball is a small string processing language designed for creating stemming algorithms for use in Information Retrieval

vcpkg install libstemmer
INSTALL
IMPORT
SIG · LIBSTEMMER
L
libstemmer
othercppv2021.2.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libstemmer.h
#include <libstemmer.h>

Stem an English word using Snowball stemmer

#include <libstemmer.h> #include <stdio.h> int main() { sb_stemmer* stemmer = sb_stemmer_new("english", NULL); if (stemmer) { const sb_symbol* result = sb_stemmer_stem(stemmer, (const sb_symbol*)"running", 7); printf("Stemmed: %s\n", (const char*)result); sb_stemmer_delete(stemmer); } return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2021.2.2.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.