Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-26 | Improve the package structure of pycdec | Victor 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-01-28 | For now, don't use online bilex counts | Michael Denkowski | |
2013-01-28 | Bilexical scores for online rules | Michael Denkowski | |
2013-01-26 | Online grammars now diff with incremental suffix array (except lex, TODO) | Michael Denkowski | |
2013-01-24 | Scored grammars from online extraction. Don't trust them yet. | Michael Denkowski | |
2012-12-27 | Online phrase extraction speaks rulefactory's language. | Michael Denkowski | |
2012-12-27 | Hooks for online grammar extraction | Michael Denkowski | |
2012-12-13 | Enable loose phrase extraction parameter | Victor Chahuneau | |
(default is still tight) use --loose when compiling corpus or tight_phrases = False in config | |||
2012-09-06 | [cdec.sa] Allow sentence annotation and initial configuration | Victor Chahuneau | |
2012-09-06 | [cdec.sa] Make list of word ids <-> sentence string mapping easy | Victor Chahuneau | |
2012-09-05 | Revert to the "old style" pair count... | Victor Chahuneau | |
+ API naming fixes + Multiple feature definition files can be passed to the extractor | |||
2012-09-05 | Expose new feature extraction API | Victor Chahuneau | |
2012-08-14 | [cdec.sa] Explicit feature names in grammar extractor output | Victor Chahuneau | |
+ sparse features in extractor + hg.intersect(string) + basestring = str|unicode | |||
2012-07-27 | [python] Move python files to avoid pythonpath conflicts | Victor Chahuneau | |