|
|
@ -14,5 +14,4 @@ jieba.load_userdict("./Dict/custom_dict.txt") # 文件中包含: 花呗
|
|
|
|
sentences = ['如何更换花呗绑定银行卡', '花呗更改绑定银行卡']
|
|
|
|
sentences = ['如何更换花呗绑定银行卡', '花呗更改绑定银行卡']
|
|
|
|
|
|
|
|
|
|
|
|
for sentence in sentences:
|
|
|
|
for sentence in sentences:
|
|
|
|
x = text_to_embedding(sentence)
|
|
|
|
x = text_to_embedding(sentence)
|
|
|
|
print(x)
|
|
|
|
|