Commit 4cdb7529 authored by 赵威's avatar 赵威

add ids

parent 87542a4f
......@@ -195,7 +195,7 @@ if __name__ == "__main__":
save_clicked_answer_ids_item2vec()
for id in ["507016"]:
for id in ["507016", "970022", "973804", "249063"]:
try:
ANSWER_CLICK_IDS_MODEL = word2vec.Word2Vec.load(answer_click_ids_model_path)
print(ANSWER_CLICK_IDS_MODEL.wv.most_similar(id, topn=10))
......
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