原创 數據列表文本相似度去重,中文英文都可以

代碼 import spacy from itertools import combinations nlp = spacy.load("zh_core_web_lg") # nlp = spacy.load("en_core_web_m