From b7e2863878e70a57440aa21d07a0712940d5ad91 Mon Sep 17 00:00:00 2001 From: jiangzhonglian Date: Mon, 9 Dec 2019 18:17:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=AF=8D=E5=90=91=E9=87=8F?= =?UTF-8?q?=EF=BC=8C=E6=95=B0=E6=8D=AE=E9=9B=86=E5=92=8C=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=9A=84=E6=9D=A5=E6=BA=90=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ src/py3.x/tensorflow2.x/text_Emotion.py | 5 ++--- 2 files changed, 5 insertions(+), 3 deletions(-) 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