Skip to content

Mudit-Arora/semeval-task11

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

semeval-task11

Repo for all the codebase worked on different tracks for the SemEval

Team Members

Mudit Arora (muarora@ucsc.edu), Yousuf Golding (ygolding@ucsc.edu)

Prerequisites

  • Python 3.x
  • Required libraries (specified in requirements.txt)

Installation

  1. Clone the repository:
    git clone https://github.com/Mudit-Arora/semeval-task11.git
    cd semeval-task11
  2. Create a virtual environment and activate it:
    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the required packages:
    pip install -r requirements.txt

Usage

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!

About

Repo for all the codebase worked on different tracks for the SemEval

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors