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

update commend limit to 3000

parent dcb160d1
......@@ -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 > 2000 :
if idx > 3300 :
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