allenai / scispacy

A full spaCy pipeline and models for scientific/biomedical documents.
https://allenai.github.io/scispacy/
Apache License 2.0
1.69k stars 226 forks source link

Support custom N-Gram ranges (Solves #479) #480

Closed nachollorca closed 1 year ago

nachollorca commented 1 year ago

Here are a couple changes to support custom N-Gram ranges other than (3,3), in relation with Issue #479. It is also implemented as an option in the CLI.