This project was developed as part of a university team assignment.
-
Python 3.12
-
Dependencies listed in
requirements.txt
Install dependencies with:
python3.12 -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r requirements.txt- Make sure a folder that contains the development datasets exists, called data
- Example test run:
python src/main.py data/reviews_devset.json --stopwords data/stopwords.txtMake sure your code works before pushing
Example of individual tests
python -m unittest unittests.test_tokenize