#include <conll_handler.h>
List of all members.
Protected Types |
enum | ConllColumns {
ID,
SPAN_BEGIN,
SPAN_END,
FORM,
LEMMA,
TAG,
SHORT_TAG,
MSD,
NEC,
SENSE,
ALL_SENSES,
SYNTAX,
DEPHEAD,
DEPREL,
COREF,
SRL,
NO_FIELD
} |
Protected Member Functions |
| conll_handler () |
| conll_handler (const std::wstring &cfgFile) |
| ~conll_handler () |
void | init_default () |
Static Protected Member Functions |
static ConllColumns | field_code (const std::wstring &field) |
Protected Attributes |
std::vector< std::wstring > | FieldName |
std::map< std::wstring, size_t > | FieldPos |
Static Protected Attributes |
static const std::wstring | UserPrefix |
static const std::map
< std::wstring, ConllColumns > | ValidFields |
Member Enumeration Documentation
- Enumerator:
ID |
|
SPAN_BEGIN |
|
SPAN_END |
|
FORM |
|
LEMMA |
|
TAG |
|
SHORT_TAG |
|
MSD |
|
NEC |
|
SENSE |
|
ALL_SENSES |
|
SYNTAX |
|
DEPHEAD |
|
DEPREL |
|
COREF |
|
SRL |
|
NO_FIELD |
|
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: