Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <FullAndLinearIndexPatterns.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::FullAndLinearIndex< SymbolType, StringIndex > &fullAndLinearIndex, const tree::PrefixRankedPattern< SymbolType > &pattern) |
template<class SymbolType , template< typename > class StringIndex, class StringIndexQueryAlgo = stringology::query::PositionHeapFactors> | |
static ext::set< unsigned > | query (const indexes::arbology::FullAndLinearIndex< SymbolType, StringIndex > &fullAndLinearIndex, const tree::PrefixRankedBarPattern< 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 |