liyuyi@c-top.com.cn 5 年之前
父節點
當前提交
d1175599a5
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main.py

+ 1 - 0
main.py

@@ -36,6 +36,7 @@ def create_application():
     try:
         with open('simhash_model/doc/pre_remove_word.txt', 'r', encoding='utf-8') as f:
             pre_remove_words = f.readlines()
+
         pre_remove_words = [item.rstrip('\n') for item in pre_remove_words]
 
         msg = "simhash similarity service started successfully at {t}".format(