From 30791bda9c96f02e67e20b30a84b25facc78a668 Mon Sep 17 00:00:00 2001 From: Deng Xudong Date: Tue, 14 May 2024 21:38:41 +0800 Subject: [PATCH] Update README.md --- README.md | 53 ++--------------------------------------------------- 1 file changed, 2 insertions(+), 51 deletions(-) diff --git a/README.md b/README.md index 18a876d..d90f5d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![DOI](https://zenodo.org/badge/487297608.svg)](https://zenodo.org/badge/latestdoi/487297608) +[toc]

@@ -21,57 +22,7 @@

- - -**Table of Contents** - -- [*](#) - - [安装](#%E5%AE%89%E8%A3%85) - - [QuickStart](#quickstart) - - [一、stats](#%E4%B8%80stats) - - [1.1 readability](#11--readability) - - [1.2 term_freq](#12--term_freq) - - [1.3 dict_pkl_list](#13-dict_pkl_list) - - [注意:](#%E6%B3%A8%E6%84%8F) - - [1.4 load_pkl_dict](#14-load_pkl_dict) - - [1.5 sentiment](#15-sentiment) - - [1.6 sentiment_by_valence()](#16-sentiment_by_valence) - - [二、dictionary](#%E4%BA%8Cdictionary) - - [2.1 SoPmi 共现法](#21-sopmi-%E5%85%B1%E7%8E%B0%E6%B3%95) - - [2.2 W2VModels 词向量](#22-w2vmodels-%E8%AF%8D%E5%90%91%E9%87%8F) - - [需要注意](#%E9%9C%80%E8%A6%81%E6%B3%A8%E6%84%8F) - - [2.3 co_occurrence_matrix](#23-co_occurrence_matrix) - - [2.4 Glove](#24--glove) - - [三、similarity](#%E4%B8%89similarity) - - [四、Text2Mind](#%E5%9B%9Btext2mind) - - [4.1 tm.sematic_distance(words, c_words1, c_words2)](#41-tmsematic_distancewords-c_words1-c_words2) - - [4.2 tm.sematic_projection(words, c_words1, c_words2)](#42-tmsematic_projectionwords-c_words1-c_words2) - - [引用声明](#%E5%BC%95%E7%94%A8%E5%A3%B0%E6%98%8E) - - [apalike](#apalike) - - [bibtex](#bibtex) - - [endnote](#endnote) - - [如果](#%E5%A6%82%E6%9E%9C) - - [更多](#%E6%9B%B4%E5%A4%9A) - - - -# ![](img/logo.png) - -[旧版cntext入口](version1.2.md) - -中文文本分析库,可对文本进行词频统计、词典扩充、情绪分析、相似度、可读性等 - -- [github地址](https://github.com/hidadeng/cntext) ``https://github.com/hidadeng/cntext`` -- [pypi地址](https://pypi.org/project/cntext/) ``https://pypi.org/project/cntext/`` -- [视频课-**Python网络爬虫与文本数据分析**](https://ke.qq.com/course/482241?tuin=163164df) - - - -到2023-11-20这一天, cntext的下载累积量达到36581人次。 - -[![](img/cntext-stats.png)](https://www.pepy.tech/projects/cntext) - -功能模块含 +## 功能模块含 - [x] **stats** 文本统计指标 - [x] 词频统计