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-04-17Use cross-platform mmap() wrapper in CompactPT.Jeroen Vermeulen
The MmapAllocator header made use of sys/mman.h and mmap(), which are Unix-specific. But util has a wrapper which also works on Windows. This also fixes the error handling: when mmap() failed, the old code would return an invalid (but non-NULL!) pointer — leading to a crash. The wrapper will throw an exception with a helpful error message.
2014-06-02KenLM 5a7efd8fe1db88ee0a9f7e9479b24ac3ca348221 with Hieu's patch to exception.hhKenneth Heafield
2012-02-28KenLM 98814b2 including faster malloc-backed building and portability ↵Kenneth Heafield
improvements
2011-11-17Move kenlm up one level, simplify compilationKenneth Heafield