From 7b0e318e5c9e33c6191b1d1e2d7350d961555d4e Mon Sep 17 00:00:00 2001 From: Victor Chahuneau Date: Sat, 23 Jun 2012 11:59:48 -0400 Subject: Support for sparse/dense vectors in the python extension - SparseVector, DenseVector - improved Lattice - Lattice translation - Hypergraph reweighting, pruning --- python/cdec/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/cdec/__init__.py') diff --git a/python/cdec/__init__.py b/python/cdec/__init__.py index c821f860..eda81194 100644 --- a/python/cdec/__init__.py +++ b/python/cdec/__init__.py @@ -1 +1 @@ -from _cdec import Decoder, Hypergraph, Lattice +from _cdec import Decoder, Lattice -- cgit v1.2.3