Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika committed Dec 31, 2022
1 parent 0d5cfa1 commit 7cd5116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.4.1',
version='1.4.2',

description='An NLP library for Uralic languages such as Finnish and Sami. Also supports Spanish, Arabic, Russian etc.',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion uralicNLP/uralicApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


api_url = "https://akusanat.com/smsxml/"
download_server_url = "https://models.uralicnlp.com/nightly/"
download_server_url = "http://models.uralicnlp.com/nightly/"

class ModelNotFound(Exception):
pass
Expand Down

0 comments on commit 7cd5116

Please sign in to comment.