From a5bcf0c409db925943d1aa5a9fa49e03e5d6be95 Mon Sep 17 00:00:00 2001 From: ethanchang1984 Date: Sat, 21 Apr 2018 18:04:42 +0800 Subject: [PATCH] Add jieba for NLP "Jieba" (Chinese for "to stutter") Chinese text segmentation: built to be the best Python Chinese word segmentation module. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index a4951e11..d0f4bcdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -485,6 +485,7 @@ RUN pip install flashtext && \ pip install git+https://github.com/Kaggle/learntools && \ pip install shap && \ pip install ray && \ + pip install jieba && \ ##### ^^^^ Add new contributions above here # clean up pip cache rm -rf /root/.cache/pip/*