Skip to content

Releases: doccano/auto-labeling-pipeline

v0.1.13

22 Feb 03:50
Compare
Choose a tag to compare
  • Support Python3.6
  • Add new templates
    • Amazon Comprehend Entity Recognition
    • Amazon Comprehend PII Entity
  • Add types for each model
  • Add label merge feature
  • Remove request.py

v0.1.12

19 Feb 02:14
Compare
Choose a tag to compare
  • Add description field to Option model
  • Fix the method to replace text in the dictionary

v0.1.11

16 Feb 22:42
Compare
Choose a tag to compare

Update GCP Entity Analysis template

v0.1.10

16 Feb 12:46
Compare
Choose a tag to compare
  • Update AmazonComprehendSentimentRequestModel
  • Add remove overlap method

v0.1.9

15 Feb 06:42
Compare
Choose a tag to compare

Refactoring template, task, and labels.

v0.1.8

02 Feb 07:20
Compare
Choose a tag to compare

Update MappingTemplate.

v0.1.7

02 Feb 06:36
Compare
Choose a tag to compare

Update GCP Template.

v0.1.6

01 Feb 05:01
Compare
Choose a tag to compare
  • Add RequestModelFactory to restore RequestModel
  • Update post processor specification

v0.1.5

31 Jan 23:32
Compare
Choose a tag to compare

Change the internal structure.

v0.1.4

29 Jan 06:19
Compare
Choose a tag to compare

Pass a task instance instead of a string to the mapping template.