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
path: root/util
AgeCommit message (Collapse)Author
2013-01-07change lseek64() to lseek() and off64_t to off_t. Cygwin doesn't have those ↵Hieu Hoang
functions/types. They should be 64-bit if _FILE_OFFSET_BITS == 64 is set
2013-01-05Collapse lseek macroKenneth Heafield
2013-01-05mac doesn't have lseek64()Hieu Hoang
2013-01-05KenLM 0e5d259 including read_compressed fixKenneth Heafield
2013-01-05get rid of HAVE_BOOST macro. Always has boost nowHieu Hoang
2012-11-15KenLM 85e5fe4: mostly fixes for cygwin/windowsKenneth Heafield
2012-11-12Put core Moses into one library libmoses.Kenneth Heafield
2012-11-05KenLM 36b746 including -w mmap <unk> offset fixKenneth Heafield
2012-10-31Not sure why Hieu changed two spaces to a tabKenneth Heafield
2012-10-31Remove test's dependence on Boost randomKenneth Heafield
2012-10-31compile error on linux gcc 4.5.0Hieu Hoang
2012-10-31minor compile error on macosx. size_t != uint64_tHieu Hoang
2012-10-31Get more paranoid by checking for headers tooKenneth Heafield
2012-10-30Change test_lib to obey --staticKenneth Heafield
2012-10-30Add bzip and xz input for FilePiece KenLM 06f78db2Kenneth Heafield
2012-10-28Cut PhraseTableMemory loading time by 35%Kenneth Heafield
Before: user 122.046 sys 3.029 VmPeak: 13091604 kB VmRSS: 13052228 kB After double conversion: user 117.389 sys 3.330 VmPeak: 13091640 kB VmRSS: 13052204 kB Plus eliminate boost lexical cast: user 82.632 sys 3.177 VmPeak: 13088560 kB VmRSS: 13049056 kB Plus inline scoreVector: user 79.396 sys 2.892 VmPeak: 13088560 kB VmRSS: 13049064 kB
2012-10-26Windows _read and _write int limits / Cong Duy Vu HoangKenneth Heafield
2012-10-25WindowsKenneth Heafield
2012-10-22Fix compile error with ancient BoostKenneth Heafield
2012-10-18Remove uncalled functionKenneth Heafield
2012-10-18Support arbitrary arityKenneth Heafield
Also, some windows fixes in util.
2012-10-16Fix compiler errors for more strict compilersKenneth Heafield
2012-10-16Move pool to utilKenneth Heafield
2012-10-16Merge remote-tracking branch 'origin/master' into miramergeBarry Haddow
NB Untested Conflicts: Jamroot moses-chart-cmd/src/Main.cpp moses/src/ChartManager.cpp moses/src/RuleTable/LoaderStandard.cpp moses/src/RuleTable/PhraseDictionaryALSuffixArray.cpp moses/src/Word.cpp
2012-10-15Submodules are evil. Undo it.Kenneth Heafield
2012-10-14Merge remote-tracking branch 'origin/master' into miramergeBarry Haddow
Conflicts: moses/src/PhraseDictionary.cpp moses/src/TargetPhrase.cpp moses/src/TargetPhrase.h
2012-10-09Remove named temp file supportKenneth Heafield
2012-10-08Merge remote branch 'github/master' into miramergeBarry Haddow
Conflicts: moses/src/AlignmentInfo.cpp moses/src/AlignmentInfo.h moses/src/ChartHypothesis.cpp moses/src/ChartTrellisNode.cpp moses/src/LM/Implementation.cpp moses/src/LM/Ken.cpp moses/src/TargetPhrase.cpp moses/src/TargetPhrase.h
2012-09-28KenLM c34d00Kenneth Heafield
2012-09-27Merge remote branch 'github/master' into miramergeBarry Haddow
Compiles, but not tested. Had to disable relent filter. Strangely, it seems to contain the whole of moses-cmd. Conflicts: Jamroot OnDiskPt/TargetPhrase.cpp moses-cmd/src/Main.cpp moses/src/AlignmentInfo.cpp moses/src/AlignmentInfo.h moses/src/ChartTranslationOptionCollection.cpp moses/src/ChartTranslationOptionCollection.h moses/src/GenerationDictionary.cpp moses/src/Jamfile moses/src/Parameter.cpp moses/src/PhraseDictionary.cpp moses/src/StaticData.cpp moses/src/StaticData.h moses/src/TargetPhrase.h moses/src/TranslationSystem.cpp moses/src/TranslationSystem.h moses/src/Word.cpp phrase-extract/score.cpp regression-testing/Jamfile scripts/ems/experiment.meta scripts/ems/experiment.perl scripts/training/train-model.perl
2012-09-24Extract kenlm into a submodule, referencing lazyKenneth Heafield
2012-09-21XCode project files updateJacob Dlougach
2012-08-08Fix temporary file handlingKenneth Heafield
2012-08-06Maybe if I make TempMaker provide the file name, people will stop using tmpnam.Kenneth Heafield
2012-08-06Missing #include <string.h> YvetteKenneth Heafield
2012-08-06Minor compile error. 1. 'Cos of conditional compiler for single-threaded. 2. ↵Hieu Hoang
gcc version
2012-08-03Zero-initialize newed memory in a testKenneth Heafield
2012-07-18changed variable array to vector. Submitted by a Windows developer.Hieu Hoang
2012-07-17Merge branch 'trunk' into miramergeBarry Haddow
Compiles, not tested. Conflicts: Jamroot OnDiskPt/PhraseNode.h OnDiskPt/TargetPhrase.cpp OnDiskPt/TargetPhrase.h OnDiskPt/TargetPhraseCollection.cpp mert/BleuScorer.cpp mert/Data.cpp mert/FeatureData.cpp moses-chart-cmd/src/Main.cpp moses/src/AlignmentInfo.h moses/src/ChartManager.cpp moses/src/LM/Ken.cpp moses/src/LM/Ken.h moses/src/LMList.h moses/src/LexicalReordering.h moses/src/PhraseDictionaryTree.h moses/src/ScoreIndexManager.h moses/src/StaticData.h moses/src/TargetPhrase.h moses/src/Word.cpp scripts/ems/experiment.meta scripts/ems/experiment.perl scripts/training/train-model.perl
2012-07-10commentsHieu Hoang
2012-06-28KenLM e3b5c55910 including rest costs for probingKenneth Heafield
2012-06-28unistd.h for gcc 4.7.0Kenneth Heafield
2012-06-07mergeEva Hasler
2012-06-01fix start weights in experiment.perl, add hypothesis queue for picking hope ↵Eva Hasler
and fear translations, add variations to 1slack formulation
2012-05-30Minor rollbackHieu Hoang
2012-05-28eclipse projectHieu Hoang
2012-05-11Rolled back unnecessary gzFile casts.Christian Federmann
2012-05-11Rolled back unnecessary gzFile casts.Christian Federmann
2012-05-10changed permission, everything changed..Eva Hasler
2012-05-09Fixed merge problem.Christian Federmann