1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-02-23 23:20:52 +03:00
spaCy/spacy/lang/am/stop_words.py

7 lines
168 B
Python

# Stop words
STOP_WORDS = set(
"""
ግን አንቺ አንተ እናንተ ያንተ ያንቺ የናንተ ራስህን ራስሽን ራሳችሁን
""".split()
)