Skip to content

bgnlp 0.5.2: Model download separation

Choose a tag to compare

@auhide auhide released this 27 Jan 15:31
· 4 commits to main since this release
b1035e9

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.