Skip to content

Commit

Permalink
更新词向量,数据集和代码的来源信息
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangzhonglian committed Dec 9, 2019
1 parent 7edf398 commit b7e2863
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
5 changes: 2 additions & 3 deletions src/py3.x/tensorflow2.x/text_Emotion.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b7e2863

Please sign in to comment.