andrlik / django-markov

A reusable Django app for creating and storing Markov text models, and generating sentences from them.
https://andrlik.github.io/django-markov/
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Add setting for choosing alternative training models from spacy #13

Open andrlik opened 6 months ago

andrlik commented 6 months ago

We're currently defaulting to the 'en_web_trf' model, which is fine, but for users that want a slimmer install we should have the ability for them to install the 'en_web_sm' version. Or alternatively, models for other languages.

andrlik commented 6 months ago

Doing this would be a breaking change though.