summaryrefslogtreecommitdiff
path: root/decoder/hg_io.h
diff options
context:
space:
mode:
authorChris Dyer <cdyer@cs.cmu.edu>2012-04-03 02:08:33 -0400
committerChris Dyer <cdyer@cs.cmu.edu>2012-04-03 02:08:33 -0400
commit2fe4323cbfc34de906a2869f98c017b41e4ccae7 (patch)
treecc986dca356a561925e9c5f0d0560fd520379308 /decoder/hg_io.h
parent259299ecae70194ff1d9b0558448efb3eb6ef494 (diff)
bayes lattice scoring
Diffstat (limited to 'decoder/hg_io.h')
-rw-r--r--decoder/hg_io.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoder/hg_io.h b/decoder/hg_io.h
index 44817157..4e502a0c 100644
--- a/decoder/hg_io.h
+++ b/decoder/hg_io.h
@@ -30,6 +30,7 @@ struct HypergraphIO {
static void ReadFromPLF(const std::string& in, Hypergraph* out, int line = 0);
// return PLF string representation (undefined behavior on non-lattices)
static std::string AsPLF(const Hypergraph& hg, bool include_global_parentheses = true);
+ static std::string AsPLF(const Lattice& lat, bool include_global_parentheses = true);
static void PLFtoLattice(const std::string& plf, Lattice* pl);
static std::string Escape(const std::string& s); // PLF helper
};