Skip to content
New issue

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

Functions to convert spacy back to jsonl #13

Open
sahinbatmaz opened this issue Jun 24, 2020 · 2 comments
Open

Functions to convert spacy back to jsonl #13

sahinbatmaz opened this issue Jun 24, 2020 · 2 comments
Labels
good first issue Good for newcomers

Comments

@sahinbatmaz
Copy link

You have provided jsonl to spacy function.

Could you add function to transform spacy to jsonl ?

@Hironsan
Copy link
Member

Could you add function to transform spacy to jsonl?

I can probably do that. But why you need this feature?

@Hironsan Hironsan added the good first issue Good for newcomers label Jun 25, 2020
@sahinbatmaz
Copy link
Author

Here are the steps I want to do in a project:

  • download jsonl from doccano
  • convert jsonl to spacy
  • apply rules and update annotations on spacy
  • convert spacy to jsonl
  • upload jsonl to doccano
  • check annotations manually and update exceptions

I might repeat this procedure and update my dataset iteratively.
(Maybe, I can also add new sentences in spacy to update my dataset.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants