Skip to content

Commit

Permalink
Missing argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mgraffg committed Aug 2, 2024
1 parent 9ec0892 commit 7d67c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dialectid/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def load(filename):
return data


def load_dialectid(lang, dim, subwords):
def load_dialectid(lang, dim, subwords=False):
"""Load url"""

diroutput = join(dirname(__file__), 'models')
Expand Down

0 comments on commit 7d67c07

Please sign in to comment.