mosesdecoder/moses/TranslationModel
Jeroen Vermeulen 1e3e445e3f Use cross-platform mmap() wrapper in CompactPT.
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.
2015-04-17 18:53:46 +07:00
..
CompactPT Use cross-platform mmap() wrapper in CompactPT. 2015-04-17 18:53:46 +07:00
CYKPlusParser delete typedefs for UINT32 and UINT64. MSVC now has uint32_t and uint64_t /Ken 2015-03-25 00:55:39 +00:00
DynSAInclude Fix some clang++ warnings. 2015-04-07 22:58:17 +07:00
fuzzy-match Modernize "C" includes in moses. 2015-03-28 20:09:03 +07:00
ProbingPT Remove old obsolete probingPT tests 2015-04-01 16:58:21 +01:00
RuleTable Fix some clang++ warnings. 2015-04-07 22:58:17 +07:00
Scope3Parser beautify 2015-01-14 11:07:42 +00:00
UG Modernize "C" includes in moses. 2015-03-28 20:09:03 +07:00
BilingualDynSuffixArray.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
BilingualDynSuffixArray.h beautify 2015-01-14 11:07:42 +00:00
DynSuffixArray.cpp UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
DynSuffixArray.h beautify 2013-06-26 17:19:09 +01:00
PhraseDictionary.cpp beautify 2015-01-14 11:07:42 +00:00
PhraseDictionary.h Modernize "C" includes in moses. 2015-03-28 20:09:03 +07:00
PhraseDictionaryDynamicCacheBased.cpp Eliminated sources of some compiler warnings (unused variables; signed/usigned comparisons). 2015-03-15 22:45:01 +00:00
PhraseDictionaryDynamicCacheBased.h beautify 2015-01-14 11:07:42 +00:00
PhraseDictionaryDynSuffixArray.cpp method rename 2014-08-08 15:59:34 +01:00
PhraseDictionaryDynSuffixArray.h moses_chart: more efficient scope-3 parsing if sentence length < max-chart-span 2014-03-14 08:49:09 +00:00
PhraseDictionaryDynSuffixArray.README Alpha version of phrase tables based on dynamic suffix arrays. 2013-06-05 10:46:42 +01:00
PhraseDictionaryMemory.cpp delete UserMessage. Too difficult to police 2015-01-07 10:01:10 +04:00
PhraseDictionaryMemory.h moses_chart: more efficient scope-3 parsing if sentence length < max-chart-span 2014-03-14 08:49:09 +00:00
PhraseDictionaryMultiModel.cpp beautify 2015-01-14 11:07:42 +00:00
PhraseDictionaryMultiModel.h delete UserMessage. Too difficult to police 2015-01-07 10:01:10 +04:00
PhraseDictionaryMultiModelCounts.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
PhraseDictionaryMultiModelCounts.h delete UserMessage. Too difficult to police 2015-01-07 10:01:10 +04:00
PhraseDictionaryNodeMemory.cpp beautify 2014-05-19 15:34:27 +02:00
PhraseDictionaryNodeMemory.h various optimizations to make CYK+ parser several times faster and eat less memory. 2014-03-21 11:12:24 +00:00
PhraseDictionaryScope3.cpp delete UserMessage. Too difficult to police 2015-01-07 10:01:10 +04:00
PhraseDictionaryScope3.h UTIL_THROW_IF -> UTIL_THROW_IF2 2013-11-22 20:27:46 +00:00
PhraseDictionaryTransliteration.cpp Replace use of tmpnam with boost::filesystem. 2015-04-02 10:42:06 +07:00
PhraseDictionaryTransliteration.h use Nadir's backoff code 2014-05-12 15:40:18 +01:00
PhraseDictionaryTree.cpp beautify 2015-01-14 11:07:42 +00:00
PhraseDictionaryTree.h move LexicalReordering to FF directory 2013-08-30 16:28:28 +01:00
PhraseDictionaryTreeAdaptor.cpp delete UserMessage. Too difficult to police 2015-01-07 10:01:10 +04:00
PhraseDictionaryTreeAdaptor.h moses_chart: more efficient scope-3 parsing if sentence length < max-chart-span 2014-03-14 08:49:09 +00:00
SkeletonPT.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
SkeletonPT.h moses_chart: more efficient scope-3 parsing if sentence length < max-chart-span 2014-03-14 08:49:09 +00:00
WordCoocTable.cpp beautify 2013-06-26 17:19:09 +01:00
WordCoocTable.h beautify 2013-06-26 17:19:09 +01:00