NegBio
NegBio copied to clipboard
Minor fixes for parse/handling paths
- if the code could not parse the sentence, it would return
None, but should returnNone, Noneto be consistent - Using a
pathlib2path for model_dir throws an error aspathlib2doesn't fully replicate behaviour withosfunctions in python 3