class documentation
class SubstituteBindingsI(object): (source)
Known subclasses: nltk.featstruct.FeatStruct
, nltk.featstruct.SubstituteBindingsSequence
, nltk.sem.logic.Expression
An interface for classes that can perform substitutions for variables.
Method | substitute |
No summary |
Method | variables |
No summary |
overridden in
nltk.featstruct.FeatStruct
, nltk.featstruct.SubstituteBindingsSequence
, nltk.sem.logic.Expression
Returns | |
(any) | The object that is obtained by replacing each variable bound by bindings with its values. Aliases are already resolved. (maybe?) |
overridden in
nltk.featstruct.FeatStruct
, nltk.featstruct.SubstituteBindingsSequence
, nltk.sem.logic.Expression
Returns | |
A list of all variables in this object. |