From 03d8652b8f93a931b52d481fc8fa4b3a20c9e7e7 Mon Sep 17 00:00:00 2001 From: liuyebo <1515783401@qq.com> Date: Sat, 12 Oct 2024 10:23:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BC=BA=E5=A4=B1=E4=BE=9D?= =?UTF-8?q?=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a3b7dce..d247d21 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +jieba==0.42.1 # 中文分词 numpy==1.26.4 OpenCC==1.1.9 # 中文繁简转换 opencv-python==4.6.0.66