| WojciechMula/pyahocorasick |
766 |
|
52 |
70 |
about 3 years ago |
29 |
January 14, 2023 |
22 |
bsd-3-clause |
C |
| Python module (C extension and plain python) implementing Aho-Corasick algorithm |
| wolfgarbe/PruningRadixTrie |
471 |
|
0 |
0 |
over 2 years ago |
0 |
|
4 |
mit |
C# |
| PruningRadixTrie - 1000x faster Radix trie for prefix search & auto-complete |
| gmamaladze/trienet |
294 |
|
0 |
0 |
over 3 years ago |
4 |
January 01, 1900 |
12 |
mit |
C# |
| .NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm. |
| EthanRutherford/fast-fuzzy |
276 |
|
3 |
47 |
over 3 years ago |
48 |
November 05, 2022 |
2 |
isc |
JavaScript |
| Fast fuzzy search utility |
| tyler/trie |
235 |
|
24 |
6 |
over 3 years ago |
6 |
August 09, 2015 |
23 |
mit |
C |
| A super fast, efficiently stored Trie for Ruby. Uses libdatrie. |
| joshjung/trie-search |
169 |
|
24 |
46 |
over 2 years ago |
42 |
December 08, 2025 |
4 |
|
TypeScript |
| A trie implementation that maps keys to objects. Most common use will be for typeahead searches. |
| tlwg/libdatrie |
130 |
|
0 |
0 |
over 3 years ago |
1 |
August 27, 2025 |
11 |
lgpl-2.1 |
C |
| houbb/segment |
98 |
|
0 |
9 |
about 3 years ago |
20 |
March 23, 2023 |
1 |
apache-2.0 |
Java |
| The jieba-analysis tool for java.(基于结巴分词词库实现的更加灵活优雅易用,高性能的 java 分词实现。支持词性标注。) |
| shivamMg/trie |
97 |
|
0 |
0 |
about 3 years ago |
2 |
March 22, 2023 |
0 |
mit |
Go |
| A Trie implementation in Golang meant for auto-completion use cases. Supports Levenshtein distance search. |
| maximelamure/algorithms |
96 |
|
0 |
0 |
over 7 years ago |
1 |
November 03, 2018 |
1 |
mit |
Go |
| An implementation in GO (golang) of the basic algorithms and data structure. |