From 4f383c9e73eede2634863a1444d9862a0f1c060c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=A4=A7=E9=B9=8F?= <794757862@qq.com> Date: Tue, 19 Dec 2023 17:21:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AF=B4=E6=98=8E=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56168c6..258fd8a 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ FastPictureExcerpt fastPictureExcerpt = new FastPictureExcerpt(); String name = fastPictureExcerpt.creatImageName(threeChannelMatrix, 5, 10); ``` -### 自然语言分类最简API 说明(已过时,自然语言处理请移步myJecs 链接:https://gitee.com/ldp_dpsmax/my-jecs): +### 自然语言分类最简API 说明(已过时,自然语言处理请移步myJecs 链接:https://gitee.com/ldp_dpsmax/my-jecs ): ``` java //通过txt默认格式进行读取 TemplateReader templateReader = new TemplateReader();