Open azpoliak opened 3 years ago
src/:
src/
Under src/ create a directory for each analysis method and move the corresponding python files there:
[x] topic-modeling
topic-modeling
[x] `sentiment
[x] personas
personas
get rid of imports.py and import python libraries that are necessary in each python file directly.
imports.py
get rid of data files that shouldnt be here.
data/
src/
:Under
src/
create a directory for each analysis method and move the corresponding python files there:[x]
topic-modeling
[x] `sentiment
[x]
personas
get rid of
imports.py
and import python libraries that are necessary in each python file directly.get rid of data files that shouldnt be here.
data/