Package nltk_lite :: Package contrib :: Package mit :: Package six863 :: Package parse :: Module category :: Class SubstituteBindingsI
[hide private]
[frames] | no frames]

Class SubstituteBindingsI

source code

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.