Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <NaiveDAWGMatcherConstruction.h>
Static Public Member Functions | |
template<class SymbolType > | |
static indexes::stringology::SuffixAutomaton< SymbolType > | naiveConstruct (const string::LinearString< SymbolType > &pattern) |
|
static |
Naive construction of minimal suffix automaton for given pattern - EpsNFA -> NFA -> DFA -> minDFA -> removeErrorState.