file_word_count.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "summary": {
  3. "total_files": 5,
  4. "total_characters": 161581,
  5. "total_words": 25109,
  6. "total_lines": 459,
  7. "total_chinese_chars": 1687,
  8. "total_english_words": 20074,
  9. "total_file_size": 165268,
  10. "file_types": {
  11. ".md": {
  12. "count": 1,
  13. "total_chars": 2212,
  14. "total_words": 213
  15. },
  16. ".py": {
  17. "count": 2,
  18. "total_chars": 6816,
  19. "total_words": 532
  20. },
  21. ".csv": {
  22. "count": 2,
  23. "total_chars": 152553,
  24. "total_words": 24364
  25. }
  26. }
  27. },
  28. "details": [
  29. {
  30. "file_path": "../README_emotion_table.md",
  31. "file_name": "README_emotion_table.md",
  32. "file_extension": ".md",
  33. "file_size_bytes": 3448,
  34. "timestamp": "2025-07-07 18:45:20",
  35. "total_characters": 2212,
  36. "characters_no_spaces": 1809,
  37. "total_lines": 120,
  38. "empty_lines": 28,
  39. "non_empty_lines": 92,
  40. "total_words": 213,
  41. "chinese_characters": 590,
  42. "english_words": 60,
  43. "numbers": 77,
  44. "punctuation": 336
  45. },
  46. {
  47. "file_path": "../table_integration_code.py",
  48. "file_name": "table_integration_code.py",
  49. "file_extension": ".py",
  50. "file_size_bytes": 2808,
  51. "timestamp": "2025-07-07 18:45:20",
  52. "total_characters": 2298,
  53. "characters_no_spaces": 1959,
  54. "total_lines": 76,
  55. "empty_lines": 12,
  56. "non_empty_lines": 64,
  57. "total_words": 181,
  58. "chinese_characters": 251,
  59. "english_words": 36,
  60. "numbers": 26,
  61. "punctuation": 466
  62. },
  63. {
  64. "file_path": "../generate_emotion_table.py",
  65. "file_name": "generate_emotion_table.py",
  66. "file_extension": ".py",
  67. "file_size_bytes": 5348,
  68. "timestamp": "2025-07-07 18:45:20",
  69. "total_characters": 4518,
  70. "characters_no_spaces": 3596,
  71. "total_lines": 147,
  72. "empty_lines": 29,
  73. "non_empty_lines": 118,
  74. "total_words": 351,
  75. "chinese_characters": 409,
  76. "english_words": 67,
  77. "numbers": 143,
  78. "punctuation": 896
  79. },
  80. {
  81. "file_path": "../emotion_results.csv",
  82. "file_name": "emotion_results.csv",
  83. "file_extension": ".csv",
  84. "file_size_bytes": 152965,
  85. "timestamp": "2025-07-07 18:45:20",
  86. "total_characters": 152124,
  87. "characters_no_spaces": 127885,
  88. "total_lines": 111,
  89. "empty_lines": 0,
  90. "non_empty_lines": 111,
  91. "total_words": 24350,
  92. "chinese_characters": 318,
  93. "english_words": 19911,
  94. "numbers": 874,
  95. "punctuation": 9067
  96. },
  97. {
  98. "file_path": "../user_info_extracted.csv",
  99. "file_name": "user_info_extracted.csv",
  100. "file_extension": ".csv",
  101. "file_size_bytes": 699,
  102. "timestamp": "2025-07-07 18:45:20",
  103. "total_characters": 429,
  104. "characters_no_spaces": 420,
  105. "total_lines": 5,
  106. "empty_lines": 0,
  107. "non_empty_lines": 5,
  108. "total_words": 14,
  109. "chinese_characters": 119,
  110. "english_words": 0,
  111. "numbers": 78,
  112. "punctuation": 87
  113. }
  114. ],
  115. "export_time": "2025-07-07 18:45:20"
  116. }