spaCy/spacy/lang/ml/stop_words.py

14 lines
184 B
Python
Raw Normal View History

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