Skip to content

Commit 86d1678

Browse files
authored
Fix for #30
1 parent 012467e commit 86d1678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickumls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def __init__(
8383
raise ValueError('Language "{}" not supported'.format(self.language_flag))
8484
elif constants.LANGUAGES[self.language_flag] is None:
8585
self._stopwords = set()
86-
spacy_lang = 'xx'
86+
spacy_lang = 'XXX'
8787
else:
8888
self._stopwords = set(
8989
nltk.corpus.stopwords.words(constants.LANGUAGES[self.language_flag])

0 commit comments

Comments
 (0)