Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
algorithm, new rescoring mode
|
|
|
|
|
|
|
|
|
|
|
|
+ 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)
|
|
|
|
|
|
|
|
- small API changes (*_trees methods)
- decoder config can now passed as arguments
|
|
|
|
|
|
|
|
|
|
|
|
+ [python] check bounds for candidate set
|
|
|
|
|
|
configured. (2) minor refactoring.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|