context.word_context()

Return the context of the words of a context.

Preconditions:

  • none
In [1]:
import vcsn
ctx = vcsn.context('lal_char, b')
ctx.word_context() #law_char, b
Out[1]:
$\{\ldots\}^*\to\mathbb{B}$
In [2]:
ctx = vcsn.context('lat<lal_char, lan_char>, zmin')
ctx.word_context() #lat<law_char, law_char>, zmin
Out[2]:
$\{\ldots\}^* \times \{\ldots\}^*\to\mathbb{Z}_{\text{min}}$