increment probing pt version

This commit is contained in:
Hieu Hoang 2015-12-28 21:15:43 +00:00
parent c5549fc9d3
commit c093bf206e
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
#include "hash.hh" //Includes line splitter
#include "../../Vector.h"
#define API_VERSION 4
#define API_VERSION 5
namespace Moses2
{

View File

@ -6,7 +6,7 @@
#include <sys/stat.h> //For finding size of file
#include "vocabid.hh"
#include <algorithm> //toLower
#define API_VERSION 4
#define API_VERSION 5
char * read_binary_file(char * filename);

View File

@ -12,7 +12,7 @@
#include "util/file_piece.hh"
#include "util/file.hh"
#include "vocabid.hh"
#define API_VERSION 4
#define API_VERSION 5
void createProbingPT(const char * phrasetable_path, const char * target_path,
const char * num_scores, int num_lex_scores);