mirror of
https://github.com/explosion/spaCy.git
synced 2026-03-10 15:12:41 +03:00
14 lines
112 B
Python
14 lines
112 B
Python
STOP_WORDS = set("""
|
|
a abo aby ako ale až
|
|
|
|
daniž dokulaž
|
|
|
|
gaž
|
|
|
|
jolic
|
|
|
|
pak pótom
|
|
|
|
teke togodla
|
|
""".split())
|