-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathentry.py
18 lines (17 loc) · 928 Bytes
/
entry.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import os
os.system('python textprocessor.py -f corpus/azad.txt')
os.system('python textprocessor.py -f corpus/bal.txt')
os.system('python textprocessor.py -f corpus/bhagar.txt')
os.system('python textprocessor.py -f corpus/azad.txt')
os.system('python textprocessor.py -f corpus/bal.txt')
os.system('python textprocessor.py -f corpus/bhagar.txt')
os.system('python textprocessor.py -f corpus/kudiram.txt')
os.system('python textprocessor.py -f corpus/lala.txt')
os.system('python textprocessor.py -f corpus/maha.txt')
os.system('python textprocessor.py -f corpus/mirza.txt')
os.system('python textprocessor.py -f corpus/ramprasad.txt')
os.system('python textprocessor.py -f corpus/nehru.txt')
os.system('python textprocessor.py -f corpus/rasbihari.txt')
os.system('python textprocessor.py -f corpus/saukat.txt')
os.system('python textprocessor.py -f corpus/sbose.txt')
os.system('python textprocessor.py -f corpus/udam.txt')