FreeLing
4.0
|
Class argument stores information about a predicate argument. More...
#include <language.h>
Public Member Functions | |
argument () | |
~argument () | |
argument (int p, const std::wstring &r) | |
int | get_position () const |
getters | |
const std::wstring & | get_role () const |
get the role of the argument | |
Static Public Attributes | |
static const std::wstring | EMPTY_ROLE = "" |
Class argument stores information about a predicate argument. | |
Private Attributes | |
int | position |
std::wstring | role |
Class argument stores information about a predicate argument.
freeling::argument::argument | ( | int | p, |
const std::wstring & | r | ||
) |
int freeling::argument::get_position | ( | ) | const |
const wstring & freeling::argument::get_role | ( | ) | const |
get the role of the argument
References role.
const wstring freeling::argument::EMPTY_ROLE = "" [static] |
Class argument stores information about a predicate argument.
int freeling::argument::position [private] |
Referenced by get_position().
std::wstring freeling::argument::role [private] |
Referenced by get_role().