FreeLing  4.0
Public Member Functions | Private Attributes
freeling::depnode Class Reference

class denode stores nodes of a dependency tree and parse tree <-> deptree relations More...

#include <language.h>

Inheritance diagram for freeling::depnode:
Inheritance graph
[legend]
Collaboration diagram for freeling::depnode:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 depnode ()
 class denode stores nodes of a dependency tree and parse tree <-> deptree relations
 depnode (const std::wstring &)
 depnode (const node &)
void set_link (const parse_tree::iterator)
 set link to corresponding node in the parse tree
parse_tree::iterator get_link ()
 get link to corresponding node in the parse tree
parse_tree::const_iterator get_link () const

Private Attributes

parse_tree::iterator link
 corresponding node of the parse tree in the same sentence.

Detailed Description

class denode stores nodes of a dependency tree and parse tree <-> deptree relations


Constructor & Destructor Documentation

class denode stores nodes of a dependency tree and parse tree <-> deptree relations

Methods for dependency tree nodes

freeling::depnode::depnode ( const std::wstring &  )

Member Function Documentation

get link to corresponding node in the parse tree

References link.

References link.

set link to corresponding node in the parse tree

References link.


Member Data Documentation

corresponding node of the parse tree in the same sentence.

Referenced by get_link(), and set_link().


The documentation for this class was generated from the following files: