| DeSR Dependency Parser |
#include <Corpus.h>
Public Types | |
| enum | Use { input, output, echo, ignore } |
| What use of the field in training. | |
| enum | Value { string, integer } |
| Type of value. | |
| enum | Role { 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 | |
Definition at line 39 of file Corpus.h.