Comparison
PolyFuzz vs cherche
Verdict
Pick PolyFuzz if polyFuzz leverages advanced methods like BERT embeddings, edit distance, Levenshtein distance, and TF-IDF for sophisticated fuzzy string matching in Python datasets; pick cherche if cherche is a Python library for implementing neural search capabilities.
Markdown twin · PolyFuzz alternatives · cherche alternatives
GraphCanon updated today
Trust & integrity
| Signal | PolyFuzz | cherche |
|---|---|---|
| Maintenance | Dormant (408d since push) As of 1d · github_public_v1 | Dormant (812d since push) As of today · github_public_v1 |
| Provenance | Not a fork · Personal account As of 1d · github_public_v1 | Not a fork · Personal account As of today · github_public_v1 |
| OSV dependency advisories | No lockfile (source not queried) As of 1mo · osv@v1 | No lockfile (source not queried) As of 1mo · osv@v1 |
| deps.dev advisories | Not queried deps.dev@v1 | Not queried deps.dev@v1 |
| OpenSSF Scorecard | Not queried openssf-scorecard@v1 | Not queried openssf-scorecard@v1 |
Tagline
- PolyFuzz
- Fuzzy string matching, grouping and evaluation
- cherche
- Neural Search
Stars
- PolyFuzz
- 801
- cherche
- 332
Forks
- PolyFuzz
- 72
- cherche
- 14
Open issues
- PolyFuzz
- 32
- cherche
- 4
Language
- PolyFuzz
- Python
- cherche
- Python
Adopt for
- PolyFuzz
- PolyFuzz leverages advanced methods like BERT embeddings, edit distance, Levenshtein distance, and TF-IDF for sophisticated fuzzy string matching in Python datasets.
- cherche
- Cherche is a Python library for implementing neural search capabilities.
Persona
- PolyFuzz
- -
- cherche
- -
Runtime
- PolyFuzz
- -
- cherche
- -
License
- PolyFuzz
- MIT
- cherche
- MIT
Last pushed
- PolyFuzz
- Jul 10, 2025
- cherche
- Jun 1, 2024
Categories
- PolyFuzz
- Data & Retrieval, Evaluation & Observability
- cherche
- Data & Retrieval, Evaluation & Observability, Vector Databases
Trust and health
Days since push
- PolyFuzz
- 408d
- cherche
- 812d
Open issues (now)
- PolyFuzz
- 32
- cherche
- 4
Stars delta
- PolyFuzz
- +1 (30d)
- cherche
- 0 (30d)
Full report
- PolyFuzz
- Trust report
- cherche
- Trust report
Shared compatibility
- Python · PolyFuzz: Python runtime · cherche: Python runtime
Choose PolyFuzz if…
- Tags unique to PolyFuzz: bert, edit-distance, embeddings, levenshtein-distance.
- Use PolyFuzz when your project requires deep semantic similarity detection with BERT embeddings alongside traditional string metrics.
- More GitHub stars (801 vs 332) - visibility, not fit.
When NOT to use PolyFuzz
- Avoid using PolyFuzz if you aim to match very short strings since Levenshtein distance and edit distance may dominate over BERT's nuances.
- Steer clear if runtime speed is a priority, as embedding computations can be resource-intensive compared to purely algorithmic methods.
Choose cherche if…
- Tags unique to cherche: bm25, flashtext, information-retrieval, machine-learning.
- Also covers Vector Databases.
- Cherche is a Python library for implementing neural search capabilities.
When NOT to use cherche
- Last GitHub push was 813 days ago (dormant maintenance, Jun 1, 2024). Validate activity before betting a new project on cherche.
- Data & Retrieval: Skip a heavy ingestion framework when your corpus is small and static; a script plus the embedding API is enough.
- Evaluation & Observability: Defer heavyweight eval infra only until you have real traffic - never skip it once users depend on answers.
- Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.
Explore
Sources
Every stat on this page traces to a dated GitHub sync, license file, enrichment field, or trust scan.
- GitHub stars (MaartenGr/PolyFuzz) · observed Aug 22, 2026
- GitHub forks (MaartenGr/PolyFuzz) · observed Aug 22, 2026
- Last push (MaartenGr/PolyFuzz) · observed Jul 10, 2025
- License file (MIT) · observed Aug 22, 2026
- Decision facts (enrichment) · observed Jul 17, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
- GitHub stars (raphaelsty/cherche) · observed Aug 23, 2026
- GitHub forks (raphaelsty/cherche) · observed Aug 23, 2026
- Last push (raphaelsty/cherche) · observed Jun 1, 2024
- License file (MIT) · observed Aug 23, 2026
- Decision facts (enrichment) · observed Jul 11, 2026
- Trust scan (lockfile / OSV) · observed Jul 11, 2026
GitHub stars on cards: PolyFuzz 801 · cherche 332 (synced Aug 22, 2026).
Common questions
- What is the difference between PolyFuzz and cherche?
- PolyFuzz: Fuzzy string matching, grouping and evaluation. cherche: Neural Search. See the comparison table for live GitHub stats and shared categories.
- When should I choose PolyFuzz over cherche?
- Choose PolyFuzz over cherche when Tags unique to PolyFuzz: bert, edit-distance, embeddings, levenshtein-distance; Use PolyFuzz when your project requires deep semantic similarity detection with BERT embeddings alongside traditional string metrics; More GitHub stars (801 vs 332) - visibility, not fit.
- When should I choose cherche over PolyFuzz?
- Choose cherche over PolyFuzz when Tags unique to cherche: bm25, flashtext, information-retrieval, machine-learning; Also covers Vector Databases; Cherche is a Python library for implementing neural search capabilities.
- When should I avoid PolyFuzz?
- Avoid using PolyFuzz if you aim to match very short strings since Levenshtein distance and edit distance may dominate over BERT's nuances. Steer clear if runtime speed is a priority, as embedding computations can be resource-intensive compared to purely algorithmic methods.
- When should I avoid cherche?
- Last GitHub push was 813 days ago (dormant maintenance, Jun 1, 2024). Validate activity before betting a new project on cherche. Data & Retrieval: Skip a heavy ingestion framework when your corpus is small and static; a script plus the embedding API is enough. Evaluation & Observability: Defer heavyweight eval infra only until you have real traffic - never skip it once users depend on answers. Vector Databases: Don't reach for a dedicated vector DB under ~100k vectors; pgvector on your existing Postgres is simpler to operate.
- Is PolyFuzz or cherche more popular on GitHub?
- PolyFuzz has more GitHub stars (801 vs 332). Stars measure visibility, not whether either tool fits your constraints.
- Are PolyFuzz and cherche open source?
- Yes - both are open-source projects on GitHub (PolyFuzz: MIT, cherche: MIT).
- Where can I find alternatives to PolyFuzz or cherche?
- GraphCanon lists graph-backed alternatives at PolyFuzz alternatives and cherche alternatives (PolyFuzz markdown twin, cherche markdown twin), ranked by typed relationship edges rather than popularity votes.
- Is there a machine-readable version of this comparison?
- Yes. The markdown twin at this comparison mirrors this page for agents and LLM crawlers, with the same stats table and FAQ answers.
- Which is better maintained, PolyFuzz or cherche?
- PolyFuzz: Dormant. cherche: Dormant. Compare maintenance labels, days since push, and release cadence in the trust section below - stars alone do not measure maintenance.
- Where are the full trust reports for PolyFuzz and cherche?
- GraphCanon publishes per-repo trust reports with dated maintenance, provenance, and scan summaries: PolyFuzz trust report; cherche trust report.