Package nltk :: Module featstruct :: Class FeatureValueConcat
[hide private]
[frames] | no frames]

Class FeatureValueConcat

source code

                   object --+        
                            |        
sem.logic.SubstituteBindingsI --+    
                                |    
       SubstituteBindingsSequence --+
                                    |
                       object --+   |
                                |   |
                            tuple --+
                                    |
                                   FeatureValueConcat

A base feature value that represents the concatenation of two or more FeatureValueTuples or Variables.

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code

Inherited from SubstituteBindingsSequence: subst, substitute_bindings, variables

Inherited from tuple: __add__, __contains__, __eq__, __ge__, __getattribute__, __getitem__, __getnewargs__, __getslice__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __rmul__

Inherited from object: __delattr__, __init__, __reduce__, __reduce_ex__, __setattr__, __str__

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, values) source code
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, values)
Static Method

source code 
Returns: a new object with type S, a subtype of T
Overrides: tuple.__new__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: tuple.__repr__
(inherited documentation)