Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <NonlinearFullAndLinearIndexPatterns.h>
Static Public Member Functions | |
template<class SymbolType , template< typename > class StringIndex, class StringIndexQueryAlgo = stringology::query::PositionHeapFactors> | |
static ext::set< unsigned > | query (const indexes::arbology::NonlinearFullAndLinearIndex< SymbolType, StringIndex > &fullAndLinearIndex, const tree::PrefixRankedNonlinearPattern< SymbolType > &pattern) |
template<class SymbolType , template< typename > class StringIndex, class StringIndexQueryAlgo = stringology::query::PositionHeapFactors> | |
static ext::set< unsigned > | query (const indexes::arbology::NonlinearFullAndLinearIndex< SymbolType, StringIndex > &fullAndLinearIndex, const tree::PrefixRankedBarNonlinearPattern< SymbolType > &pattern) |
Query full and linear index for given tree.
|
static |
|
static |
Query a suffix trie
suffix | trie to query |
tree | tree to query by |