Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <DAWGMatcherConstruction.h>
Static Public Member Functions | |
template<class SymbolType > | |
static indexes::stringology::SuffixAutomaton< SymbolType > | construct (const string::LinearString< SymbolType > &pattern) |
|
static |
Linear time on-line construction of minimal suffix automaton for given pattern.