Commit Graph

10 Commits

Author SHA1 Message Date
Philipp Koehn
a052837a3a streamlining license to LGPL 2.1 2015-09-25 17:20:09 -04:00
Ulrich Germann
1c37f92d77 Missing return value. 2015-04-29 20:06:08 +01:00
Jeroen Vermeulen
536c6e375f Modernize "C" includes in mert.
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 mert/ 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:20:58 +07:00
Hieu Hoang
32de075022 beautify 2015-02-19 12:27:23 +00:00
Christophe SERVAN
90471e22a8 Change Namespace in TER library 2015-02-16 19:46:25 +01:00
Christophe SERVAN
d0ff70decc Change Namespace in TER library 2015-02-16 19:34:41 +01:00
Christophe SERVAN
87a4f19546 Memory leak correction in TER algorithm 2015-02-16 19:02:46 +01:00
Hieu Hoang
05ead45e71 beautify 2015-01-14 11:07:42 +00:00
Christophe SERVAN
be9b3cb1c6 Bug fix about the TER calculation 2014-08-29 14:46:56 +02:00
Tetsuo Kiso
8c3b82e596 Change the naming conventions for the guard macros; Rename TER directory.
This change might be useful to avoid duplicating the names.
The reason is that although MERT programs are standalone
applications, some header files such as data.h and
point.h have common guard macro names like "DATA_H" and
"POINT_H", and this is not good naming conventions
when you want to include external headers.
Some files actually include headers in Moses and KenLM's util.
2012-02-20 09:46:08 +09:00