mosesdecoder/moses/TranslationModel/fuzzy-match
Jeroen Vermeulen a9c8f44896 Modernize "C" includes in moses.
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 moses/ subdirectory; more
branches to follow.

C++11 adds cstdint, but to support compilation with the previous
standard, that change is left for later.
2015-03-28 20:09:03 +07:00
..
Alignments.cpp beautify 2013-05-29 18:16:15 +01:00
Alignments.h move fuzzy-match to TranslationModel/ 2012-11-27 15:36:24 +00:00
create_xml.cpp beautify 2015-01-14 11:07:42 +00:00
create_xml.h move fuzzy-match to TranslationModel/ 2012-11-27 15:36:24 +00:00
FuzzyMatchWrapper.cpp Fix a few compiler warnings (from Clang mostly). 2014-10-10 14:22:53 +01:00
FuzzyMatchWrapper.h Fix a few compiler warnings (from Clang mostly). 2014-10-10 14:22:53 +01:00
Match.h refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
SentenceAlignment.cpp move fuzzy-match to TranslationModel/ 2012-11-27 15:36:24 +00:00
SentenceAlignment.h refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
SuffixArray.cpp use standard c++ getline instead of old Moses SAFE_GETLINE 2014-06-08 16:37:12 +01:00
SuffixArray.h beautify 2013-05-29 18:16:15 +01:00
Vocabulary.cpp beautify 2013-05-29 18:16:15 +01:00
Vocabulary.h Modernize "C" includes in moses. 2015-03-28 20:09:03 +07:00