ai-content-maker/.venv/Lib/site-packages/spacy/lang/hsb/stop_words.py

20 lines
123 B
Python
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
STOP_WORDS = set(
"""
a abo ale ani
dokelž
hdyž
jeli jelizo
kaž
pak potom
tež tohodla
zo zoby
""".split()
)