Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-02 | Possible fix for #13 | Victor Chahuneau | |
- use IntList .len instead of len() which can return long - a bit of code cleanup - upgrade to Cython 0.19 | |||
2012-07-27 | [python] Fork of the suffix-array extractor with surface improvements | Victor Chahuneau | |
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 |