summaryrefslogtreecommitdiff
path: root/python/pkg/cdec
diff options
context:
space:
mode:
authorVictor Chahuneau <vchahune@cs.cmu.edu>2012-07-30 00:04:02 -0400
committerVictor Chahuneau <vchahune@cs.cmu.edu>2012-07-30 00:04:02 -0400
commit47c7bc25f95a5612f2b329c237d2405b57ff6ea7 (patch)
tree248ba5ccd72c57e9b33f844374b4e82ba993e2de /python/pkg/cdec
parentbd897e664a7ca51caa3cd76e444466cc410ac354 (diff)
[python] monolingual grammars
Diffstat (limited to 'python/pkg/cdec')
-rw-r--r--python/pkg/cdec/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pkg/cdec/__init__.py b/python/pkg/cdec/__init__.py
index 503ac787..531fea49 100644
--- a/python/pkg/cdec/__init__.py
+++ b/python/pkg/cdec/__init__.py
@@ -1 +1 @@
-from cdec._cdec import Decoder, Lattice, TRule, NT, NTRef, ParseFailed, InvalidConfig
+from cdec._cdec import Decoder, Lattice, TRule, MRule, NT, NTRef, ParseFailed, InvalidConfig