diff options
author | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-07-30 00:04:02 -0400 |
---|---|---|
committer | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-07-30 00:04:02 -0400 |
commit | 3325742971681642adadfac180f8e0e27014bd57 (patch) | |
tree | 3d4b96d22875a42ef0c5074fce92d800911bca09 /python/pkg/cdec | |
parent | c7d1b04980d9d90458625a7f8e92985c7409a78d (diff) |
[python] monolingual grammars
Diffstat (limited to 'python/pkg/cdec')
-rw-r--r-- | python/pkg/cdec/__init__.py | 2 |
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 |