summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-10fix for c++11Chris Dyer
2013-11-10small fixesChris Dyer
2013-11-10fixesChris Dyer
2013-11-10guard against direct includes of tr1Chris Dyer
2013-10-30Specify heuristic for force alignmentmjdenkowski
2013-10-22Don't getvalue() yetmjdenkowski
2013-10-18wait() to avoid zombiesmjdenkowski
2013-10-14Save/load from StringIOmjdenkowski
2013-10-08Better loggingmjdenkowski
2013-10-07DocumentationMichael Denkowski
2013-10-01Better logging, save/load to default contextMichael Denkowski
2013-09-30Loading state moved to command, specific to contextMichael Denkowski
2013-09-30Release lock on exceptionMichael Denkowski
2013-09-30New commands, save/load contextMichael Denkowski
2013-09-30Command handlingMichael Denkowski
2013-09-27Decoding and learning with multiple contexts is threadsafe and FIFO.Michael Denkowski
2013-09-26FIFO LocksMichael Denkowski
2013-09-25Threading testsMichael Denkowski
2013-09-25Super multi-user thread safety updateMichael Denkowski
2013-09-24Support clearning contextMichael Denkowski
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-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-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-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 ...