Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
Static Public Member Functions
stringology::query::BackwardDAWGMatching Class Reference

#include <BackwardDAWGMatching.h>

Static Public Member Functions

template<class SymbolType >
static ext::set< unsigned > match (const string::LinearString< SymbolType > &subject, const indexes::stringology::SuffixAutomaton< SymbolType > &suffixAutomaton)
 

Detailed Description

Implementation of Backward DAWG Matching.

Member Function Documentation

◆ match()

template<class SymbolType >
ext::set< unsigned > stringology::query::BackwardDAWGMatching::match ( const string::LinearString< SymbolType > &  subject,
const indexes::stringology::SuffixAutomaton< SymbolType > &  suffixAutomaton 
)
static

Search for pattern in linear string.

Returns
set set of occurences
Here is the call graph for this function:

The documentation for this class was generated from the following file: