| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  |  | 
|  | This change should not break anything, but now you can run:
    python setup.py build_ext --inplace
and use the cleaner:
    PYTHONPATH=/path/to/cdec/python python -m ... | 
|  |  | 
|  | + remove configobj dependency
+ re-structure packages (no more top-level library)
+ "const" stuff
+ use __new__ instead of constructor for some objects | 
|  | Available as the cdec.sa module, with commande-line helpers:
python -m cdec.sa.compile -f ... -e ... -a ... -o sa-out/ -c extract.ini
python -m cdec.sa.extract -c extract.ini -g grammars-out/ < input.txt > input.sgml
+ renamed cdec.scfg -> cdec.sa
+ Python README | 
|  | - [python] cdec.score.CER
- Cleanup .gitignore | 
|  |  | 
|  | - Translation rules can now be create programatically
- Grammars = list of translation rules can be used for translation
- Feature expectations on the hypergraph (inside_outside) | 
|  |  | 
|  | - SparseVector, DenseVector
- improved Lattice
- Lattice translation
- Hypergraph reweighting, pruning | 
|  | + very small sa-extract cleanup | 
|  | - k-best translations
- 1-best, k-best structures
- sample derivations from the forest
- intersect hypergraph and lattice
- lattice | 
|  |  |