diff options
Diffstat (limited to 'phrase2_extraction')
-rwxr-xr-x | phrase2_extraction/phrase2_extraction.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phrase2_extraction/phrase2_extraction.rb b/phrase2_extraction/phrase2_extraction.rb index 48dfd73..253df1b 100755 --- a/phrase2_extraction/phrase2_extraction.rb +++ b/phrase2_extraction/phrase2_extraction.rb @@ -5,9 +5,9 @@ require 'zipf' module PhrasePhraseExtraction DEBUG = false -MAX_NT = 2 # Chiang: 2 -MAX_SEED_NUM_WORDS = 3 # Chiang: 10 words -MAX_SRC_SZ = 3 # Chiang: 5 words +MAX_NT = 1 # Chiang: 2 +MAX_SEED_NUM_WORDS = 10 # Chiang: 10 words +MAX_SRC_SZ = 5 # Chiang: 5 words FORBID_SRC_ADJACENT_SRC_NT = true # Chiang:true class Rule |