diff options
author | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-07-23 19:59:44 -0400 |
---|---|---|
committer | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-07-23 19:59:44 -0400 |
commit | 070e7fbbacd70dd916a95c1ab08b0113ec221c30 (patch) | |
tree | f3cf94bf86fa79b592b1869072f85e529ec16a11 /python/src/decoder.pxd | |
parent | 9a5e10322c82916a3c3fdfa0489ed1999bc988c5 (diff) |
[python] Evaluation metrics in Python
Diffstat (limited to 'python/src/decoder.pxd')
-rw-r--r-- | python/src/decoder.pxd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/python/src/decoder.pxd b/python/src/decoder.pxd index d2065579..a66166a2 100644 --- a/python/src/decoder.pxd +++ b/python/src/decoder.pxd @@ -27,8 +27,6 @@ cdef extern from "decoder/decoder.h": variables_map& GetConf() # add grammar rules (currently only supported by SCFG decoders) - # that will be used on subsequent calls to Decode. rules should be in standard - # text format. This function does NOT read from a file. void AddSupplementalGrammarFromString(string& grammar_str) void AddSupplementalGrammar(shared_ptr[Grammar] grammar) |