diff options
author | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-06-23 11:59:48 -0400 |
---|---|---|
committer | Victor Chahuneau <vchahune@cs.cmu.edu> | 2012-06-23 11:59:48 -0400 |
commit | 7b0e318e5c9e33c6191b1d1e2d7350d961555d4e (patch) | |
tree | d8862b74db0e11e01edb647a8ba85654ef1475a2 /python/cdec | |
parent | 0695d80013ef4994142d8a069424ea57e45a9d80 (diff) |
Support for sparse/dense vectors in the python extension
- SparseVector, DenseVector
- improved Lattice
- Lattice translation
- Hypergraph reweighting, pruning
Diffstat (limited to 'python/cdec')
-rw-r--r-- | python/cdec/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |