mosesdecoder/moses/PP
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
..
CountsPhraseProperty.cpp Modernize "C" includes in moses. 2015-03-28 20:09:03 +07:00
CountsPhraseProperty.h beautify 2015-01-14 11:07:42 +00:00
Factory.cpp merged master into dynamic-models and solved conflicts 2014-12-13 12:52:47 +01:00
Factory.h Framework for additional phrase properties in decoding. 2014-05-19 21:54:08 +01:00
NonTermContextProperty.cpp Modernize "C" includes in moses. 2015-03-28 20:09:03 +07:00
NonTermContextProperty.h beautify 2015-01-14 11:07:42 +00:00
OrientationPhraseProperty.cpp beautify 2015-01-14 11:07:42 +00:00
OrientationPhraseProperty.h beautify 2015-01-14 11:07:42 +00:00
PhraseProperty.cpp beautify 2015-01-14 11:07:42 +00:00
PhraseProperty.h beautify 2015-01-14 11:07:42 +00:00
SourceLabelsPhraseProperty.cpp Modernize "C" includes in moses. 2015-03-28 20:09:03 +07:00
SourceLabelsPhraseProperty.h beautify 2015-01-14 11:07:42 +00:00
SpanLengthPhraseProperty.cpp beautify 2015-01-14 11:07:42 +00:00
SpanLengthPhraseProperty.h beautify 2015-01-14 11:07:42 +00:00
TreeStructurePhraseProperty.h Minor modification of the phrase properties framework. 2014-06-13 16:37:13 +01:00