medaCy
medaCy copied to clipboard
Refactorings
I made a couple of non-spec changes to the BiLSTM and BERT code while doing a code exploration. Only one is intended to boost performance.
I also migrated the tests related to the refactored functionality to pytest, marked those tests as slow, and instructed Travis not to run slow tests. We might consider migrating the whole test suite to pytest.
Closes #208.
Closes #210