1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-02-17 20:10:34 +03:00
spaCy/spacy/lang/ml/stop_words.py

14 lines
184 B
Python
Raw Normal View History

STOP_WORDS = set(
"""
അത
ഇത
ആയി
ആക
വര
അന
അന
ഇന
ആണ
""".split()
)