s-yata / darts-cloneLinks
A clone of Darts (Double-ARray Trie System)
☆154Updated 5 months ago
Alternatives and similar repositories for darts-clone
Users that are interested in darts-clone are comparing it to the libraries listed below
Sorting:
- MARISA: Matching Algorithm with Recursively Implemented StorAge☆576Updated 2 months ago
- ☆172Updated 4 months ago
- A C++ implementation of the aho corasick pattern search algorithm☆229Updated last year
- Fast compressed trie dictionary library☆71Updated last year
- Real time vector search engine☆138Updated 2 years ago
- A library of inverted index data structures☆151Updated 2 years ago
- C++ headers(hpp) library with Python style.☆140Updated last month
- Simhashing in C++☆135Updated 2 years ago
- Cedar implements an updatable double-array trie, which offers fast update/lookup for skewed queries in real-world data.☆25Updated 10 years ago
- Word2Vec in C++ 11☆406Updated 8 years ago
- C++ Base Library for serverside development☆351Updated 5 years ago
- Lucene++ is an up to date C++ port of the popular Java Lucene library, a high-performance, full-featured text search engine.☆770Updated 2 weeks ago
- C++ implementation of a fast and memory efficient HAT-trie☆841Updated last year
- "结巴"中文分词的C++版本,使用 darts Double Array Trie 降低内存占用到 1/100☆52Updated 3 years ago
- A C++ implementaton of MapReduce without distributed filesystem☆267Updated 8 years ago
- A-C implementation in "C". Tight-packed (interleaved) state-transition matrix -- as fast as it gets, as small as it gets.☆149Updated 4 years ago
- STL like container of radix tree (a.k.a. PATRICIA trie) in C++☆142Updated 2 years ago
- Apache HBase Native Client☆36Updated 3 years ago
- Linux porting of Benchmark of Dictionary Structures by Heng Li (http://lh3lh3.users.sourceforge.net/udb.shtml)☆63Updated 7 years ago
- Common library☆133Updated 8 years ago
- Mirror of CLucene 2.3.2's development master branch. CLucene is a C++ port of Lucene: the high-performance, full-featured text search eng…☆109Updated 5 years ago
- CRF++: Yet Another CRF toolkit