https://github.com/dbozhinovski/relatinator
A humble library for finding related posts and content. Uses tf-idf and BM25 under the hood. Primarily aimed at static site generators.
https://github.com/dbozhinovski/relatinator
astro bm25 related-posts static-site tfidf
Last synced: 26 days ago
JSON representation
A humble library for finding related posts and content. Uses tf-idf and BM25 under the hood. Primarily aimed at static site generators.
- Host: GitHub
- URL: https://github.com/dbozhinovski/relatinator
- Owner: DBozhinovski
- License: mit
- Created: 2023-11-27T10:47:08.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-21T08:40:46.000Z (2 months ago)
- Last Synced: 2025-04-07T10:01:46.049Z (29 days ago)
- Topics: astro, bm25, related-posts, static-site, tfidf
- Language: TypeScript
- Homepage:
- Size: 488 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Relatinator meta
▶️ [Relatinator](https://github.com/DBozhinovski/relatinator/tree/master/packages/relatinator) ➡️ A humble library for finding related posts and content. Uses tf-idf and BM25 under the hood. Primarily aimed at static site generators.
▶️ [Astro Integration for Relatinator](https://github.com/DBozhinovski/relatinator/tree/master/packages/astro-relatinator) ➡️ An Astro integration for Relatinator.
---
## Acknowledgment
If you found it useful, I would be grateful if you could leave a star in the project's GitHub repository.
Thank you.