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

68 lines
349 B
Python
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
STOP_WORDS = set(
"""
아니
그렇
위하
때문
그것
말하
그러나
못하
그런
그리고
시키
그러
하나
어떤
다른
어떻
이렇
""".split()
)