From 6051462ad3f161ab129b5a2fb3a9cacd35201a3b Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Mon, 7 Apr 2014 01:30:17 -0400 Subject: new version of cythonized code --- python/cdec/grammar.pxd | 1 + 1 file changed, 1 insertion(+) (limited to 'python/cdec/grammar.pxd') diff --git a/python/cdec/grammar.pxd b/python/cdec/grammar.pxd index 0ffe80fa..3607a544 100644 --- a/python/cdec/grammar.pxd +++ b/python/cdec/grammar.pxd @@ -16,6 +16,7 @@ cdef extern from "decoder/trule.h": FastSparseVector[weight_t] scores_ WordID lhs_ int arity_ + bint ReadFromString(string& line, bint monolingual) bint IsUnary() bint IsGoal() void ComputeArity() -- cgit v1.2.3