[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
treex:api [2015/12/14 01:26]
popel
treex:api [2015/12/14 18:12] (current)
popel
Line 17: Line 17:
 create_child create_child
 get_parent -> parent get_parent -> parent
-set_parent+set_parent (defaultně kontroluje, aby nevznikl cyklus)
 get_children get_children
 +
 +=== Word-order methods ===
 +precedes($another_node)
 +get_next_node -> next_node()
 +get_prev_node -> prev_node()
 +shift_after_node($reference_node, {without_children=>1})
 +shift_after_subtree($reference_node, {without_children=>1})
 +shift_before_node($reference_node, {without_children=>1})
 +shift_before_subtree($reference_node, {without_children=>1})
 +is_nonprojective($reference_node, {without_children=>1})
  
 === New methods === === New methods ===

[ Back to the navigation ] [ Back to the content ]