bgnlp 0.5.2: Model download separation
Each model is now downloaded separately, when it's first called.
from bgnlp import commatize
text = "Човекът искащ безгрижно писане ме помоли да създам този модел."
print(commatize(text)) # The model is downloaded at this step, if it has not already been downloaded.