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
(3)Language distribution of text
python language_distribution_analysis.py
(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