jermp / autocompleteLinks
Efficient and effective query auto-completion in C++.
☆57Updated 2 years ago
Alternatives and similar repositories for autocomplete
Users that are interested in autocomplete are comparing it to the libraries listed below
Sorting:
- A C++ library implementing fast language models estimation using the 1-Sort algorithm.☆17Updated 2 years ago
- A C++ library providing fast language model queries in compressed space.☆132Updated 2 years ago
- Example project presented at the Succinct Data Structure Tutorial at SIGIR 2016☆27Updated 7 years ago
- A library of inverted index data structures☆151Updated 2 years ago
- Real time vector search engine☆139Updated 2 years ago
- Official repository of the ACM SIGIR 2019 paper: "Fast Approximate Filtering of Search Results Sorted by Attribute" by Franco Maria Nardi…☆14Updated 6 years ago
- A C++ library to benchmark inverted indexes.☆21Updated 5 years ago
- Parameterless and Universal FInding of Nearest Neighbors☆59Updated 8 months ago
- C++17 implementation of memory-efficient dynamic tries☆58Updated 3 years ago
- Fast C++ implementation of https://github.com/yahoo/lopq: Locally Optimized Product Quantization (LOPQ) model and searcher for approximat…☆35Updated 5 years ago
- My most frequently used learning-to-rank algorithms ported to rust for efficiency. Try it: "pip install fastrank".☆52Updated 9 months ago
- Experimental search engine in C/C++17 - still in early development.☆27Updated 3 months ago
- Fast compressed trie dictionary library☆71Updated last year
- 🌳 A compressed rank/select dictionary exploiting approximate linearity and repetitiveness.☆15Updated 3 years ago
- A fast high dimensional near neighbor search algorithm based on group testing and locality sensitive hashing☆23Updated last year
- similarity join and search algorithms for edit distance and jaccard☆19Updated 7 years ago
- Official source code repository for QueryBlazer: Efficient Query Autocompletion Framework☆20Updated 5 months ago
- Official repository of "Efficient and Effective Query Expansion for Web Search", Short Paper @ CIKM 2018☆15Updated 6 years ago
- Efficient Prefix-Sum data structures in C++.☆25Updated 2 years ago
- Official repository of Quickscorer: a fast algorithm to rank documents with additive ensembles of regression trees.☆18Updated 9 years ago
- FM-Index full-text index implementation using RRR Wavelet trees (libcds) and fast suffix sorting (libdivsufsort) including experimental r…☆107Updated 10 years ago
- SetSketch: Filling the Gap between MinHash and HyperLogLog☆48Updated 4 years ago
- To Index or Not to Index: Optimizing Exact Maximum Inner Product Search☆26Updated 6 years ago
- A flexible variational inference LDA library.☆23Updated 6 years ago
- C++ library to pack and unpack vectors of integers having a small range of values using a technique called Frame of Reference☆53Updated last year
- Essential C++ utilities.☆14Updated 3 weeks ago
- COllapsed and COmpressed trie: a data-aware compressed string dictionary☆36Updated 9 months ago
- A package in C++ for character or word ngram analysis. It uses Ternary Search Tree instead of hashing table for faster ngram frequency co…☆20Updated 10 years ago
- word2vec++ is a Distributed Representations of Words (word2vec) library and tools implementation, written in C++11 from the scratch☆141Updated 2 years ago
- Parallel Suffix Array, LCP Array, and Suffix Tree Construction☆51Updated 6 years ago