Export sequence labels as document+entities json
See original GitHub issueFeature 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:
- Created 5 years ago
- Reactions:8
- Comments:11 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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:
@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.