Commit 6bd9684b authored by 赵威's avatar 赵威

update interface

parent 8b6e6b02
......@@ -45,6 +45,6 @@ if __name__ == "__main__":
# w2v_train("dispose_problem.txt", model_output_name)
for i in ["双眼皮", "隆鼻"]:
print(WORD2VEC_MODEL.wv.most_similar(i))
print(word_similarity(i))
print("total cost: {:.2f}mins".format((time.time() - begin_time) / 60))
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