Skip to content

Add: tfidf-search-engine - #822

Merged
praveenscience merged 3 commits into
praveenscience:mainfrom
dikshajangra12918-oss:add/tfidf-search-engine
Jul 31, 2026
Merged

Add: tfidf-search-engine#822
praveenscience merged 3 commits into
praveenscience:mainfrom
dikshajangra12918-oss:add/tfidf-search-engine

Conversation

@dikshajangra12918-oss

Copy link
Copy Markdown
Contributor

What does this PR do?

Adds a client-side TF-IDF search engine tool. Users can paste multiple text documents, build an inverted index entirely in the browser, and search across documents with results ranked by TF-IDF relevance instead of simple keyword matching. Each result shows a transparent scoring ledger (tf × idf per matched term) so ranking is never a black box.

Type of Change

  • New tool

Closes #806

@praveenscience
praveenscience merged commit 485a06b into praveenscience:main Jul 31, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Idea: Client-Side Full-Text Search Engine with TF-IDF Ranking

2 participants