Skip to content

Commit

Permalink
supported languages fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika committed Nov 28, 2024
1 parent d966a5f commit 7672027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uralicNLP/uralicApi.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def lemmatize(word, language, force_local=True, descriptive=True, word_boundarie
return lemmas

def supported_languages():
d = requests.get("https://uralic.mikakalevi.com/nightly/supported_languages.json")
d = requests.get(download_server_url + "supported_languages.json")
return d.json()

def __api_analyze(word, language,descriptive=True):
Expand Down

0 comments on commit 7672027

Please sign in to comment.