mirror of
https://github.com/apachecn/ailearning.git
synced 2026-04-05 19:49:27 +08:00
更新词向量,数据集和代码的来源信息
This commit is contained in:
@@ -271,6 +271,9 @@
|
||||
* Python 自然语言处理 第二版: <https://usyiyi.github.io/nlp-py-2e-zh>
|
||||
* 推荐一个[liuhuanyong大佬](https://github.com/liuhuanyong)整理的nlp全面知识体系: <https://liuhuanyong.github.io>
|
||||
* 开源 - 词向量库集合:
|
||||
* <https://www.cnblogs.com/Darwin2000/p/5786984.html>
|
||||
* <https://ai.tencent.com/ailab/nlp/embedding.html>
|
||||
* <https://blog.csdn.net/xiezj007/article/details/85073890>
|
||||
* <https://github.com/Embedding/Chinese-Word-Vectors>
|
||||
* <https://github.com/brightmart/nlp_chinese_corpus>
|
||||
* <https://github.com/codemayq/chinese_chatbot_corpus>
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
# *-* coding:utf-8 *-*
|
||||
# https://blog.csdn.net/u012052268/article/details/90238282
|
||||
# 词向量:
|
||||
# https://blog.csdn.net/xiezj007/article/details/85073890
|
||||
# https://www.cnblogs.com/Darwin2000/p/5786984.html
|
||||
# https://ai.tencent.com/ailab/nlp/embedding.html
|
||||
# 数据集:
|
||||
# https://blog.csdn.net/alip39/article/details/95891321
|
||||
# 参考代码:
|
||||
# https://blog.csdn.net/u012052268/article/details/90238282
|
||||
import re
|
||||
import os
|
||||
import keras
|
||||
|
||||
Reference in New Issue
Block a user