summaryrefslogtreecommitdiff
path: root/python/src/grammar.pxd
diff options
context:
space:
mode:
authorVictor Chahuneau <vchahune@cs.cmu.edu>2012-07-23 19:59:44 -0400
committerVictor Chahuneau <vchahune@cs.cmu.edu>2012-07-23 19:59:44 -0400
commiteeef93717fed2901f6fcd2e3fd11118e0e309af7 (patch)
treeb430beb08700419ead3dc63ceb45f24edb2d38ec /python/src/grammar.pxd
parent06f90d83a1feafad301d365a4a437e44f68be45b (diff)
[python] Evaluation metrics in Python
Diffstat (limited to 'python/src/grammar.pxd')
-rw-r--r--python/src/grammar.pxd1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/src/grammar.pxd b/python/src/grammar.pxd
index 43806f71..8853a614 100644
--- a/python/src/grammar.pxd
+++ b/python/src/grammar.pxd
@@ -3,7 +3,6 @@ from libcpp.string cimport string
from utils cimport *
cdef extern from "decoder/trule.h":
-
cdef cppclass AlignmentPoint:
AlignmentPoint(int s, int t)
AlignmentPoint Inverted()