.. Copyright (c) 2021-2024, J. D. Mitchell 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 Words ===== This pages contains links to documentation in ``libsemigroups_pybind11`` for: - generating words and strings in a given range and in a certain order: - :any:`WordRange` - :any:`StringRange` - :any:`random_word` - :any:`random_string` - :any:`random_strings` - counting words: - :any:`number_of_words` - converting to and from strings and words: - :any:`ToWord` - :any:`ToString` - parsing algebraic expressions in a string; - :any:`parse_relations` .. toctree:: :maxdepth: 1 :hidden: word-range string-range to-word to-string word-funcs