summaryrefslogtreecommitdiff
path: root/vest/ces.h
diff options
context:
space:
mode:
authorredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-11 03:17:28 +0000
committerredpony <redpony@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-11 03:17:28 +0000
commit3565a2515d81865ecaa464e22fb6b884082c3544 (patch)
tree6717dc14610da9dd1cc9c1f4a08122703d618308 /vest/ces.h
parentd8f81c1ec7b19511bfb1ae77bfd8c225d1c2efab (diff)
forgotten files
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@520 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest/ces.h')
-rw-r--r--vest/ces.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/vest/ces.h b/vest/ces.h
new file mode 100644
index 00000000..2f098990
--- /dev/null
+++ b/vest/ces.h
@@ -0,0 +1,12 @@
+#ifndef _CES_H_
+#define _CES_H_
+
+#include "scorer.h"
+
+class ViterbiEnvelope;
+class Hypergraph;
+class ErrorSurface;
+
+void ComputeErrorSurface(const SentenceScorer& ss, const ViterbiEnvelope& ve, ErrorSurface* es, const ScoreType type, const Hypergraph& hg);
+
+#endif