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 | b738e349be490c24d3604c224f44fc54e16d3d7b (patch) | |
tree | 5d435257ef3c0023daa2211eb7260c470dbb6cdc /python/cdec | |
parent | 0b27ea3f91d0ad2f2ed718839d308db3d1baf5ae (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 |