| Trees | Indices | Help |
|
|---|
|
|
object --+
|
base.rules.Rule --+
|
TonicRepetitionRule
A special unary rule for expanding the lexicon to add tonic repetition categories, generated from the tonic categories already in the lexicon.
This doesn't get used during parsing, but only to generate the full lexicon when it's loaded up.
It will expand any tonic category: X[T] => X[T]/X[T] : \x.x
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
*** This should be overridden by subclasses. *** Applies the rule to combine the categories in cat_list. Note that the returned semantics should always be in beta-normal form.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:57 2012 | http://epydoc.sourceforge.net |