NLPatVCU / medaCy

:hospital: Medical Text Mining and Information Extraction with spaCy
GNU General Public License v3.0
429 stars 91 forks source link

Refactorings #209

Open swfarnsworth opened 3 years ago

swfarnsworth commented 3 years ago

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.

swfarnsworth commented 3 years ago

Closes #208.

swfarnsworth commented 2 years ago

Closes #210