We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NativeCsvWriter
ARElight/arelight/brat_backend.py
Lines 170 to 172 in d87f81b
The text was updated successfully, but these errors were encountered:
nicolay-r/AREkit#462
Sorry, something went wrong.
Consider the case of adding extra columns for this native writer:
for i, e_ind in enumerate(sent_data[const.ENTITIES]): TypeError: 'NoneType' object is not iterable Iter documents data: 0it [00:00, ?it/s]
#64 added
c823857
#64 fix
23a0223
nicolay-r
No branches or pull requests
ARElight/arelight/brat_backend.py
Lines 170 to 172 in d87f81b
The text was updated successfully, but these errors were encountered: