Skip to content

Commit

Permalink
Use https instead of http for udpipe models
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed May 8, 2020
1 parent a4d487b commit 1344390
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 1344390

Please sign in to comment.