Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-31Fix progress bar for compressed filesKenneth Heafield
2014-01-30Update read_compressed to support concatenated gzipKenneth Heafield
2014-01-30non-zero exit code when tmcombine.py failsAles Tamchyna
2014-01-30fix truecaser with XML input (didn't do anything depending on formatting/whit...Rico Sennrich
2014-01-29new version of the `score` toolMatthias Huck
2014-01-28Fix C++11 compilation error / Chris DyerKenneth Heafield
2014-01-28KenLM 5cc905bc2d214efa7de2db56a9a672b749a95591Kenneth Heafield
2014-01-25output list of available feature functions, separated by space, rather than l...Hieu Hoang
2014-01-25output list of available feature functions, separated by space, rather than l...Hieu Hoang
2014-01-25Merge branch 'master' of github.com:moses-smt/mosesdecoder into hieuHieu Hoang
2014-01-24remove duplicate spaces caused when XML are strippedHieu Hoang
2014-01-24source labelling for test set.Hieu Hoang
2014-01-24source labelling for tuning set. More debugging message in filtering scriptHieu Hoang
2014-01-24windows gui codeJie Jiang
2014-01-23corrected phrase-table name / type mixup when creating filtering scriptHieu Hoang
2014-01-21Merge branch 'master' into hieuHieu Hoang
2014-01-21need to 'label' target side tooHieu Hoang
2014-01-21leakHieu Hoang
2014-01-21leakHieu Hoang
2014-01-21add source labeller to EMSHieu Hoang
2014-01-21Merge branch 'hieu' of /home/s0565741/workspace/github/mosesdecoder into hieuHieu Hoang
2014-01-21Merge branch 'master' into hieuHieu Hoang
2014-01-21add source labeller to EMSHieu Hoang
2014-01-20compile manual-label programHieu Hoang
2014-01-20output glue rulesHieu Hoang
2014-01-20Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into hieuHieu Hoang
2014-01-20oops. Minor compile errorHieu Hoang
2014-01-20Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2014-01-20register feature function HyperParameterAsWeightHieu Hoang
2014-01-20some sparse feature functions couldn't be set to be non-tuneable in moses.iniRico Sennrich
2014-01-20sparse feature weights can now be set in moses.ini; overrides weights in weig...Rico Sennrich
2014-01-20minor errorHieu Hoang
2014-01-20copy weights of untuneable features from original config in mertRico Sennrich
2014-01-18unescape "|" (for compatibility with escape-special-chars scripts)Rico Sennrich
2014-01-17Merge branch 'master' into hieuHieu Hoang
2014-01-17eclipseHieu Hoang
2014-01-17add feature function HyperParameterAsWeightHieu Hoang
2014-01-17syntax errorHieu Hoang
2014-01-17-extract-command for train-model.perl to override the extract program to be usedHieu Hoang
2014-01-17minor optimization (minimize performance impact of SoftMatchingFeature code i...Rico Sennrich
2014-01-17Merge branch 'master' into hieuHieu Hoang
2014-01-17make it compatible with normal extractHieu Hoang
2014-01-16correct inverse alignmentHieu Hoang
2014-01-16output inverse extractHieu Hoang
2014-01-16SyntaxConstraintFeature (without any actual constraints; useful to build/outp...Rico Sennrich
2014-01-16soft matching of target-side nonterminalsRico Sennrich
2014-01-16Merge branch 'master' into hieuHieu Hoang
2014-01-16change --MaxSymbolsSource to --MaxSymbolsHieu Hoang
2014-01-16constraint number of target symbols, for fairer inverse probabilityHieu Hoang
2014-01-16changed biconcor location in EMS example config filesphikoehn