from main import split_word, run, create_sim
if __name__ == '__main__':
# 默认采集max篇论文
run()
# 指定max
# run(max=3)