Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-30 | Update .gitignore. | Paul Baltescu | |
2013-11-26 | Script for grammar extraction only. | Paul Baltescu | |
2013-11-25 | Merge branch 'master' of https://github.com/redpony/cdec | Paul Baltescu | |
2013-11-25 | remove dead code, add adagrad crf learner | Chris Dyer | |
2013-11-23 | Update .gitignore. | Paul Baltescu | |
2013-11-10 | fix for c++11 | Chris Dyer | |
2013-06-19 | Update .gitignore. | Paul Baltescu | |
2013-04-24 | README file for the grammar extractor. | Paul Baltescu | |
2013-04-23 | Removed useless line from .gitignore. | Paul Baltescu | |
2013-04-23 | Replaced time consuming endl with \n. | Paul Baltescu | |
2013-03-19 | Updated .gitignore. | Paul Baltescu | |
2013-01-20 | clean up a bit | Chris Dyer | |
2012-11-18 | forgotten makefile | Chris Dyer | |
2012-11-18 | major restructure of the training code | Chris Dyer | |
2012-09-04 | Multi-processing grammar extraction | Victor Chahuneau | |
+ various surface fixes | |||
2012-08-11 | [python] fix for new dict API | Victor Chahuneau | |
- TDConvert returns a string - various c_str fixes (make copies) - cleanup .gitignore | |||
2012-08-08 | [python] Get rid of the GIL | Victor Chahuneau | |
2012-07-25 | Character error rate metric | Victor Chahuneau | |
- [python] cdec.score.CER - Cleanup .gitignore | |||
2012-06-18 | extract_rules cdec param | Patrick Simianer | |
2012-06-04 | Python module: initial version | Victor Chahuneau | |
2012-05-23 | git ignore | Chris Dyer | |
2012-05-11 | Add just enough jam to compile the decoder. | Kenneth Heafield | |
2012-03-13 | merge with upstream | Patrick Simianer | |
2012-02-27 | generic bayesian cfg learner with a bunch of cfg grammar types | Chris Dyer | |
2012-02-18 | .gitignore lbl_model | Chris Dyer | |
2012-02-08 | move widely duplicated math functions into m.h header | Chris Dyer | |
2012-02-03 | make pro use new interface | Chris Dyer | |
2011-10-30 | README | Patrick Simianer | |
2011-10-19 | merged, compiles but not working | Patrick Simianer | |
2011-10-19 | merge upstream/master | Patrick Simianer | |
2011-10-11 | check in some experimental particle filtering code, some gitignore fixes | Chris Dyer | |
2011-10-10 | speed | Patrick Simianer | |
2011-09-30 | added iteration selection param | Patrick Simianer | |
2011-09-23 | begin refactoring | Patrick Simianer | |
2011-09-23 | first cut for sofia-ml, little change in utils/dict.h, coarse refactoring | Patrick Simianer | |
2011-09-23 | hacking in weights setting, getting | Patrick Simianer | |
2011-09-23 | added dtrain, implemented psg setting in decoder/translator, implemented ↵ | Patrick Simianer | |
psmetrics, ngram statistics, main carcass | |||
2011-03-11 | ignore emacs temp files | Jonathan Clark | |
2010-12-22 | clean up names of feature functions, fix tagger, fix tests | Chris Dyer | |
2010-12-09 | update .gitignore | Chris Dyer | |
2010-10-15 | Initial outline of decoding chapter | adam.d.lopez | |
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@673 ec762483-ff6d-05da-a07a-a48fb63a330f | |||
2010-07-15 | Fix bug in Density/BeamPruneInsideOutside | adam.d.lopez | |
-only affected code calling these (legacy) functions, which have been refactored. -DensityPIO implemented BeamPIO and vice versa. git-svn-id: https://ws10smt.googlecode.com/svn/trunk@266 ec762483-ff6d-05da-a07a-a48fb63a330f | |||
2010-07-15 | Update .gitignore | adam.d.lopez | |
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@264 ec762483-ff6d-05da-a07a-a48fb63a330f | |||
2010-07-13 | cdec now supports coarse-to-fine decoding (for SCFG only). | adam.d.lopez | |
CTF has several options: -coarse_to_fine_beam_prune=<double> (required to activate CTF) assign an alpha parameter for pruning the coarse foreast -ctf_beam_widen=<double> (optional, defaults to 2.0): ratio to widen coarse pruning beam if fine parse fails. -ctf_num_widenings=<int> (optional, defaults to 2): number of times to widen coarse beam before defaulting to exhaustive source parsing -ctf_no_exhaustive (optional) do not attempt exhaustive parse if CTF fails to find a parse. Additionally, script extools/coarsen_grammar.pl will create a coarse-to-fine grammar (for X?? categories *only*). cdec will read CTF grammars in a format identical to the original, in which refinements of a rule immediately follow the coarse projection, preceded by an additional whitespace character. Not fully tested, but should be backwards compatible. Also not yet integrated into pipelines, but should work on the command line. git-svn-id: https://ws10smt.googlecode.com/svn/trunk@231 ec762483-ff6d-05da-a07a-a48fb63a330f | |||
2010-06-25 | Ignore swp files | adam.d.lopez | |
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@28 ec762483-ff6d-05da-a07a-a48fb63a330f | |||
2010-06-24 | .gitignore is up to date | adam.d.lopez | |
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@21 ec762483-ff6d-05da-a07a-a48fb63a330f | |||
2010-06-24 | Added .gitignore so svn and git repos mirror each other | adam.d.lopez | |
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@20 ec762483-ff6d-05da-a07a-a48fb63a330f |