Closed RAJANAGORI closed 4 years ago
what is the solution for this?
anyone has solution for this?
Same error at my end
same error at my end.
@RAJANAGORI Did you solve the issue? I'm also getting the same error
Replace "with open(dataturks_JSON_FilePath, 'r') as f:" this line with open(dataturks_JSON_FilePath, 'r',encoding='utf-8') as f:
It works for me
error = 'NoneType' object is not iterable Traceback (most recent call last): File "", line 22, in convert_dataturks_to_spacy
for annotation in data['annotation']:
TypeError: 'NoneType' object is not iterable
TypeError Traceback (most recent call last)