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
2012-01-26moses_chart: add an alternative parser that implements the algorithm outlinedPhil Williams
2011-11-22remove extra debugBarry Haddow
2011-11-21Remove direction from PhraseBarry Haddow
2011-11-18Replace assert with CHECK until people learn how to use assert properlyKenneth Heafield
2011-11-16xml-like markup symbols are now configurableArianna Bisazza
2011-11-13load hiero format for reading suffix arraysHieu Hoang
2011-10-30xcodeHieu Hoang
2011-10-28TMX extraction by Tom Hoar and Hilario Leal FontesHieu Hoang
2011-10-13Organize language models into an LM directory. heafield
2011-10-13Cut the middle men out of the language model interface. heafield
2011-10-04Implementation of Lattice sampling (Chatterjee and Cancedda, emnlp 2010)bhaddow
2011-09-23-threads all optionheafield
2011-09-16option to get unpruned search graph for chart decoderphkoehn
2011-09-09Implement LM OOV featurebhaddow
2011-08-26option to sort word alignment info, as suggested by arianna bisazzahieuhoang1972
2011-08-05I tested check-in by adding a test line in moses/src/StaticData.cpp, producin...theleopardess
2011-08-05yanggao-softdep-v0theleopardess
2011-07-21Improved error messagehieuhoang1972
2011-06-27Changes to chart decoder cube pruning: create one cube per dotted rulepjwilliams
2011-05-31added ClearTransOptCache() to StaticData class and call it when updating suff...leven101
2011-05-24Syntactic LM can now be loaded properly by StaticData. This change should hav...dowobeha
2011-05-13Updated syntactic classes (cherry-picking from commit bf7a7bb8e762057d9101768...dowobeha
2011-05-13Reverting changes. Revision 3971 was a bad commit.dowobeha
2011-05-13Merge branch 'master' into local-trunkdowobeha
2011-02-28Memory efficiency: make the reserveSize argument non-optional inpjwilliams
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2011-02-03added decoding-graph-backoff, still experimenting with itphkoehn
2011-02-03Ales Tamchyna's printing of alignments (-print-alignment-info did nothing)bojar
2011-01-22Shortcut when trans opts cache is size 0. Avoids potential uninitialised read.bhaddow
2010-11-17Cleaned up language modelling code by disentangling the decoder's LM featurechardmeier
2010-09-07Make sure distortion feature are adjacentbhaddow
2010-08-10Merge in the multiple models branch. These changes allow the moses serverbhaddow
2010-05-13Added limited backwards compatibility with old ini file format for phrase tab...chardmeier
2010-05-08Write translation details to a named file instead of cerr.pjwilliams
2010-05-07Remove the lmstats parameter since it doesn't have any effect except aspjwilliams
2010-05-06better -T output for chart decodinghieuhoang1972
2010-05-06delete param object after decodinghieuhoang1972
2010-05-04Ondrej Odchazel's update for AJAX-CATbojar
2010-04-26move sentence-based cache cleaning into IRST LMhieuhoang1972
2010-04-24Safer way to cleanup LM caches after a given number of processed sentences.nicolabertoldi
2010-04-23I added a new parameter (-clean-lm-cache <value>) in order to control how oft...nicolabertoldi
2010-04-22- word lattice distortion calculation and distortion limit checks revisitedchardmeier
2010-04-12re-merge lattice mbr & consensus decodinghieuhoang1972
2010-04-09changed assertion on ttable entry in moses.inileven101
2010-04-08mergehieuhoang1972
2010-04-08Copy in changes from the chart_merge branch (doing it manually because thehieuhoang1972
2010-04-07Implementation of consensus decoding - first cut.bhaddow
2010-04-06incorporate suffix array classes (not final solution)leven101
2010-03-19Merge revisions 2670-2988 from track. Passes all regression except lexicalisedbhaddow
2010-03-16Output of nbest from lattice mbrbhaddow