Skip to content

Latest commit

 

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data-Intensive Computing Project

This project was developed as part of a university team assignment.

Contributors:
Sravanthi Muthineni dylan bakogiannis Roberto

  • Requirements

  • 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

Run the code

  • 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.txt

Unit Testing

Make sure your code works before pushing

Example of individual tests

python -m unittest unittests.test_tokenize

About

Large-scale data processing coursework — TU Wien MSc Data Science

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages