summaryrefslogtreecommitdiff
path: root/python/pkg/cdec/sa/compile.py
AgeCommit message (Collapse)Author
2013-08-26Improve the package structure of pycdecVictor Chahuneau
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 ...
2013-03-06Fix memory leak in trie.Paul Baltescu
2013-02-22Memory analysis pointless code.Paul Baltescu
2013-02-19Timing every part of the extractor.Paul Baltescu
2012-12-15fix recursion limit bugChris Dyer
2012-12-13Enable loose phrase extraction parameterVictor Chahuneau
(default is still tight) use --loose when compiling corpus or tight_phrases = False in config
2012-08-03[python] Fix some details in cdec.sa toolsVictor Chahuneau
2012-07-28[python] Suffix array compiler can read bitext (-b)Victor Chahuneau
2012-07-27[python] Move python files to avoid pythonpath conflictsVictor Chahuneau