ZGen
0.2.0
a linearization system for natural language.
|
#include "engine/engine.h"
Go to the source code of this file.
Namespaces | |
ZGen | |
Typedefs | |
typedef double | ZGen::floatval_t |
Variables | |
const int | ZGen::kMaxNumberOfWords = 180 |
const int | ZGen::kMaxLengthOfBuffer = 2048 |
const int | ZGen::kStartIndexOfValidPostag |
const int | ZGen::kNumberOfPostags |
const int | ZGen::kStartIndexOfValidDependencyRelation |
const int | ZGen::kNumberOfDependencyRelations |
const floatval_t | ZGen::inf = 1e20 |