Repo for all the codebase worked on different tracks for the SemEval
Mudit Arora (muarora@ucsc.edu), Yousuf Golding (ygolding@ucsc.edu)
- Python 3.x
- Required libraries (specified in
requirements.txt)
- Clone the repository:
git clone https://github.com/Mudit-Arora/semeval-task11.git cd semeval-task11 - Create a virtual environment and activate it:
python -m venv venv source venv/bin/activate # On Windows use `venv\Scripts\activate`
- Install the required packages:
pip install -r requirements.txt
To run the python file, check the specific file name you want to run, and make sure you're in the correct folder where the csv files are.
For example, if you want to run Track A, you'll just type
python semeval_a.py- No need to provide any additonal arguments as long as you in the correct folder.
Questions? Please reach out to our emails. Thanks!