class documentation
class SubstituteBindingsSequence(SubstituteBindingsI): (source)
Known subclasses: nltk.featstruct.FeatureValueConcat
, nltk.featstruct.FeatureValueSet
, nltk.featstruct.FeatureValueTuple
, nltk.featstruct.FeatureValueUnion
A mixin class for sequence clases that distributes variables() and substitute_bindings() over the object's elements.
Method | subst |
Undocumented |
Method | substitute |
No summary |
Method | variables |
No summary |