summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-09-25fixPatrick Simianer
2013-09-24Support clearning contextMichael Denkowski
2013-09-24loo #2Patrick Simianer
2013-09-23Merge branch 'master' of github.com:redpony/cdecMichael Denkowski
2013-09-23One extractor, multiple online contexts.Michael Denkowski
2013-09-22Don't leak open files.Michael Denkowski
2013-09-20example filePatrick Simianer
2013-09-20looPatrick Simianer
2013-09-18READMEMichael Denkowski
2013-09-18Support writing state to fileMichael Denkowski
2013-09-17Open stream to state fileMichael Denkowski
2013-09-17Save/load state in realtimeMichael Denkowski
2013-09-17Save/load weights in stream miraMichael Denkowski
2013-09-17Merge branch 'master' of github.com:pks/cdec-dtrainPatrick Simianer
2013-09-17separate inis for shardsPatrick Simianer
2013-09-15Move to using named commandsMichael Denkowski
2013-09-15Typo fixMichael Denkowski
2013-09-15Fixed pathes for mkconfigMichael Denkowski
2013-09-14Package namemjdenkowski
2013-09-11reorganizationmjdenkowski
2013-09-11reorganizationmjdenkowski
2013-09-11Find pycdecmjdenkowski
2013-09-11Use bash instead of shmjdenkowski
2013-09-10rm debug stuffPatrick Simianer
2013-09-10do pclr after sentences..Patrick Simianer
2013-09-10simple pclrPatrick Simianer
2013-09-05More logging for normalizationMichael Denkowski
2013-09-05Slower but correct (wrt buffered) unbuffered version.Michael Denkowski
2013-09-05Option for text normalizationMichael Denkowski
2013-09-05Unbuffered mode, flush after each line where possible, skip otherwiseMichael Denkowski
2013-09-04DetokenizerMichael Denkowski
2013-09-04Infrastructure for HPYPLM, config file management.Michael Denkowski
2013-09-04RefactoringMichael Denkowski
2013-09-03Config directory assemblyMichael Denkowski
2013-09-03Refactoring.Michael Denkowski
2013-09-03MIRA updates in realtime.pyMichael Denkowski
2013-09-02Use kbest_cut_mira stream as decoderMichael Denkowski
2013-08-29Cleanup, fix id issue.mjdenkowski
2013-08-28Stream support for MIRA (part of realtime)mjdenkowski
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-08-21Add instances to grammar extractorMichael Denkowski
2013-08-19Merge branch 'master' of github.com:redpony/cdecMichael Denkowski
2013-08-19Realtime translation (mostly a cdec wrapper for now)Michael Denkowski
2013-08-08Merge pull request #24 from pks/masterChris Dyer
current dtrain version
2013-08-08Merge remote-tracking branch 'upstream/master'Patrick Simianer
2013-08-01Be less dumb about parsing fieldsMichael Denkowski
2013-07-30Allow reading pairs of lines from stdin, easy force alignment scriptMichael Denkowski
2013-07-13add extra release fileChris Dyer
2013-07-02Merge remote-tracking branch 'upstream/master'Patrick Simianer
2013-06-25Merge branch 'master' of https://github.com/redpony/cdecPaul Baltescu