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 (Collapse)Author
2015-05-17Also support checking for lint.Jeroen Vermeulen
Choose which action(s) you want for each run: --format and/or --lint. Many different types of files are lint-checkable, but you need Pocketlint installed (plus ideally, its plugins for the various languages). Also, added option to control batching of the commands.
2015-05-16Fix more Python lint.Jeroen Vermeulen
This is about the last that isn't in contrib or generated files. At this point we can start doing regular lint checks, at least on the Python files, without being completely inundated with warnings.
2015-05-16Fix more Python lint.Jeroen Vermeulen
Most of the complaints fixed here were from Pocketlint, but many were also from Syntastic the vim plugin.
2015-05-16Fix some python lint.Jeroen Vermeulen
I used mainly pocketlint, a very good Python linter, but also Syntastic, a vim plugin. Didn't get anywhere near fixing all of Syntastic's complaints though. Once I've cleaned up all (or at least most) of the Python lint, we can start doing regular automated lint checks and keep the code clean.
2015-05-15Move ignored path prefixes into config file.Jeroen Vermeulen
The path prefixes listed in .beautify-ignore, in the project root, will not be cleaned up. C and C++ files everywhere else will be. Also fixes bugs in the prefix-matching code, and makes the matching a little bit more powerful: the prefix can now extend down into the directory tree.
2015-05-15Remove the --any-astyle option.Jeroen Vermeulen
The risk from flip-flopping on styles is too great: 2.04 formatting has many changes from 2.01 formatting. Also, fix a broken version check.
2015-05-15Rewrite beautify script in Python.Jeroen Vermeulen
The new version is much longer, but hopefully extensible, reusable, and easy to read. With a few more changes it will let us do three things: 1. Apply more checks and cleanups. 2. Clean up additional file types. 3. Use the same script for mgiza++, so we get a uniform code style. The "more cleanups" could be more things like the removal of trailing whitespace which we just added. We may even want to run lint checkers of some sort. Additional file types could be e.g. Perl scripts, build configuration, or documentation. In order to make the script reusable we'll have to generalize the skip_at_root list in list_c_like_files into something like a configuration file.
2015-05-13beautify. Add sed for trailing spacesHieu Hoang
2015-05-13tighten up OSM build. More debugging output, to stderr not stdout. lmplz ↵Hieu Hoang
uses outdir as temp directory
2015-05-12morfessor wrapperHieu Hoang
2015-05-12osm tweaks and morfessor wrapperHieu Hoang
2015-05-12default to using lmplz for convenience and because SRILM uses tonnes of memoryHieu Hoang
2015-05-12default to using lmplz for convenience and because SRILM uses tonnes of memoryHieu Hoang
2015-05-11add no-splitter-training argument. Splitter to be used by madaHieu Hoang
2015-05-08Merge branch 'master' of github.com:moses-smt/mosesdecoderBarry Haddow
2015-05-08mmsapt doesn't require feature weights on first tuning iterationBarry Haddow
2015-05-05output bleu for multi-bleu hackHieu Hoang
2015-05-05don't output remaining args twiceHieu Hoang
2015-05-05Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-05-05output debugging messages to stderr, not stdoutHieu Hoang
2015-05-04merge remote into localNicola Bertoldi
2015-05-03add multi-bleu-detok. Like multi-bleu scoring but will ↵Hieu Hoang
detokenize/post-process before scoring
2015-05-03Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-05-03option not to use parallelHieu Hoang
2015-05-02allow breaking up training data for fast align (to avoid memory blowups for ↵Philipp Koehn
very large corpora)
2015-05-02minor updates to factor scripts; brown-cluster may now run other scripts ↵Philipp Koehn
(e.g., truecaser) before assigning classes
2015-05-02various small changes, mostly related to better compliance with grid enginePhilipp Koehn
2015-04-30fix interpolation for LM with parser in pre-processingRico Sennrich
2015-04-30Merge branch 'master' of github.com:moses-smt/mosesdecoderHieu Hoang
2015-04-30another madamira wrapper. Just uses the tokenized file it outputsHieu Hoang
2015-04-30delete unused varHieu Hoang
2015-04-30Merge pull request #111 from unhammer/extract-perl-safewaitHieu Hoang
die if the forked extract exited with error
2015-04-30Merge pull request #110 from unhammer/extract-perl-abspath-when-lnHieu Hoang
avoid bad symlinks in extract-parallel
2015-04-30avoid bad symlinks in extract-parallelKevin Brubeck Unhammer
train-model seems to pass a non-absolute path for the model/aligned-argument, and then extract-parallel creates a bad symlink
2015-04-30die if the forked extract exited with errorKevin Brubeck Unhammer
Should we pass on bad exit codes from RunFork to those waitpids as well? Seems like the right thing, though I don't know the code.
2015-04-30Merge branch 'master' of https://github.com/moses-smt/mosesdecoderNicola Bertoldi
2015-04-28add -configHieu Hoang
2015-04-28script to convert arabic to bw, and vice versaHieu Hoang
2015-04-27exec permissionHieu Hoang
2015-04-27option to output factorsHieu Hoang
2015-04-27fix some RDLM training optionsRico Sennrich
2015-04-26Merge branch 'master' of https://github.com/moses-smt/mosesdecoder into ↵alvations
moses-smt-master
2015-04-26syncing to latest moses versionalvations
2015-04-26put back some of the difference made after RELEASE3.0 and incorporated it ↵alvations
with the -threads parameter
2015-04-26merging the filter-model-given-input.pl with alvations-master branchalvations
2015-04-26Merge branch 'master' of https://github.com/moses-smt/mosesdecoderalvations
2015-04-24use integer type when reading options instead of checking for undef. it's ↵alvations
more elegant.
2015-04-24removed wrongly added perl script...alvations
2015-04-24added $threads option in usage examplealvations
2015-04-24fixed typo in $thread to $threadsalvations