summaryrefslogtreecommitdiff
path: root/phrase2_extraction
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2016-05-03 14:22:20 +0200
committerPatrick Simianer <p@simianer.de>2016-05-03 14:22:20 +0200
commitb74ed595f149986474931f9328f84348a5652730 (patch)
treecac35c2664d35291f3af6e5f4ad724290dae42bb /phrase2_extraction
parent54bc620c309d471989824d5de50915728b2f3afc (diff)
parameters
Diffstat (limited to 'phrase2_extraction')
-rwxr-xr-xphrase2_extraction/phrase2_extraction.rb6
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