umbertogriffo / TrieLinks
A Mixed Trie and Levenshtein distance implementation in Java for extremely fast prefix string searching and string similarity.
☆44Updated 3 years ago
Alternatives and similar repositories for Trie
Users that are interested in Trie are comparing it to the libraries listed below
Sorting:
- Lightning fast spell correction / fuzzy search library based on SymSpell by Commerce-Experts☆81Updated 6 years ago
- Java port of SymSpell: 1 million times faster through Symmetric Delete spelling correction algorithm☆67Updated 4 years ago
- JSuffixArrays (Suffix Arrays in Java)☆59Updated 8 years ago
- SuperMinHash: A New Minwise Hashing Algorithm for Jaccard Similarity Estimation, Simhash and SimhashIndex☆19Updated 2 years ago
- A fast and comprehensive Java library capable of performing automaton and non-automaton based Levenshtein distance determination and neig…☆42Updated 12 years ago
- Dice.com repo to accompany the dice.com 'Vectors in Search' talk by Simon Hughes, from the Activate 2018 search conference, and the 'Sear…☆85Updated 4 years ago
- Spell checker using Brill and Moore's noisy channel error model☆11Updated 6 years ago
- Fast multi-string search☆16Updated last year
- Various utilities regarding Levenshtein transducers. (Java)☆57Updated 3 years ago
- Library for building efficient regular-expression based extractors by combining multiple REs into single automaton☆24Updated 3 years ago
- Minimalistic Java implementation of a confusion matrix for evaluating learning algorithms, including accuracy, macro F-measure, Cohen's K…☆18Updated 3 years ago
- Algorithms that build k-nearest neighbors graph (k-nn graph): Brute-force, NN-Descent,...☆34Updated 6 years ago
- This provides tools for b-bit MinHash algorism.☆36Updated last week
- Simple full text indexing and searching library for Java☆54Updated 6 years ago
- An implementation of the Watset clustering algorithm in Java.☆29Updated 2 years ago
- provide preprocessing platform for Lucene indexing and comprehensive Learning-to-Rank modules☆13Updated 7 years ago
- A Java library for byte pattern matching and searching☆41Updated 3 years ago
- BK-tree Java library☆28Updated 11 years ago
- Java Matrix Benchmark is a tool for evaluating Java linear algebra libraries for speed, stability, and memory usage.☆59Updated 2 years ago
- Zulia Search Engine☆32Updated this week
- A Text Classification API in Java originally developed by DigitalPebble Ltd. The API is independent from the ML implementations used and …☆48Updated 3 years ago
- Application of Locality Sensitive Hashing to Audio Fingerprinting☆59Updated 6 years ago
- Java library for fast multiple strings matchings. Uses internally Aho-Corasick or Commentz-Walter.☆18Updated 2 years ago
- High-performance pattern matching algorithms in Java☆80Updated 4 years ago
- TextDigester: document summarization java library☆27Updated 7 years ago
- A Java library capable of constructing character-sequence-storing, directed acyclic graphs of minimal size☆43Updated 12 years ago
- A Java library for Stochastic Gradient Descent (SGD)☆21Updated 3 years ago
- A Java library implementing practical nearest neighbour search algorithm for multidimensional vectors that operates in sublinear time. It…☆201Updated 4 years ago
- Easy-to-use Java library for similarity checking of strings or numeric-series☆20Updated 5 years ago
- This is an Object Oriented implementation of a Trie in python. The class contains setter and getter methods, and implements several usefu…☆15Updated 7 years ago