Doccano Versions Save

Open source annotation tool for machine learning practitioners.

v1.5.4

2 years ago

What's Changed

Full Changelog: https://github.com/doccano/doccano/compare/v1.5.3...v1.5.4

v1.5.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/doccano/doccano/compare/v1.5.2...v1.5.3

v1.5.2

2 years ago

What's Changed

Full Changelog: https://github.com/doccano/doccano/compare/v1.5.1...v1.5.2

v1.5.1

2 years ago

What's Changed

Full Changelog: https://github.com/doccano/doccano/compare/v1.5.0...v1.5.1

v1.5.0

2 years ago

Pickup

  • #1511 Support nested named entity recognition
  • #1414 Fix pip installation on Windows

What's Changed

New Contributors

Full Changelog: https://github.com/doccano/doccano/compare/v1.4.1...v1.5.0

v1.4.1

2 years ago

v1.4.0

3 years ago

v1.3.1

3 years ago

Small updates

v1.3.0

3 years ago

Mainly improve upload and download features:

Upload

  • Support a large file upload
  • Support a folder upload
  • Support multiple files upload
  • Support asynchronous upload
  • Enable to show upload progress

Ingestion

  • Support batch import to speed up the process
  • Support file validation
  • Import as much of the file's content as possible
  • Provide feedback on which file and what line is wrong and why.
  • Support 90 over encodings
  • Support auto encoding detection
  • Support saving filename

File format

  • Expand the available formats
  • Support for specifying columns for labels and text
  • Support for specifying schema of CoNLL(IOB2, IOE2, IOBES, BILOU)
  • Support for specifying separator(CSV, CoNLL)

Download

  • Support a large file download
  • Support asynchronous download
  • Support zip download
  • Support JSON download

Others

  • Support project tags

v1.2.4

3 years ago

Fix the dependency problem #1278