GitHub - thesephist/libsearch: Simple, index-free full-text search for JavaScript
Frontend Fuzzy Search
@m31coding/fuzzy-search is a frontend library for searching objects with ids (entities) by their names and features (terms). It is
@m31coding/fuzzy-search is a frontend library for searching objects with ids (entities) by their names and features (terms). It is
- Fast: A query takes usually well below 10 ms.
- Accurate: Powered by n-grams with a novel approach of character sorting.
- Multilingual: The language-agnostic design of the algorithm enables operation
GitHub - m31coding/fuzzy-search: A fast, accurate and multilingual fuzzy search library for the frontend.
nanosearch
Nanosearch is an in-memory search engine designed for small (< 10,000 URL) websites.
With Nanosearch, you can build a search engine in a few lines of code.
Nanosearch supports the BM25 and TF/IDF algorithms.
Nanosearch also computes a link graph and uses the number of inlinks to a page as a ranking factor. This is useful for ranking... See more
Nanosearch is an in-memory search engine designed for small (< 10,000 URL) websites.
With Nanosearch, you can build a search engine in a few lines of code.
Nanosearch supports the BM25 and TF/IDF algorithms.
Nanosearch also computes a link graph and uses the number of inlinks to a page as a ranking factor. This is useful for ranking... See more
GitHub - capjamesg/nanosearch: Build a search engine from a website sitemap.
While semantic search is trendy, good old lexical search is still the backbone. Semantic techniques can improve results, but they work best when added to a solid text-based search foundation.