|
|
|
|
|
set_linguistic_info(self,
node,
linguistic_info) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
level(self,
address,
level=1)
Returns:
The level of a node in a dependency graph |
source code
|
|
|
|
Inherited from nltk.parse.dependencygraph.DependencyGraph :
__repr__ ,
__str__ ,
add_arc ,
add_node ,
connect_graph ,
contains_address ,
contains_cycle ,
get_by_address ,
get_cycle_path ,
left_children ,
redirect_arcs ,
remove_by_address ,
right_children ,
to_conll ,
tree
Inherited from nltk.parse.dependencygraph.DependencyGraph (private):
_hd ,
_parse ,
_rel ,
_tree ,
_word
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|