ZGen  0.2.0
a linearization system for natural language.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
settings.h
Go to the documentation of this file.
1 #ifndef __ZGEN_SHIFTREDUCE_SETTINGS_H__
2 #define __ZGEN_SHIFTREDUCE_SETTINGS_H__
3 
4 namespace ZGen {
5 
6 namespace ShiftReduce {
7 
8 const int kMaxBeamSize = 128;
9 
10 const int kMaxSteps = 180* 2;
11 
12 } // end for namespace ShiftReduce
13 
14 } // end for namespace ZGen
15 
16 #endif // end for __ZGEN_SHIFTREDUCE_SETTINGS_H__
const int kMaxBeamSize
Definition: settings.h:8
const int kMaxSteps
Definition: settings.h:10