nlib
|
Defines the class for searching for sets of words in text. More...
#include <string.h>
#include "nn/nlib/UniquePtr.h"
#include "nn/nlib/succinct/AhoCorasick.h"
#include "nn/nlib/succinct/Trie.h"
Go to the source code of this file.
Classes | |
class | nn::nlib::succinct::WordFilter |
Class that checks whether text contains the predefined set of words. More... | |
class | nn::nlib::succinct::WordFilterBuilder |
Class to create a WordFilter object that corresponds to a term and excluded terms. 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 for sets of words in text.
Definition in file WordFilter.h.
© 2013, 2014, 2015 Nintendo Co., Ltd. All rights reserved.