prefix-search
There are 24 repositories under prefix-search topic.
githubharald/CTCDecoder
Connectionist Temporal Classification (CTC) decoding algorithms: best path, beam search, lexicon search, prefix search, and token passing. Implemented in Python.
wolfgarbe/PruningRadixTrie
PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete
iamjanvijay/rnnt_decoder_cuda
An efficient implementation of RNN-T Prefix Beam Search in C++/CUDA.
absolutelightning/treds
Sorted Data Structure Server - Treds is a Data Structure Server which returns data in sorted order and is the fastest prefix search server. It also persists data on disk.
chxdeng/mabain
a fast and light-weighted key-value store library
otto-de/PyPruningRadixTrie
PyPruningRadixTrie - Python version of super fast Radix trie for prefix search & auto-complete
aminography/WorldCitiesApp
This example project demonstrates a clean way to architect an Android application.
arpitbbhayani/tripod
:running: :running: :running:Somewhat fast, somewhat optimal Prefix Search in Go
aminography/RadixTree
An implementation of RadixTree data-structure, which is a great tool for indexing a large number of records with string keys.
Zabuzard/LexiSearchExercises
LexiSearch is an API for retrieving information in given datasets.
jayloop/radix
Radix is an adaptive radix tree for in-memory database indexes.
NodeTrie/NodeTrie_Py
Python bindings for NodeTrie, a prefix tree data structure library
raphsenn/prefix-search-engine
Simple Prefix Binary Tree-based string search engine written in Rust.
varun-66/Quick-Dictionary
Build an efficient and customized dictionary using modified TRIE data structure having substring search, sorting and autocomplete features from a file of words in C++.
osparkle/Detect-Mobile-Network-from-Prefix-NG
PHP/MySQL Script that returns Nigerian mobile network name based on the prefix of the mobile phone number.
spadalkar/mabain
a fast and light-weighted key-value store library
Akcps/dsa
Implementation of Data Structures and Algorithms
arminfriedl/bytetrie
A fast, dependency-free, self-compressing trie with radix 256 in pure python
barannmeisterr/Trie-Data-Structures-For-String-Manipulation-And-Searching-With-Prefix-And-Suffix
This project implements a 26-way Trie data structure to manipulate and manage strings efficiently.Then inserts all words to the trie from the given txt file.
Acejoy/Trie-Implementation
Implementation of Trie and visualising
ArchUsr64/longest_prefix_matcher
Algorithm to find the longest matching prefix for a binary string using a binary trie
blackistheneworange/prefix-search
A TRIE based prefix search library implemented in vanilla javascript
Conzxy/ternary-tree
An implementation of ternary tree for auto-completion
sananand007/Trie
Trie Data structure and its Variants