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-05-31move all executables into binHieu Hoang
2012-05-30xcode build supports threads. move 'using namespace' out from .h file to stop...Hieu Hoang
2012-05-28eclipse projectHieu Hoang
2012-05-17Check factor is not null before outputtingHieu Hoang
2012-04-19Add phrase segmentation information to n-best listJonathan Clark
2012-03-30Fixed memory leak for single-threaded mode.Lane Schwartz
2012-01-31Use make_pair without typeMichal Hrusecky
2012-01-13Surround mains in try-catch blocks.Kenneth Heafield
2011-12-01Merge CreateOnDisk into OnDiskPt, pop out of srcKenneth Heafield
2011-12-01No more autotools (with bhaddow in the room)Kenneth Heafield
2011-11-23move checkplfBarry Haddow
2011-11-21Jam: install executables in legacy paths and stop leaving a.out files everywhereKenneth Heafield
2011-11-21Remove GetTargetPhrase() (already have GetCurrTargetPhrase())Barry Haddow
2011-11-21Further direction removalBarry Haddow
2011-11-21Remove direction from PhraseBarry Haddow
2011-11-18Introducing JamfilesKenneth Heafield
2011-11-18One more assertKenneth Heafield
2011-11-18Replace assert with CHECK until people learn how to use assert properlyKenneth Heafield
2011-11-18Why are these executable?Kenneth Heafield
2011-11-17Move kenlm up one level, simplify compilationKenneth Heafield
2011-10-04Implementation of Lattice sampling (Chatterjee and Cancedda, emnlp 2010)bhaddow
2011-10-03normalization of output spaces before and after field separatornicolabertoldi
2011-09-23-threads all optionheafield
2011-09-02recovered missing blank in n-best-list outputarianna_b
2011-08-30change to print the corrett name of the features with InputScoresnicolabertoldi
2011-08-26option to sort word alignment info, as suggested by arianna bisazzahieuhoang1972
2011-07-24vs.net buildhieuhoang1972
2011-04-17Fix a segmentation fault produced when both 'constraint' andnaditomeh
2011-03-02added some commentsphkoehn
2011-02-28Memory efficiency: make the reserveSize argument non-optional inpjwilliams
2011-02-24run beautify.perl. Consistent formatting for .h & .cpp fileshieuhoang1972
2011-02-23extensions to phrase table scoring optionsphkoehn
2011-02-16Write alignment info through OutputCollector so it gets orderedbhaddow
2011-02-08Word alignment output also works with MBR decoding.ales-t
2011-02-03Ales Tamchyna's printing of alignments (-print-alignment-info did nothing)bojar
2011-01-25Use TranslationTask objects to perform sentence decoding in moses-chart.pjwilliams
2011-01-25Use OutputCollector to write moses-chart output.pjwilliams
2011-01-16Make sure internal libraries and paths go before boost.bhaddow
2011-01-14Change of boost macros - please make sure you favourite configuration still w...bhaddow
2011-01-11Fix --enable-shared compilation. heafield
2010-11-29Add a show-weights option. It prints out the moses features and exits. Maybhaddow
2010-11-22Added print word alignment in nbestxandfraser
2010-08-16plf checkerredpony
2010-08-10Merge in the multiple models branch. These changes allow the moses serverbhaddow
2010-07-18alignment info in pthieuhoang1972
2010-05-27One moses mainbhaddow
2010-05-25Correct bug in use of scale factorbhaddow
2010-05-19Merging of moses mains. mosesmt now does single and multi-threeadedbhaddow
2010-05-17Merged fix (r3001-3260) for problem where multi-threaded moses would fail dur...dowobeha
2010-05-14Fix to consensus decoding to stop it discarding hypos with zero score.bhaddow