diff options
author | Chris Dyer <cdyer@cs.cmu.edu> | 2012-04-02 23:48:19 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cs.cmu.edu> | 2012-04-02 23:48:19 -0400 |
commit | bf4a7606151301dba49265e91c289f2caab2b7ec (patch) | |
tree | ab98435d1e42efe71659e75773850301ba01aa98 /rst_parser/rst.h | |
parent | b6eede632af4fa58a6f5325ee0d059c02a898b9f (diff) |
fix bug in lattices with OOVs
Diffstat (limited to 'rst_parser/rst.h')
-rw-r--r-- | rst_parser/rst.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rst_parser/rst.h b/rst_parser/rst.h new file mode 100644 index 00000000..30a1f8a4 --- /dev/null +++ b/rst_parser/rst.h @@ -0,0 +1,7 @@ +#ifndef _RST_H_ +#define _RST_H_ + +struct RandomSpanningTree { +}; + +#endif |