hrs / docsim

A simple, fast command-line tool for searching and comparing text documents.
GNU General Public License v3.0
16 stars 0 forks source link

Ensure stemming doesn't panic on certain inputs #13

Closed hrs closed 1 year ago

hrs commented 1 year ago

Certain odd terms (like "eed") that occasionally appear in code caused the implementation of the Porter stemming algorithm we'd been using to panic.

The maintainer seems to be AWOL, but someone seems to have forked the original repo and applied some changes, including fixing that bug.

This migrates us over to the new version, which has the same interface.