Closed laeubli closed 7 years ago
Hi. Yes i am aware of this. There are a few other things missing too... This project was a part of a bigger codebase and i am trying to untangle the projects and remove dependencies. I am going to push a new version in the next few days.
@laeubli i pushed some fixes. Give it a go.
Thanks much. The ftfy
package seems to be missing from requirements.txt
, but apart from that, things seem to be working now.
Thumbs up for your code! Trying to reproduce your SemEval 2017 results for Subtask A, I realised that
semeval_data_loader.py
is missing in thedataset
module. It's explicitly excluded from the repository via.gitignore
.If I'm not mistaken, there's no way to train a model without the
SemEvalDataLoader
class fromsemeval_data_loader.py
. Would you mind sharing it?