#include <GlushkovFollow.h>
RegExp tree traversal utils for Glushkov algorithm.
Thanks to http://www.sciencedirect.com/science/article/pii/S030439759700296X for better follow() solution.
◆ follow() [1/2]
template<class SymbolType >
- Parameters
-
re | RegExp to probe |
symbol | GlushkovSymbol for which we need the follow() |
- Returns
- all symbols that can follow specific symbol in word
◆ follow() [2/2]
template<class SymbolType >
- Parameters
-
re | RegExp to probe |
symbol | GlushkovSymbol for which we need the follow() |
- Returns
- all symbols that can follow specific symbol in word
The documentation for this class was generated from the following file: