You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
Does your tool convert files generated by webanno (uima binary cas, uima cas json, uima cas xmi, conll, tsv3) to Spacy NER training data format?
Thank you in advance !!!
The text was updated successfully, but these errors were encountered:
Thank you for your answer! I am beginner in this field, so all these details are new for me.
I exported from webanno the annotated sentences (in arabic) to uima cas Json format (attachment). When I apply your convert_spacy_train_data.py script to my data, i get this error:
Traceback (most recent call last): File "D:\OBVIL\Bureau\spacy-ner-annotator-master\convert_spacy_train_data.py", line 12, in <module> ents = [tuple(entity) for entity in data['entities']] TypeError: string indices must be integers
Hi !
Does your tool convert files generated by webanno (uima binary cas, uima cas json, uima cas xmi, conll, tsv3) to Spacy NER training data format?
Thank you in advance !!!
The text was updated successfully, but these errors were encountered: