#include <language.h>
Inheritance diagram for depnode:
Public Member Functions | |
depnode () | |
Methods for dependency tree nodes. | |
depnode (const string &) | |
depnode (const node &) | |
void | set_link (const parse_tree::iterator) |
parse_tree::iterator | get_link (void) |
void | set_dep_source (const string &) |
void | set_dep_target (const string &) |
void | set_dep_result (const string &) |
string | get_dep_source (void) const |
string | get_dep_target (void) const |
string | get_dep_result (void) const |
Private Attributes | |
parse_tree::iterator | itree |
correspondinf node of the parse tree in the same sentence. | |
string | dep_source |
information about categories which support the building of dependencies | |
string | dep_target |
string | dep_result |
|
Methods for dependency tree nodes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
information about categories which support the building of dependencies
|
|
|
|
correspondinf node of the parse tree in the same sentence.
|