summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-07-15Massacred the pipeline to support source language phrases and contexts.trevor.cohn
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@255 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-14Added oracle forest rescoringvladimir.eidelman
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@254 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-14starting an mpi version.philblunsom
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@253 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-14vest stop iterations before decoding uselesslygraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@252 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-14git-svn-id: https://ws10smt.googlecode.com/svn/trunk@251 ↵olivia.buzek
ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-14Added facility to get source or both language phrases/contexts. Need to fix ↵trevor.cohn
the scripts first before using this new feature. git-svn-id: https://ws10smt.googlecode.com/svn/trunk@250 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-14added label thresholding (--label_threshold) to induction pipelinebothameister
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@249 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-14Made PhraseObjective thread safetrevor.cohn
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@248 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13added thresholding for span labellingbothameister
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@247 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13vest --epsilongraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@246 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13Status displaytrevor.cohn
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@245 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13vest save cmdline used in rerun.shgraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@244 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13vest allow logfile in directorygraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@243 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13Added hier_cat to GI pipeline.olivia.buzek
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@242 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13linh addedlinh.kitty
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@241 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13Updated PR command line and output directory. Override for experiment directory.trevor.cohn
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@240 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13revert xsing featuresredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@239 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13Changed initialisationtrevor.cohn
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@238 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13singleton featuresredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@237 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13Cleaning up the PC model.trevor.cohn
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@236 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13major speed up using DFA parserredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@235 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13Added workaround for ANT bug which case causing a null pointer exception in ↵trevor.cohn
build. N.b. this bug have been fixed in modern builds of ANT. git-svn-id: https://ws10smt.googlecode.com/svn/trunk@234 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13start moving toward striped grammar lexerredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@233 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13added queue mechanism to parallelization of hyperparam resampling; new ↵bothameister
program argument 'num_jobs' to control granularity. git-svn-id: https://ws10smt.googlecode.com/svn/trunk@232 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-07-13randomgraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@230 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13vest oracle directionsgraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@229 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13Tanimoto coeff fixgraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@228 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-13vest: combine over-similar search directions, exclude primary directions, ↵graehl
skeleton for oracle directions git-svn-id: https://ws10smt.googlecode.com/svn/trunk@227 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-12Updated launcher to include agreement model.trevor.cohn
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@226 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-12agreement model prints llh, distance and objectivedesaicwtf
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@225 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-12Added slash limitstrevor.cohn
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@224 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-12bug fix in agreement modeldesaicwtf
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@223 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-12Code for evaluating clusteringstrevor.cohn
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@222 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-12agreement modeldesaicwtf
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@221 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-12DEBUG_PROMISE - looks okgraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@220 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-12inebriated, but sped up inside/outside pruning and made cube poplimit scale ↵graehl
with promise of nodes from previous global pruning, if --promise_power=N for N>0. git-svn-id: https://ws10smt.googlecode.com/svn/trunk@219 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-10handle OOVs betterredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@218 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-10Testing code for line search with simplex *equality* constraints and ↵trevor.cohn
positivity constraints. git-svn-id: https://ws10smt.googlecode.com/svn/trunk@217 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-09forgotten featureredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@216 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-09Added initial VB implementation for symetric Dirichlet prior.trevor.cohn
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@215 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-09Fixing backoff grammar.olivia.buzek
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@214 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-09mert commentsredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@213 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-09context->phrase fix a bugdesaicwtf
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@212 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-09context->phrasedesaicwtf
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@211 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-09Prettyfied output regarding optimization failure.trevor.cohn
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@210 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-09Added a bunch of features.philblunsom
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@209 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-09support doing clustering on tagged corporaredpony
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@208 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-09dist-vest.pl -o 20 -m 1 for no-state tuninggraehl
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@207 ec762483-ff6d-05da-a07a-a48fb63a330f
2010-07-09forgot to add util folder in optimization librarydesaicwtf
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@206 ec762483-ff6d-05da-a07a-a48fb63a330f