This repository is the code of the proceeding "Atalaya at SemEval 2019 task 5: Robust embeddings for tweet classification."
- Get data
./bin/get_data.sh
- Get Elmo
./bin/get_elmo.sh
- Install dependencies
pip install -r requirements.txt
- Install this package in editable mode
pip install -e .
- Run tests
python setup.py test