Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-29 | Update run-system-tests.pl | amittai | |
Line 6 doesn't work, but there are two possible reasons (and possible fixes). Either A) the test should be looking for the build decoder in $cdec/build/decoder/cdec instead of in $cdec/decoder/cdec. or B) the "make -j4" command should be creating a decoder executable at $cdec/decoder/cdec , but isn't. I assumed (A), because it's simpler. | |||
2015-04-27 | copy scripts | Chris Dyer | |
2015-04-14 | Parallel tokenization | mjdenkowski | |
2015-04-13 | Moses compatibility for tokenizer | Michael Denkowski | |
2015-04-10 | Fixed bug in MPL detection | austinma | |
2015-04-09 | fix kenlm's use of compression libraries | Chris Dyer | |
2015-04-09 | added missed files | armatthews | |
2015-04-09 | added WER as a possible tuning metric | armatthews | |
2015-04-08 | Merge pull request #72 from redpony/cmake | Chris Dyer | |
flags for zlib etc | |||
2015-04-08 | flags for zlib etc | Chris Dyer | |
2015-04-02 | Merge pull request #71 from redpony/cmake | Chris Dyer | |
new instr | |||
2015-04-02 | new instr | Chris Dyer | |
2015-04-02 | Merge pull request #70 from redpony/cmake | Chris Dyer | |
Cmake | |||
2015-04-02 | fix PIC flag on old version of cmake | Chris Dyer | |
2015-04-02 | fix libRT use | Chris Dyer | |
2015-03-26 | fix sign bug | Chris Dyer | |
2015-03-26 | Merge branch 'master' of https://github.com/redpony/cdec | Chris Dyer | |
2015-03-26 | fix bug | Chris Dyer | |
2015-03-05 | Merge branch 'cmake' of https://github.com/redpony/cdec into cmake | Chris Dyer | |
2015-03-05 | fix extra logging | Chris Dyer | |
2015-03-05 | deal with possible RT lib dependency | Chris Dyer | |
2015-03-04 | deal with libdl | Chris Dyer | |
2015-03-04 | remove warning | Chris Dyer | |
2015-03-04 | remove perfect hash function stuff, add zip option to extract.cc | Chris Dyer | |
2015-03-03 | migration to cmake | Chris Dyer | |
2015-02-19 | when ApplyRules resizes nodes_, the reference to `cat` may become invalid ↵ | Wilker Aziz | |
and the parser segfaults (observed with grammars full of unary rules) | |||
2015-02-04 | fixed lattice gold files | armatthews | |
2015-02-04 | allow empty feature dictionaries | armatthews | |
2015-02-04 | Updated tests for lattice input | armatthews | |
2015-02-04 | Added dictionary support to PLF | armatthews | |
2015-02-03 | support multiple sparse features on lattice edges | CHRISTOPHER DYER | |
2015-02-03 | tool to dedupilate corpus with hashing | CHRISTOPHER DYER | |
2015-01-08 | Stop BOMbs before they decrease quality | Kenneth Heafield | |
2014-12-29 | deal with eur symbol | Chris Dyer | |
2014-12-29 | finnish case markings | Chris Dyer | |
2014-12-29 | foo | Chris Dyer | |
2014-12-29 | foo | Chris Dyer | |
2014-12-29 | finnish abbrevs | Chris Dyer | |
2014-12-20 | Generalize to sample any number of dev sets | mjdenkowski | |
2014-12-19 | Sample dev and test sets with pseudo-documents | mjdenkowski | |
2014-12-18 | Merge pull request #64 from kho/softsyn_2 | Chris Dyer | |
Proper implementation of soft syntactic constraint features | |||
2014-12-17 | Merge branch 'const_reorder_2' into softsyn_2 | Wu, Ke | |
2014-12-17 | Merge pull request #65 from kho/const_reorder_2 | Chris Dyer | |
Fix a building problem | |||
2014-12-17 | Fix a building problem | Wu, Ke | |
2014-12-17 | Merge pull request #63 from kho/const_reorder_2 | Chris Dyer | |
Soft linguistic reordering constraints from http://www.aclweb.org/anthology/P14-1106 | |||
2014-12-17 | Merge branch 'const_reorder_2' into softsyn_2 | Wu, Ke | |
2014-12-17 | Merge with upstream | Wu, Ke | |
2014-12-17 | Combine everything related to maxent to a single file | Wu, Ke | |
2014-12-17 | Move training routine out of ff_const_reorder_common.h | Wu, Ke | |
2014-12-17 | Merge branch 'ignore_state' into const_reorder_2 | Wu, Ke | |