| ZGen
    0.2.0
    a linearization system for natural language. | 
| Namespaces | |
| BestFirst | |
| Engine | |
| IO | |
| Knowledge | |
| MachineLearning | |
| ShiftReduce | |
| Utility | |
| Classes | |
| struct | DependencyParse | 
| class | InstanceUtils | 
| class | DependencyTree | 
| class | DependencyTreeWithGuidance | 
| class | DependencyForest | 
| Typedefs | |
| typedef double | floatval_t | 
| typedef int | word_t | 
| typedef int | postag_t | 
| typedef int | deprel_t | 
| typedef std::vector< word_t > | sentence_t | 
| typedef DependencyParse | dependency_t | 
| typedef DependencyParse | unordered_dependency_t | 
| Functions | |
| std::ostream & | operator<< (std::ostream &os, const DependencyParse &d) | 
| std::ostream & | operator<< (std::ostream &os, const DependencyTree &tree) | 
| std::ostream & | operator<< (std::ostream &os, const DependencyForest &tree) | 
| Variables | |
| const int | kMaxNumberOfWords = 180 | 
| const int | kMaxLengthOfBuffer = 2048 | 
| const int | kStartIndexOfValidPostag | 
| const int | kNumberOfPostags | 
| const int | kStartIndexOfValidDependencyRelation | 
| const int | kNumberOfDependencyRelations | 
| const floatval_t | inf = 1e20 | 
| typedef DependencyParse ZGen::dependency_t | 
| typedef int ZGen::deprel_t | 
| typedef double ZGen::floatval_t | 
| typedef int ZGen::postag_t | 
| typedef std::vector<word_t> ZGen::sentence_t | 
| typedef int ZGen::word_t | 
| std::ostream& ZGen::operator<< | ( | std::ostream & | os, | 
| const DependencyParse & | d | ||
| ) | 
| std::ostream& ZGen::operator<< | ( | std::ostream & | os, | 
| const DependencyTree & | tree | ||
| ) | 
| std::ostream& ZGen::operator<< | ( | std::ostream & | os, | 
| const DependencyForest & | tree | ||
| ) | 
| const floatval_t ZGen::inf = 1e20 | 
| const int ZGen::kMaxLengthOfBuffer = 2048 | 
| const int ZGen::kMaxNumberOfWords = 180 | 
| const int ZGen::kNumberOfDependencyRelations | 
| const int ZGen::kNumberOfPostags | 
| const int ZGen::kStartIndexOfValidDependencyRelation | 
| const int ZGen::kStartIndexOfValidPostag | 
 1.8.6
 1.8.6