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-20Fix _fpclass build failure on MinGW.Jeroen Vermeulen
On MinGW, use the Unix-style fpclassify() code rather than the Window version. The latter doesn't seem to compile.
2015-03-28Modernize "C" includes in lm.Jeroen Vermeulen
This is one of those little chores in managing a long-lived C++ project: standard C headers like stdio.h and math.h now have their own place in the C++ standard as resp. cstdio, cmath, and so on. In this branch the #include names are updated for the lm/ subdirectory. C++11 adds cstdint, but to support compilation with the previous standard, that change is left for later.
2014-01-02KenLM 85c82bd, revamp Moses timer to have more precisionKenneth Heafield
2013-09-09KenLM 6f7913cc7ca0f7672c6d899358365f047a742bbbKenneth Heafield
Mostly fixes from Tetsuo Kiso and Jonathan Graehl
2013-01-18KenLM df5be22 lmplz for estimationKenneth Heafield
2013-01-17KenLM 014bced6Kenneth Heafield
2012-09-28KenLM c34d00Kenneth Heafield
2012-07-10Integrate Lexi's LR Score into tuningHieu Hoang
2012-06-28KenLM e3b5c55910 including rest costs for probingKenneth Heafield
2012-03-11KenLM c1dba12Kenneth Heafield
- Reject NaNs - Fix ChartState hashing (unused in Moses) - Expose CreateOrThrow - Minor portability improvement in getopt
2011-11-17Move kenlm up one level, simplify compilationKenneth Heafield