A small Python package for super-fast TF-IDF based string matching. Version 0.3.0 is the latest stable release. The package is in active development, though commits are infrequent.
pip install tfidf-matcherNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize TFIDFMatcher, fit on a list of strings, then match new strings to the closest fit.
Always `pip install tfidf-matcher` and import as `from tfidf_matcher import TFIDFMatcher`.
Always pass a list, even for a single document: `matcher.fit(['single string'])`.
Use virtual environment with Python 3.8-3.11 for best compatibility.
No dependency data recorded yet.