nlib
AhoCorasick.h File Reference

Defines the class for searching text strings using the Aho-Corasick string-matching algorithm. More...

#include "nn/nlib/Swap.h"
#include "nn/nlib/succinct/Bp.h"
#include "nn/nlib/succinct/Sbv.h"

Go to the source code of this file.

Classes

class  nn::nlib::succinct::AhoCorasick
 Uses the Aho-Corasick algorithm to detect language and patterns. More...
 

Namespaces

 nn::nlib
 Implements stream-related classes usually commonly used, various containers, and other gadget classes. nlib_ns is an alias.
 
 nn::nlib::succinct
 Implements a library of succinct data structure classes related to bit vectors.
 

Detailed Description

Defines the class for searching text strings using the Aho-Corasick string-matching algorithm.

Definition in file AhoCorasick.h.