Update readme.md

这个提交包含在:
WENGSYX
2021-06-09 14:26:21 +08:00
提交者 GitHub
父节点 ac2281d9c6
当前提交 1057216851

查看文件

@@ -13,7 +13,7 @@
### 已上传至百度网盘 欢迎使用
##### https://pan.baidu.com/s/1YqTOlDqZ3bTzGYAGMxW2Cw
#### https://pan.baidu.com/s/1YqTOlDqZ3bTzGYAGMxW2Cw
#### 提取码:**8888**
@@ -26,8 +26,8 @@
### 医学词向量
wv1.most_similar('海马')
Out[30]:
#### wv1.most_similar('海马')
#### Out[30]:
[('额叶', 0.4515002965927124),
('颞叶', 0.4498691260814667),
@@ -40,8 +40,8 @@
('大脑半球', 0.33359262347221375),
('额页', 0.32096001505851746)]
wv1.most_similar('头孢丙烯片')
Out[32]:
#### wv1.most_similar('头孢丙烯片')
#### Out[32]:
[('头孢地尼', 0.5654973387718201),
('阿莫西林', 0.5394408106803894),
@@ -57,8 +57,8 @@ Out[32]:
### 通用词向量(https://github.com/Embedding/Chinese-Word-Vectors)
## wv2.most_similar('海马')
## Out[31]:
#### wv2.most_similar('海马')
#### Out[31]:
[('海马牌', 0.6078361868858337),
('海马齿', 0.5532827377319336),
@@ -71,8 +71,8 @@ Out[32]:
('北汽', 0.5325318574905396),
('小海马', 0.5315144062042236)]
## wv2.most_similar('海马')
## Out[33]:
#### wv2.most_similar('海马')
#### Out[33]:
[('头孢拉定', 0.7558029294013977),
('头孢菌素', 0.7490127086639404),
('头孢类', 0.7476578950881958), ('头孢氨苄', 0.7415952682495117), ('头孢曲松钠', 0.7406224608421326), ('头孢哌酮', 0.7398018836975098), ('头孢噻肟钠', 0.7393568158149719), ('头孢噻吩', 0.7348008751869202), ('头孢哌酮钠', 0.729317843914032), ('氨苄', 0.7292327284812927)]