Skip to content

Commit

Permalink
Merge pull request #524 from PrimozGodec/fix-preprocess-json-err
Browse files Browse the repository at this point in the history
[FIX] Update ulr to use https for udpipe models
  • Loading branch information
ajdapretnar authored May 22, 2020
2 parents bec0896 + 1344390 commit 32d82f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orangecontrib/text/preprocess/normalize.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def file_to_language(file):


class UDPipeModels:
server_url = "http://file.biolab.si/files/udpipe/"
server_url = "https://file.biolab.si/files/udpipe/"

def __init__(self):
self.local_data = os.path.join(data_dir(versioned=False), 'udpipe/')
Expand Down

0 comments on commit 32d82f4

Please sign in to comment.