Skip to content

Commit bcfd72f

Browse files
committed
Merge branch 'main' of https://github.com/hiDaDeng/cntext
2 parents b0acd0d + 2165f65 commit bcfd72f

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

README.md

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -2,64 +2,64 @@
22
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
33
**Table of Contents**
44

5-
- [cntext:面向社会科学研究的中文文本分析工具库](#cntext面向社会科学研究的中文文本分析工具库)
6-
- [安装 cntext](#安装-cntext)
7-
- [功能模块](#功能模块)
5+
- [cntext:面向社会科学研究的中文文本分析工具库](#cntext%E9%9D%A2%E5%90%91%E7%A4%BE%E4%BC%9A%E7%A7%91%E5%AD%A6%E7%A0%94%E7%A9%B6%E7%9A%84%E4%B8%AD%E6%96%87%E6%96%87%E6%9C%AC%E5%88%86%E6%9E%90%E5%B7%A5%E5%85%B7%E5%BA%93)
6+
- [安装 cntext](#%E5%AE%89%E8%A3%85-cntext)
7+
- [功能模块](#%E5%8A%9F%E8%83%BD%E6%A8%A1%E5%9D%97)
88
- [QuickStart](#quickstart)
9-
- [一、IO 模块](#一io-模块)
10-
- [1.1 get\_dict\_list()](#11-get_dict_list)
11-
- [1.2 内置 yaml 词典](#12-内置-yaml-词典)
12-
- [1.3 read\_dict\_yaml()](#13-read_dict_yaml)
13-
- [1.4 detect\_encoding()](#14-detect_encoding)
14-
- [1.5 get\_files(fformat)](#15-get_filesfformat)
15-
- [1.6 read\_pdf](#16-read_pdf)
16-
- [1.7 read\_docx](#17-read_docx)
17-
- [1.8 read\_file()](#18-read_file)
18-
- [1.9 read\_files()](#19-read_files)
19-
- [1.10 extract\_mda](#110-extract_mda)
9+
- [一、IO 模块](#%E4%B8%80io-%E6%A8%A1%E5%9D%97)
10+
- [1.1 get_dict_list()](#11-get_dict_list)
11+
- [1.2 内置 yaml 词典](#12-%E5%86%85%E7%BD%AE-yaml-%E8%AF%8D%E5%85%B8)
12+
- [1.3 read_dict_yaml()](#13-read_dict_yaml)
13+
- [1.4 detect_encoding()](#14-detect_encoding)
14+
- [1.5 get_files(fformat)](#15-get_filesfformat)
15+
- [1.6 read_pdf](#16-read_pdf)
16+
- [1.7 read_docx](#17-read_docx)
17+
- [1.8 read_file()](#18-read_file)
18+
- [1.9 read_files()](#19-read_files)
19+
- [1.10 extract_mda](#110-extract_mda)
2020
- [1.11 traditional2simple()](#111-traditional2simple)
21-
- [1.12 fix\_text()](#112-fix_text)
22-
- [1.13 fix\_contractions(text)](#113-fix_contractionstext)
23-
- [1.14 clean\_text(text)](#114-clean_texttext)
24-
- [二、Stats 模块](#二stats-模块)
25-
- [2.1 word\_count()](#21-word_count)
21+
- [1.12 fix_text()](#112-fix_text)
22+
- [1.13 fix_contractions(text)](#113-fix_contractionstext)
23+
- [1.14 clean_text(text)](#114-clean_texttext)
24+
- [二、Stats 模块](#%E4%BA%8Cstats-%E6%A8%A1%E5%9D%97)
25+
- [2.1 word_count()](#21-word_count)
2626
- [2.2 readability()](#22-readability)
2727
- [2.3 sentiment(text, diction, lang)](#23-sentimenttext-diction-lang)
28-
- [2.4 sentiment\_by\_valence()](#24-sentiment_by_valence)
29-
- [2.5 word\_in\_context()](#25-word_in_context)
28+
- [2.4 sentiment_by_valence()](#24-sentiment_by_valence)
29+
- [2.5 word_in_context()](#25-word_in_context)
3030
- [2.6 epu()](#26-epu)
3131
- [2.7 fepu()](#27-fepu)
32-
- [2.8 semantic\_brand\_score()](#28-semantic_brand_score)
33-
- [2.9 文本相似度](#29-文本相似度)
34-
- [2.10 word\_hhi](#210-word_hhi)
35-
- [三、Plot 模块](#三plot-模块)
36-
- [3.1 matplotlib\_chinese()](#31-matplotlib_chinese)
37-
- [3.2 lexical\_dispersion\_plot1()](#32-lexical_dispersion_plot1)
38-
- [3.3 lexical\_dispersion\_plot2()](#33-lexical_dispersion_plot2)
39-
- [四、Model 模块](#四model-模块)
32+
- [2.8 semantic_brand_score()](#28-semantic_brand_score)
33+
- [2.9 文本相似度](#29-%E6%96%87%E6%9C%AC%E7%9B%B8%E4%BC%BC%E5%BA%A6)
34+
- [2.10 word_hhi](#210-word_hhi)
35+
- [三、Plot 模块](#%E4%B8%89plot-%E6%A8%A1%E5%9D%97)
36+
- [3.1 matplotlib_chinese()](#31-matplotlib_chinese)
37+
- [3.2 lexical_dispersion_plot1()](#32-lexical_dispersion_plot1)
38+
- [3.3 lexical_dispersion_plot2()](#33-lexical_dispersion_plot2)
39+
- [四、Model 模块](#%E5%9B%9Bmodel-%E6%A8%A1%E5%9D%97)
4040
- [4.1 Word2Vec()](#41-word2vec)
4141
- [4.2 GloVe()](#42-glove)
42-
- [4.3 evaluate\_similarity()](#43-evaluate_similarity)
43-
- [4.4 evaluate\_analogy()](#44-evaluate_analogy)
42+
- [4.3 evaluate_similarity()](#43-evaluate_similarity)
43+
- [4.4 evaluate_analogy()](#44-evaluate_analogy)
4444
- [4.5 SoPmi()](#45-sopmi)
45-
- [4.6 load\_w2v()](#46-load_w2v)
45+
- [4.6 load_w2v()](#46-load_w2v)
4646
- [4.7 glove2word2vec()](#47-glove2word2vec)
47-
- [注意](#注意)
48-
- [4.8 expand\_dictionary()](#48-expand_dictionary)
49-
- [五、Mind 模块](#五mind-模块)
50-
- [5.1 semantic\_centroid(wv, words)](#51-semantic_centroidwv-words)
51-
- [5.2 generate\_concept\_axis(wv, poswords, negwords)](#52-generate_concept_axiswv-poswords-negwords)
52-
- [5.3 sematic\_distance()](#53-sematic_distance)
53-
- [5.4 sematic\_projection()](#54-sematic_projection)
54-
- [5.5 project\_word](#55-project_word)
55-
- [5.6 project\_text()](#56-project_text)
56-
- [5.7 divergent\_association\_task()](#57-divergent_association_task)
57-
- [5.8 discursive\_diversity\_score()](#58-discursive_diversity_score)
58-
- [5.8 procrustes\_align()](#58-procrustes_align)
59-
- [六、LLM 模块](#六llm-模块)
47+
- [注意](#%E6%B3%A8%E6%84%8F)
48+
- [4.8 expand_dictionary()](#48-expand_dictionary)
49+
- [五、Mind 模块](#%E4%BA%94mind-%E6%A8%A1%E5%9D%97)
50+
- [5.1 semantic_centroid(wv, words)](#51-semantic_centroidwv-words)
51+
- [5.2 generate_concept_axis(wv, poswords, negwords)](#52-generate_concept_axiswv-poswords-negwords)
52+
- [5.3 sematic_distance()](#53-sematic_distance)
53+
- [5.4 sematic_projection()](#54-sematic_projection)
54+
- [5.5 project_word](#55-project_word)
55+
- [5.6 project_text()](#56-project_text)
56+
- [5.7 divergent_association_task()](#57-divergent_association_task)
57+
- [5.8 discursive_diversity_score()](#58-discursive_diversity_score)
58+
- [5.8 procrustes_align()](#58-procrustes_align)
59+
- [六、LLM 模块](#%E5%85%ADllm-%E6%A8%A1%E5%9D%97)
6060
- [6.1 ct.llm()](#61-ctllm)
61-
- [6.2 内置prompt](#62-内置prompt)
62-
- [使用声明](#使用声明)
61+
- [6.2 内置prompt](#62-%E5%86%85%E7%BD%AEprompt)
62+
- [使用声明](#%E4%BD%BF%E7%94%A8%E5%A3%B0%E6%98%8E)
6363
- [apalike](#apalike)
6464
- [bibtex](#bibtex)
6565
- [endnote](#endnote)

0 commit comments

Comments
 (0)