From e71909a89832f5a6829375f65e72c3f02e08e5d9 Mon Sep 17 00:00:00 2001
From: Dario Zhang
Date: Mon, 20 Feb 2023 00:20:21 +0800
Subject: [PATCH] Update README.zh.md
---
README.zh.md | 48 ++++++++++++++++++++++++++++++++----------------
1 file changed, 32 insertions(+), 16 deletions(-)
diff --git a/README.zh.md b/README.zh.md
index 974cdbc..cb129cb 100644
--- a/README.zh.md
+++ b/README.zh.md
@@ -1,17 +1,33 @@
-# 基于 Notion 富文本的数据分析
-
-
-
-从Notion数据库中读取文本并进行自然语言处理分析。
-
-[![CI](https://github.com/dario-github/notion_rich_text_analysis/actions/workflows/main.yml/badge.svg)](https://github.com/dario-github/notion_rich_text_analysis/actions/workflows/main.yml)
-[![codecov](https://codecov.io/gh/dario-github/notion_rich_text_analysis/branch/main/graph/badge.svg?token=ehzYhousD3)](https://codecov.io/gh/dario-github/notion_rich_text_analysis)
-![version](https://img.shields.io/badge/version-1.0.1-green.svg?maxAge=259200)
-![visitors](https://visitor-badge.glitch.me/badge?page_id=dario-github.notion_rich_text_analysis&left_color=gray&right_color=green)
-
-[English](./README.md) / [简体中文](./README.zh.md)
-
-
+
+
+
+ 基于 Notion 富文本的数据分析
+
+
+ 从Notion数据库中读取文本并进行自然语言处理分析。
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ English
+ /
+ 简体中文
+
## 简介
@@ -28,7 +44,7 @@ flomo刚出时,在notion建了一个database用来实现类似功能。记录
## Pipline
-
+
```mermaid
flowchart TB
@@ -36,7 +52,7 @@ flowchart TB
A[(Notion Database)] --> B([通过 API 读取富文本]) --> C([分词/清洗/建立词句映射]) --> D[/计算 TF-IDF/] --> E[[将 top-n 关键词及所在语句输出为 markdown 格式]]
```
-
+
## 安装