Spaces:
Build error
Build error
| # -*- coding: utf-8 -*- | |
| import os | |
| import root_folder | |
| ROOT = root_folder.ROOT+"/" | |
| APP_FOLDER = ROOT+"/App/" | |
| ASSETS = APP_FOLDER+"assets/" | |
| DATA = ROOT+"Data/" | |
| DATA_INPUT = DATA+"input/" | |
| TEMP = DATA+"temp/" | |
| CORPUS = DATA+"corpus/" | |
| PRE = DATA+"pretreated/" | |
| DATA_OUTPUT = DATA+"output/" | |
| GRAPH_FOLDER = DATA+"graphs/" | |
| POLARITY_DATA = ASSETS+"polaritySets/" | |