Commit 7a3c1459 authored by rico.liu's avatar rico.liu

update recommend limit 2000

parent 27c6f848
......@@ -38,7 +38,7 @@ def maximum_matching(train_text, decode_text, entityRe = r'\[\@.*?\#.*?\*\](?!\#
new_string = sentences[idx] + '\n'
else:
new_string = sentences[idx]
if idx > 9999999 :
if idx > 2000 :
far_sentences += new_string
else:
near_sentences += new_string
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment