mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
fix import of stop words in language data
This commit is contained in:
parent
f377c9c952
commit
29720150f9
|
@ -4,7 +4,7 @@ from __future__ import unicode_literals
|
||||||
from .. import language_data as base
|
from .. import language_data as base
|
||||||
from ..language_data import update_exc, strings_to_exc
|
from ..language_data import update_exc, strings_to_exc
|
||||||
|
|
||||||
from .stop_words import STOP_WORDS
|
from .word_sets import STOP_WORDS, NUM_WORDS
|
||||||
|
|
||||||
|
|
||||||
STOP_WORDS = set(STOP_WORDS)
|
STOP_WORDS = set(STOP_WORDS)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user