snowballstem / pystemmer

Python stemming library using snowball stemmers
https://snowballstem.org/
Other
245 stars 46 forks source link

Allow building with system libstemmer #39

Closed felixonmars closed 1 year ago

felixonmars commented 1 year ago

In distribution packaging, we generally prefer linking to system libraries instead of bundling an unmodified copy. This PR adds support for building with system libstemmer but still defaults to the previous behavior to avoid breaking anything.

ojwb commented 1 year ago

Thanks. Makes sense and looks good, but I'd really like to sort out the CI to actually test with the versions it's supposed to before merging other patches.