Skip to content

Models, Dataset's, Tests and Documentation

Compare
Choose a tag to compare
@AndriyMulyar AndriyMulyar released this 27 Dec 22:25
· 945 commits to master since this release

Models, Datasets, and Tests

Data:

  • Added Dataset class, removing DataLoader, to facilitate loading data.
  • Added capabilities to integrate medaCy compatible data packages into Dataset.
  • MedaCy compatible data packages can be versioned, pre-metamapped, and easily distributed (or not!).

Models:

  • Added support for a clinical notes NER model that is installed from a medaCy compatible model python package.
  • MedaCy compatible model packages can be versioned, benchmarked, and easily distributed (or not!).

Tests

  • Extensive unit tests for all major medaCy that integrate with outside medacy_data_end python package.

Documentation

  • Updated README.
  • Added framework for examples
  • Added Sphinx and auto-doc.