We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012467e commit 86d1678Copy full SHA for 86d1678
quickumls.py
@@ -83,7 +83,7 @@ def __init__(
83
raise ValueError('Language "{}" not supported'.format(self.language_flag))
84
elif constants.LANGUAGES[self.language_flag] is None:
85
self._stopwords = set()
86
- spacy_lang = 'xx'
+ spacy_lang = 'XXX'
87
else:
88
self._stopwords = set(
89
nltk.corpus.stopwords.words(constants.LANGUAGES[self.language_flag])
0 commit comments