summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2012-08-11[python] fix for new dict APIVictor Chahuneau
- TDConvert returns a string - various c_str fixes (make copies) - cleanup .gitignore
2012-08-08[python] Get rid of the GILVictor Chahuneau
2012-07-25Character error rate metricVictor Chahuneau
- [python] cdec.score.CER - Cleanup .gitignore
2012-06-18extract_rules cdec paramPatrick Simianer
2012-06-04Python module: initial versionVictor Chahuneau
2012-05-23git ignoreChris Dyer
2012-05-11Add just enough jam to compile the decoder.Kenneth Heafield
2012-03-13merge with upstreamPatrick Simianer
2012-02-27generic bayesian cfg learner with a bunch of cfg grammar typesChris Dyer
2012-02-18.gitignore lbl_modelChris Dyer
2012-02-08move widely duplicated math functions into m.h headerChris Dyer
2012-02-03make pro use new interfaceChris Dyer
2011-10-30READMEPatrick Simianer
2011-10-19merged, compiles but not workingPatrick Simianer
2011-10-19merge upstream/masterPatrick Simianer
2011-10-11check in some experimental particle filtering code, some gitignore fixesChris Dyer
2011-10-10speedPatrick Simianer
2011-09-30added iteration selection paramPatrick Simianer
2011-09-23begin refactoringPatrick Simianer
2011-09-23first cut for sofia-ml, little change in utils/dict.h, coarse refactoringPatrick Simianer
2011-09-23hacking in weights setting, gettingPatrick Simianer
2011-09-23added dtrain, implemented psg setting in decoder/translator, implemented ↵Patrick Simianer
psmetrics, ngram statistics, main carcass
2011-03-11ignore emacs temp filesJonathan Clark
2010-12-22clean up names of feature functions, fix tagger, fix testsChris Dyer
2010-12-09update .gitignoreChris Dyer
2010-10-15Initial outline of decoding chapteradam.d.lopez
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@673 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-15Fix bug in Density/BeamPruneInsideOutsideadam.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-15Update .gitignoreadam.d.lopez
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@264 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13cdec 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-25Ignore swp filesadam.d.lopez
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@28 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-06-24.gitignore is up to dateadam.d.lopez
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@21 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-06-24Added .gitignore so svn and git repos mirror each otheradam.d.lopez
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@20 ec762483-ff6d-05da-a07a-a48fb63a330f