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
commit3325742971681642adadfac180f8e0e27014bd57 (patch)
tree3d4b96d22875a42ef0c5074fce92d800911bca09 /python/pkg/cdec
parentc7d1b04980d9d90458625a7f8e92985c7409a78d (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