|
|
@ -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/' |
|
|
|
|
|
|
|
|
|