From 34c2c129a376abfc79e76cf2fa1282b89ef605b6 Mon Sep 17 00:00:00 2001 From: Victor Chahuneau Date: Wed, 6 Jun 2012 01:10:49 -0400 Subject: Python - Added hypergraph functionnality - k-best translations - 1-best, k-best structures - sample derivations from the forest - intersect hypergraph and lattice - lattice --- python/cdec/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/cdec') diff --git a/python/cdec/__init__.py b/python/cdec/__init__.py index 910140d6..c821f860 100644 --- a/python/cdec/__init__.py +++ b/python/cdec/__init__.py @@ -1 +1 @@ -from _cdec import Decoder, Hypergraph +from _cdec import Decoder, Hypergraph, Lattice -- cgit v1.2.3