suffix-automaton
There are 12 repositories under suffix-automaton topic.
cannor147/itmo-algo
Algorithms and Data Structures course at ITMO University
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).
anouarac/suffix-automata-visualizer
Suffix automata visualizer.
dancju/sam
a tool that converts strings to images of suffix automaton
autolordz/batch-suffix-change
文件名后缀批量更改机 File name suffix batch change script
elake/SuffixAutomaton
An efficient implementation of a suffix automaton for high performance string searches in large data sets
felix-rojas/AI1_Actividad_Integradora_1
Implementation of several string algorithms, tailored to a specific problem
Jeremy0076/Search_engine
一个基于boost 在线文档所实现的一个简单的搜索引擎 。加入sam 不需要分词支持语句,不确定边界语言查询
Jeremy0076/String-matching-experiment
A string matching experiment, including bf, kmp, trie and sam.
laohur/SuffixAutomaton
find LCS (longest common substrings) by suffix automaton
Anton-Cherepkov/SuffixTreeSuffixAutomaton
Suffix structures: suffix tree (Ukkonen's algorithm), suffix automaton