umcu / negation-detection

Negation detection in Dutch clinical text.
GNU General Public License v3.0
3 stars 0 forks source link

Choice of sentence splitter #24

Open lcreteig opened 3 years ago

lcreteig commented 3 years ago

Currently the trained sentence splitter from the small spaCy Dutch model is used. Consider using medspacy's sentence splitter instead (cf. #17). This is made for English language text, but also for medical text, so it might still beat a vanilla Dutch sentence splitter.