Source code for the TextMine 2024 challenge.
- getData.py contains the code to retrieve textmine data and transform it into the correct format for flair.
- train.py contains the code to train the model with the data retrieved in getData.
- validation.py contains the code to apply the model to the validation data and transform them into textmine format.