Tanl Linguistic Pipeline |
Describes the fields in each token in a corpus. More...
#include <Corpus.h>
Public Types | |
enum | Use { input, output, echo, ignore, input, output, echo, ignore } |
What use of the field in training. | |
enum | Value { string, integer, string, integer } |
Type of value. | |
enum | Role { none, form, head, deprel, predicate, none, form, head, deprel, predicate } |
enum | Use { input, output, echo, ignore, input, output, echo, ignore } |
What use of the field in training. | |
enum | Value { string, integer, string, integer } |
Type of value. | |
enum | Role { none, form, head, deprel, predicate, none, form, head, deprel, predicate } |
Public Attributes | |
std::string | name |
Use | use |
Value | value |
Role | role |
std::string | default_ |
value representing the default for the field | |
std::string | link |
if present, names link for which it provides the head ID | |
std::string | label |
if present, names a link for which it provides the label |
Describes the fields in each token in a corpus.
std::string Tanl::TokenField::default_ |
value representing the default for the field
default value for the field
Referenced by Tanl::SentenceReader::MoveNext().
std::string Tanl::TokenField::label |
if present, names a link for which it provides the label
if present, names the link for which it provides the label
Referenced by Tanl::SentenceReader::MoveNext().
std::string Tanl::TokenField::link |
if present, names link for which it provides the head ID
if present, names the link for which it provides the head ID
Referenced by Tanl::SentenceReader::MoveNext().