summaryrefslogtreecommitdiff
path: root/vest/ces.h
diff options
context:
space:
mode:
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