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
2006-10-07skips mkcls and some other steps, if already finishedbojar
2006-10-06fixed a typo in Makefile and check-dependencies checks for mkclsbojar
2006-10-06added clean to some Makefilesnicolabertoldi
2006-10-06fixed an error messagebojar
2006-09-28bugfix: option rootdir misnamed roodirphkoehn
2006-09-28symal.cpp: just a minor change mfederico
2006-09-21Just a short description added.bojar
2006-09-20Just checking if I can commit. Added my name.bojar
2006-09-18turn on O3 optimization for symalredpony
2006-09-15add --corpus-compression [gz|bz2] to allow corpora to be compressedredpony
2006-09-12fix compilation error on gcc 4.1, fix warnings in mertredpony
2006-09-12Allow the factor delimiter, that is, the string that separates the factors in...redpony
2006-09-01initial releasephkoehn
2006-09-01Changes to compilation scripts:nicolabertoldi
2006-08-17trying to fix cachingeherbst
2006-08-16thought I had added this beforeeherbst
2006-08-16updating docseherbst
2006-08-16adding show-phrases-usedeherbst
2006-08-16modified sentence-by-sentence to handle multiple outputs;eherbst
2006-08-16add formatting for sentence strings to make token comparison more accurateeherbst
2006-08-15fixed background-color HTMLeherbst
2006-08-15--continue now also attempts to step one extra step back if necessary moses o...bojar
2006-08-15fixed serious stupid bug: value ranges were ignored and min. and max were set...bojar
2006-08-15- fixed caching behavior of Corpus to remove gibberish and cache everythingeherbst
2006-08-14reversed exit codes of symal and added safesystem to call symalbojar
2006-08-14the python compiled files should not be in the cvsbojar
2006-08-14New version with c++ module (symal) performing step (3).mfederico
2006-08-14better explanation in README, fixed test preparation in tests/train-factored-...bojar
2006-08-14Added a test to check step 3 of train-factored-modelsmfederico
2006-08-14added my script to the docseherbst
2006-08-14fixed legend displayeherbst
2006-08-14Added symal stuffmfederico
2006-08-14New version with faster computation of word alignments.mfederico
2006-08-14Filter to make GIZA++ alignment files more readable.mfederico
2006-08-14A tool to compute symmetric alignments from GIZA++ alignments.mfederico
2006-08-13die if phrase mismatch discoveredbojar
2006-08-13utf8 outputbojar
2006-08-12gives nice overview of model complexity (in terms of ambiguity in translation...bojar
2006-08-12reports also the top N wordsbojar
2006-08-12a handy script to count words that passed through the decoder unchanged (most...bojar
2006-08-11Removed the .pyc files that were preventing the command 'make release' from e...callison-burch
2006-08-11marking finished_step also after last iteration finishedbojar
2006-08-11just a typobojar
2006-08-11allows arbitrary mixing of 'kept' and 'added' factors in outputbojar
2006-08-10die if no refs found, report also number of refs and sents usedbojar
2006-08-10utf8, support for printing source, toobojar
2006-08-10die in safesystem on child's deathbojar
2006-08-10die when there are no phrases in inputbojar
2006-08-10adding cvsignore to ignore python-compiled filesbojar
2006-08-10- updated bleu and score-nbest to allow optional bypass of NIST-style normali...swadey