![]() |
libsemigroups
v3.0.0
C++ library for semigroups and monoids
|
This file contains documentation for the functionality in the AhoCorasick
class in libsemigroups
.
Namespaces | |
namespace | libsemigroups::aho_corasick |
Namespace for AhoCorasick helper functions. | |
Classes | |
class | AhoCorasick |
For an implementation of the Aho-Corasick algorithm. More... | |
Functions | |
std::string | to_human_readable_repr (AhoCorasick const &ac) |
Return a string representation. | |
std::string to_human_readable_repr | ( | AhoCorasick const & | ac | ) |
Return a string representation of ac
. This has the form <AhoCorasick with [ac.number_of_nodes] node(s)>
.
ac
.