INTRO
- Here is a draft structure of Python-based project with an OOP design.
- It focuses on sentiment analysis for text files stored in a nested directory.
- The design incorporates multiple sentiment analysis frameworks and flexible configurations for each, while storing results in a JSON file.
1 | import os |
All implementations and improvements will be presented in separate posts.