nlib
|
Defines the class for searching text strings using the Aho-Corasick string-matching algorithm. More...
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 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. | |
Defines the class for searching text strings using the Aho-Corasick string-matching algorithm.
Definition in file AhoCorasick.h.
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.