summaryrefslogtreecommitdiff
path: root/python/cdec/grammar.pxd
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2014-06-12 13:56:42 +0200
committerPatrick Simianer <p@simianer.de>2014-06-12 13:56:42 +0200
commita39aa79b18347e22ef36ebc0da5a7eb220bcb23f (patch)
tree2c0f3009f8e381002bfeb82c0ea3bd0c41125761 /python/cdec/grammar.pxd
parent62bd9a4bdcea606d6ff2031fa4b207ef20caac31 (diff)
parent0e2f8d3d049f06afb08b4639c6a28aa5461cdc78 (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'python/cdec/grammar.pxd')
-rw-r--r--python/cdec/grammar.pxd1
1 files changed, 1 insertions, 0 deletions
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()