Skip to content

Latest commit

 

History

History
executable file
·
47 lines (33 loc) · 887 Bytes

README.md

File metadata and controls

executable file
·
47 lines (33 loc) · 887 Bytes

Data analysis phase

Some common functional functions are provided in data analysis

(1)Average rounds of text analysis code to calculate average rounds (in terms of line breaks):

python average_rotation_analysis.py

The output is

Average Rotation in texts: 10.666666666666666

(2)Field distribution of text

python average_rotation_analysis.py

Output as nested pie chart 领域分布图

(3)Language distribution of text

python language_distribution_analysis.py

Output as pie chart 领域分布图

(4)Text length analysis

python text_length_analysis.py

The output is

Average Length of all texts: 72.4
Maximum Length of all texts: 133
Minimum Length of all texts: 21
Median Length of all texts: 85.0