v2020.3.1: Prep for Multitask
Pre-release
Pre-release
ivyleavedtoadflax
released this
18 Mar 13:08
·
76 commits
to master
since this release
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 forload_tsv
- Sub modules reorganised: all io functions moved to the
io
module, all functions related to reading and writing prodigy format moved to theprodigy module
. - Linting and other small improvements.