A simple tool for converting the format of data from SemEval2010 to TACRED.
- python 3.6
- tqdm
- StanfordCoreNLP [download]
- Download CoreNlp, put it in
./resource/
folder and then unzip it. - Use the following command to convert data:
python convert.py
- The result file will be store in
./result/
folder.
The result of the conversion may not be ideal! Hope to make comments.