summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2013-06-25Updated README.Paul Baltescu
2013-06-25Undo last commit.Paul Baltescu
2013-06-25Reduce memory used by precomputation.Paul Baltescu
2013-06-24fix depsChris Dyer
2013-06-24fix makefileChris Dyer
2013-06-24remove old mira script, fix default number of iterations in new oneChris Dyer
2013-06-24documentationPatrick Simianer
2013-06-24Merge remote-tracking branch 'upstream/master'Patrick Simianer
2013-06-20Do not add empty entries in translation table for nonexistent word pairs.Paul Baltescu
2013-06-20fixPatrick Simianer
2013-06-20extra qsub arg for training/dtrain/parallelize.rbPatrick Simianer
2013-06-20Merge remote-tracking branch 'upstream/master'Patrick Simianer
2013-06-19Merge branch 'master' of https://github.com/pauldb89/cdecPaul Baltescu
2013-06-19Merge branch 'master' of https://github.com/redpony/cdecPaul Baltescu
2013-06-19Update .gitignore.Paul Baltescu
2013-06-19Merge branch 'master' of https://github.com/redpony/cdecPaul Baltescu
2013-06-18Merge pull request #23 from felleh/upstreamChris Dyer
forced alignment for fast_align
2013-06-18lazy dd880b4 including kenlm 6eef0f1Kenneth Heafield
2013-06-18Also add rdynamic to miraMichael Denkowski
2013-06-18forced alignmentFelix Hieber
2013-06-07Merge pull request #22 from eschling/masterChris Dyer
python mira run script
2013-06-07don't try to send graph in email if matplotlib import failedEva Schlinger
2013-06-07mira graph log message changeEva Schlinger
2013-06-07Merge remote-tracking branch 'upstream/master'Eva Schlinger
2013-06-07python script to run miraEva Schlinger
2013-06-06Merge branch 'master' of https://github.com/redpony/cdecChris Dyer
2013-06-06add rdynamic to cdecChris Dyer
2013-06-04Serialize data structures.Paul Baltescu
2013-06-02Possible fix for #13Victor Chahuneau
- use IntList .len instead of len() which can return long - a bit of code cleanup - upgrade to Cython 0.19
2013-05-27fixPatrick Simianer
2013-05-23Minor fixes.Paul Baltescu
2013-05-23Merge branch 'master' of github.com:pauldb89/cdecPaul Baltescu
2013-05-23Support completely unaligned sentences.Paul Baltescu
2013-05-19new kenlm dependencyChris Dyer
2013-05-19KenLM 10ddf7d92335 Comment some asserts, update uusageKenneth Heafield
2013-05-15Merge branch 'master' of github.com:pks/cdec-dtrainPatrick Simianer
2013-05-15fixed l1 regPatrick Simianer
2013-05-13Replace > > with >>.Paul Baltescu
2013-05-06fixChris Dyer
2013-05-06add passthrough length featuresChris Dyer
2013-05-02updated examplePatrick Simianer