From 851e389dffdd6996ea32d70defb8906de80b9edc Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Mon, 14 Dec 2009 20:35:11 -0500 Subject: few small fixes of alignment tools, add new orthographic similarity feature for word aligner, final naming of directories, libraries in cdec --- src/forest_writer.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/forest_writer.h (limited to 'src/forest_writer.h') diff --git a/src/forest_writer.h b/src/forest_writer.h deleted file mode 100644 index 819a8940..00000000 --- a/src/forest_writer.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef _FOREST_WRITER_H_ -#define _FOREST_WRITER_H_ - -#include - -class Hypergraph; - -struct ForestWriter { - ForestWriter(const std::string& path, int num); - bool Write(const Hypergraph& forest, bool minimal_rules); - - const std::string fname_; - bool used_; -}; - -#endif -- cgit v1.2.3