.. Copyright (c) 2024 Joseph Edwards Distributed under the terms of the GPL license version 3. The full license is in the file LICENSE, distributed with this software. .. currentmodule:: libsemigroups_pybind11 The AhoCorasick class ===================== .. autoclass:: AhoCorasick :doc-only: Contents -------- .. autosummary:: :signatures: short ~AhoCorasick AhoCorasick.child AhoCorasick.copy AhoCorasick.height AhoCorasick.init AhoCorasick.is_terminal AhoCorasick.number_of_nodes AhoCorasick.signature AhoCorasick.suffix_link AhoCorasick.throw_if_node_index_not_active AhoCorasick.throw_if_node_index_out_of_range AhoCorasick.traverse Full API -------- .. autoclass:: AhoCorasick :class-doc-from: init :members: