mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-26 13:23:25 +03:00
allow up to 400 words per sentence
This commit is contained in:
parent
1c4be5675c
commit
864001b910
@ -16,8 +16,8 @@
|
||||
using namespace std;
|
||||
|
||||
#define MAX_WORD 10000 // maximum lengthsource/target strings
|
||||
#define MAX_M 200 // maximum length of source strings
|
||||
#define MAX_N 200 // maximum length of target strings
|
||||
#define MAX_M 400 // maximum length of source strings
|
||||
#define MAX_N 400 // maximum length of target strings
|
||||
|
||||
#define UNION 1
|
||||
#define INTERSECT 2
|
||||
|
Loading…
Reference in New Issue
Block a user