1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-30 23:04:13 +03:00
spaCy/spacy/lang/ti/stop_words.py

7 lines
171 B
Python

# Stop words
STOP_WORDS = set(
"""
ግን ግና ንስኻ ንስኺ ንስኻትክን ንስኻትኩም ናትካ ናትኪ ናትክን ናትኩም
""".split()
)