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

14 lines
184 B
Python
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
STOP_WORDS = set(
"""
അത
ഇത
ആയി
ആക
വര
അന
അന
ഇന
ആണ
""".split()
)