issues
search
NLPatVCU
/
medaCy
:hospital: Medical Text Mining and Information Extraction with spaCy
GNU General Public License v3.0
432
stars
91
forks
source link
medaCy 1.0.1
#198
Closed
swfarnsworth
closed
3 years ago
swfarnsworth
commented
3 years ago
Fixed type check that should accept
str
or
os.PathLike
; previously, it only accepted
os.PathLike
The log file contains the command that initiated that execution of medaCy.
Restored Python 3.6 support by installing the
dataclasses
backport when installing in a 3.6 environment.
Closes #197.
str
oros.PathLike
; previously, it only acceptedos.PathLike
dataclasses
backport when installing in a 3.6 environment.Closes #197.