nlib
AhoCorasickBuilder.h File Reference

Defines the class for creating the search index used with the Aho-Corasick algorithm. More...

#include <string.h>
#include <utility>
#include "nn/nlib/succinct/AhoCorasick.h"
#include "nn/nlib/ReallocVec.h"
#include "nn/nlib/threading/ThreadPool.h"

Go to the source code of this file.

Classes

class  nn::nlib::succinct::AhoCorasickBuilder
 Creates the index (automaton) used in the Aho-Corasick algorithm. More...
 

Namespaces

 nn::nlib
 Implements common features and features that are highly platform-dependent. Also refer to nlib Platform APIs. 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 creating the search index used with the Aho-Corasick algorithm.

Definition in file AhoCorasickBuilder.h.