buerokratt / Data-Anonymizer

MIT License
1 stars 4 forks source link

API-based connection with Open Data Portal #18

Open turnerrainer opened 2 years ago

turnerrainer commented 2 years ago

AS A Data Anonymizer user I WANT annotated NER corpus from Open Data Portal to be downloaded automatically SO THAT I would have access to it without downloading and updating it manually

Acceptance Criteria

turnerrainer commented 1 year ago

@vmugra should NER corpuses from ODP be updated automatically (meaning that there is a mechanism to check for updates periodically) or on-demand (meaning there's a button to trigger it)?

Should there be some kind of versioning as well?

Please update AC accordingly.

vmugra commented 1 year ago

@turnerrainer No model versioning. The latest model will always be active model.

turnerrainer commented 1 year ago

Actions by partners

  1. The latest model will always be deployed to GitHub;
  2. Based on the latest model, a new data corpus is generated;
  3. A new data corpus is published to GitHub.

Actions by Bürokratt (internally)

  1. New corpus is fetched from GitHub;
  2. Fetched corpus is published to Open Data Portal (ODP).

@vmugra correct?