Skip to content

Releases: wellcometrust/deep_reference_parser

v2020.4.29: Multitask

29 Apr 11:45
9f688c3
Compare
Choose a tag to compare
v2020.4.29: Multitask Pre-release
Pre-release

Very similar to v2020.4.23: Multitask apart from a few corrections

  • newest results in README
  • corrections to output path
  • output for return_tokens=False case of split_parse

The model version stays the same.

06/08/2020 addition: deep_reference_parser-2020.8.5-py3-none-any.whl has been added to the binaries. This .whl contains pinned versions of Keras and Tensorflow.

v2020.4.23: Multitask

23 Apr 12:23
b301d12
Compare
Choose a tag to compare
v2020.4.23: Multitask Pre-release
Pre-release
  • Add multitask split_parse command and tests, called with python -m deep_reference_parser split_parse
  • Fix issues with training data creation
  • Output predictions of validation data by default
  • Various improvements - using tox for testing, refactoring, improving error messages, README and tests

v2020.3.1: Prep for Multitask

18 Mar 13:08
ae2fcf2
Compare
Choose a tag to compare
Pre-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 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.

v2020.3.0: Add parse command

11 Mar 15:55
d899489
Compare
Choose a tag to compare
Pre-release
  • Adds parse command that can be called with python -m deep_reference_parser parse
  • Rename predict command to 'split' which can be called with python -m deep_reference_parser parse
  • Squashes most tensorflow, keras_contrib, and numpy warnings in __init__.py resulting from old versions and soon-to-be deprecated functions.
  • Reduces verbosity of logging, improving CLI clarity.
  • Fixes issues in annotate_numbered_references command.

v2020.2.0: Pre-Release

17 Feb 17:45
dc40e8d
Compare
Choose a tag to compare
Pre-release

Pre-Release version of deep_reference_parser. Features train and predict functions tested mainly for the task of labelling reference (e.g. academic references) spans in policy documents (e.g. documents produced by government, NGOs, etc).