Skip to content

v2020.3.1: Prep for Multitask

Pre-release
Pre-release
Compare
Choose a tag to compare
@ivyleavedtoadflax ivyleavedtoadflax released this 18 Mar 13:08
· 76 commits to master since this release
ae2fcf2
  • load_tsv can now deal with an arbitrary number of labels.
  • prodigy_to_tsv now takes a csv list of token labelled prodigy docs as first argument, and will output a single tsv file with combined labels ready for load_tsv
  • Sub modules reorganised: all io functions moved to the io module, all functions related to reading and writing prodigy format moved to the prodigy module.
  • Linting and other small improvements.