diff options
author | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-07-01 00:38:30 -0400 |
---|---|---|
committer | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-07-01 00:38:30 -0400 |
commit | dc9e428224d95adf63da6460a2031348de295ca1 (patch) | |
tree | 5f7b9022f75d67d8cc8b069b6e8164978b93ff93 /python/src/kbest.pxd | |
parent | 3044d6d1c6d428e8d06c255e3a2d739bcd187679 (diff) |
[python] MT evaluation
Diffstat (limited to 'python/src/kbest.pxd')
-rw-r--r-- | python/src/kbest.pxd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/src/kbest.pxd b/python/src/kbest.pxd index f34ac5ed..cef42bd3 100644 --- a/python/src/kbest.pxd +++ b/python/src/kbest.pxd @@ -9,6 +9,8 @@ cdef extern from "decoder/viterbi.h": pass cdef cppclass FTreeTraversal: pass + cdef cppclass FeatureVectorTraversal: + pass cdef extern from "decoder/kbest.h" namespace "KBest": cdef cppclass KBestDerivations[T, Traversal]: |