nltk.MultiParentedTree.right_siblings¶
-
MultiParentedTree.
right_siblings
()[source]¶ A list of all right siblings of this tree, in any of its parent trees. A tree may be its own right sibling if it is used as multiple contiguous children of the same parent. A tree may appear multiple times in this list if it is the right sibling of this tree with respect to multiple parents.
Type: list(MultiParentedTree)