Tanl Linguistic Pipeline |
Represents links to other tokens. More...
#include <Token.h>
Public Member Functions | |
TokenLink (int head=-1, char const *label="") | |
bool | operator== (const TokenLink &other) const |
bool | operator!= (const TokenLink &other) |
TokenLink (int head=-1, char const *label="") | |
bool | operator== (const TokenLink &other) const |
bool | operator!= (const TokenLink &other) |
Public Attributes | |
int | head |
std::string | label |
Represents links to other tokens.