Browse Source

add docstring

main
lhess2021 4 years ago
parent
commit
0f8c28282e
  1. 4
      scripts.d/py-scripts.d/word-count-per-canto.py

4
scripts.d/py-scripts.d/word-count-per-canto.py

@ -3,6 +3,10 @@ import os
import glob import glob
import shutil import shutil
"""
generate CSV files for each word in the comedy, containing three columns: canticle,canto,word count of specific word in canto
"""
currentDir = os.path.abspath(os.getcwd()) currentDir = os.path.abspath(os.getcwd())
csvDir = '../../comedy-wordcount.d/csv/' csvDir = '../../comedy-wordcount.d/csv/'

Loading…
Cancel
Save