diff --git a/README.md b/README.md index 2cbec3af..b0764d0c 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,9 @@ * Python 自然语言处理 第二版: * 推荐一个[liuhuanyong大佬](https://github.com/liuhuanyong)整理的nlp全面知识体系: * 开源 - 词向量库集合: + * + * + * * * * diff --git a/src/py3.x/tensorflow2.x/text_Emotion.py b/src/py3.x/tensorflow2.x/text_Emotion.py index ee5923ab..c44e6f39 100644 --- a/src/py3.x/tensorflow2.x/text_Emotion.py +++ b/src/py3.x/tensorflow2.x/text_Emotion.py @@ -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