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