suffix-tree
There are 110 repositories under suffix-tree topic.
rsdn/CodeJam
Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
abahgat/suffixtree
A Java implementation of a Generalized Suffix Tree using Ukkonen's algorithm
ptrus/suffix-trees
Python implementation of Suffix Trees and Generalized Suffix Trees.
aosingh/lexpy
Python package for lexicon; Trie and DAWG implementation.
cceh/suffix-tree
A Generalized Suffix Tree for any Python iterable using Ukkonen's algorithm, with Lowest Common Ancestor retrieval.
BenWiederhake/domain-word
Tells you which "words" can be written as a publicly available domain
cyberspacesec/go-domain-suffix-trie
安全开发基础组件:域名后缀树(Golang实现)
dang1412/data-structures
Data structures implementation & visualization
mutux/Ukkonen-s-Suffix-Tree-Algorithm
Ukkonen's suffix tree algorithm, a complete version implemented in Python
adamserafini/suffix-tree
C++ implementation of Ukkonen's algorithm.
alpancs/quranize
transform transliteration to Quran text
chernouhov/CBioInfCpp-0-
The lib CBioInfCpp.h contains 3 groups of functions for C++: "Input-Output", "Working with strings", "Working with graphs". Data structures "Adjacency vector" and "Adjacency map" are implemented in the last one (i.e. in "Working with graphs"). See About_CBioInfCpp for details.
prashant-raghu/Algorithms-Data-Structures
Implementations of Fundamental Algorithms & Data Structures in C++.
iShiBin/info6205
Program Structure and Algorithms
PasaLab/DGST
DGST: Efficient and Scalable Generalized Suffix Tree Construction on Apache Spark
Rerito/Penjing
C++20 Generalized Suffix Tree implementation
c0D3M/Suffix-Arrays
Algorihms about Suffix Array Construction, Suffix Tree, Longest Common Prefix, Burrows Wheeler Transform,
oroszgy/radixtree
Fork of the project http://code.google.com/p/radixtree
baratgabor/SuffixTree
A well-structured, relatively compact implementation of Ukkonen's linear time suffix tree construction algorithm in C# 7+. With bonus detailed explanation on the algorithm.
GuillaumeDD/gstlib
gstlib: a Generalized Suffix Tree Library in Scala
Serafim-End/periodicity-research
The research of accuracy of searching cycles methods in symbolic sequences (time series) with presence of random noises.
spacewander/go-suffix-tree
A suffix-tree index implemented in go
alpancs/quranize-service
Transforms alquran into القرآن
cannor147/itmo-algo
Algorithms and Data Structures course at ITMO University
shysaur/shysaur-suffixtrees
Implementations of Suffix Trees Algorithms
sharyash81/algorithm-design
Algorithm design course in my forth semester of university
jnalanko/VOMM
Space-efficient variable-order Markov models
alpancs/quranize-rs
Encoding transliterations into Quran forms.
beingmartinbmc/AutocompleteEngine
Implementing Autocomplete using Tries
rhymebulbul/FIT2004
Algorithms and Data Structures
squidscode/FuzzyStringSearch
A library for fuzzy-string-searching using suffix trees and levenschtein automatons to perform extremely fast search queries on large data sets. Serialize and deserialize functions allow suffix trees to persist (and drastically reduce preprocessing time).
storm-ptr/step
Step is a C++17, header-only library of STL-like algorithms and data structures
vishwassathish/Suffix-Trees
Suffix tree implementation using Ukkonen's suffix tree construction algorithm. Sample program written to find all occurrences of a query_string and rank documents according to relevence
martasumyk/autocomplete_trees
Implementing of the prefix and suffix trees, autocomplete service and full text search engine based on them.
storm-ptr/step20
Step20 is a C++20, header-only library of STL-like algorithms and data structures