question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Export sequence labels as document+entities json

See original GitHub issue

Feature Request

When in a Sequence Labeling project, it would be nice to be able to export the data in a format like spacy’s training format.

("Uber blew through $1 million a week", {'entities': [(0, 4, 'ORG')]}),
("Google rebrands its business apps", {'entities': [(0, 6, "ORG")]})

Describe the problem

This feature would make the file we’re downloading a lot smaller and also make offline entity labeling pipelines a lot faster.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:8
  • Comments:11 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
Zerthickcommented, Oct 17, 2018

If exporting entity annotations in spaCy format is to be supported it would also be useful to be able to export text classifications in a spaCy like format as well such as:

("Uber blew through $1 million a week", {'cats': {'BUSINESS': 1.0, 'MONEY': 1.0}}),
("Google rebrands its business apps", {'cats': {'BUSINESS': 1.0, 'MONEY': 0.0}})
0reactions
BrambleXucommented, Dec 14, 2018

@jamesmf We are working to implement a download page with two download buttons. The ‘export data’ in the navigation bar can redirect the user to download page. A user can choose to download CSV file or JSON file by clicking the button.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Export labels from project - Labelbox Docs
When you export your annotations from Labelbox, you will get a JSON payload containing the annotations for each labeled asset in your dataset....
Read more >
Handling the processing response | Document AI
Our sample JSON output contains one page because our sample document is a single ... as quality/defect_* and sorted in descending order by...
Read more >
Label Studio Documentation — Export Annotations
At any point in your labeling project, you can export the annotations from Label Studio. Label Studio stores your annotations in a raw...
Read more >
Export labels - Deepen AI - Enterprise
Overview: Users can export labels using export labels by using different methods. ... Only labels which are marked as done are exported as...
Read more >
JSON format for importing and exporting - Amazon Lex
See the JSON file format and directory structure that Amazon Lex V2 uses to import and export bots and bot locales.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found