summaryrefslogtreecommitdiff
path: root/python/src/mteval.pxd
diff options
context:
space:
mode:
authorChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2012-11-18 14:26:10 -0500
committerChris Dyer <cdyer@allegro.clab.cs.cmu.edu>2012-11-18 14:26:10 -0500
commite3f91a35c4eed78fafcbaf8b480c425188385989 (patch)
treeb48417e34e33a797e1ace76ccf764462d5d41831 /python/src/mteval.pxd
parent553bf9cca35a3784c3d6a1faf82fd9cfcbcf0ff9 (diff)
fix python pointers into training lib
Diffstat (limited to 'python/src/mteval.pxd')
-rw-r--r--python/src/mteval.pxd2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/src/mteval.pxd b/python/src/mteval.pxd
index c97c4b34..33a6b7a5 100644
--- a/python/src/mteval.pxd
+++ b/python/src/mteval.pxd
@@ -37,7 +37,7 @@ cdef extern from "py_scorer.h":
cdef EvaluationMetric* PyMetricInstance "PythonEvaluationMetric::Instance"(
string& metric_id, void*, MetricStatsCallback, MetricScoreCallback)
-cdef extern from "training/candidate_set.h" namespace "training":
+cdef extern from "training/utils/candidate_set.h" namespace "training":
cdef cppclass Candidate:
vector[WordID] ewords
FastSparseVector[weight_t] fmap