Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

r""" 

Combinatorics on Words 

====================== 

 

**Main modules and their methods:** 

 

- :ref:`sage.combinat.words.abstract_word` 

- :ref:`sage.combinat.words.finite_word` 

- :ref:`sage.combinat.words.infinite_word` 

- :ref:`sage.combinat.words.alphabet` 

- :ref:`sage.combinat.words.words` 

- :ref:`sage.combinat.words.paths` 

- :ref:`sage.combinat.words.morphism` 

- :ref:`sage.combinat.words.shuffle_product` 

- :ref:`sage.combinat.words.suffix_trees` 

 

Main classes and functions meant to be used by the user: 

 

:func:`~sage.combinat.words.word.Word`, 

:class:`~sage.combinat.words.words.FiniteWords`, 

:class:`~sage.combinat.words.words.InfiniteWords`, 

:func:`~sage.combinat.words.words.Words`, 

:func:`~sage.combinat.words.alphabet.Alphabet`, 

:class:`~sage.combinat.words.morphism.WordMorphism`, 

:class:`~sage.combinat.words.paths.WordPaths`. 

 

A list of common words can be accessed through ``words.<tab>`` and are listed in 

the :ref:`words catalog <sage.combinat.words.word_generators>`. 

 

**Internal representation of words:** 

 

- :ref:`sage.combinat.words.word` 

- :ref:`sage.combinat.words.word_char` 

- :ref:`sage.combinat.words.word_datatypes` 

- :ref:`sage.combinat.words.word_infinite_datatypes` 

 

**Options:** 

 

- :ref:`sage.combinat.words.word_options` 

 

See :func:`~sage.combinat.words.word_options.WordOptions`. 

"""