From 38ed74d98fa594a71c37c0d2f6746749e22800a5 Mon Sep 17 00:00:00 2001 From: pickles Date: Tue, 30 Jun 2020 23:53:31 +0900 Subject: [PATCH] Update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit add nlplot(可視化ライブラリ) --- NLP/memo.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NLP/memo.md b/NLP/memo.md index 0f3f09b..865540e 100644 --- a/NLP/memo.md +++ b/NLP/memo.md @@ -38,3 +38,18 @@ https://github.com/taishi-i/nagisa ```bash pip install nagisa ``` + +## 可視化 + +### nlplot +https://github.com/takapy0210/nlplot + +参考:https://www.kaggle.com/sishihara/aibo-analysis + +* install +```bash +pip install nlplot + +# Gitからmasterをインストール +pip install git+https://github.com/takapy0210/nlplot.git +```