Package nltk_lite :: Module featurestructure :: Class SubstituteBindingsI
[hide private]
[frames] | no frames]

Class SubstituteBindingsI

source code

Known Subclasses:
FeatureVariable, parse.category.ApplicationExpressionSubst

An interface for classes that can perform substitutions for feature variables.

Instance Methods [hide private]
(any)
substitute_bindings(self, bindings)
Returns: The object that is obtained by replacing each variable bound by bindings with its values.
source code
Method Details [hide private]

substitute_bindings(self, bindings)

source code 
Returns: (any)
The object that is obtained by replacing each variable bound by bindings with its values.