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

57 lines
1.1 KiB
Python
Raw Permalink Normal View History

2024-05-03 04:18:51 +03:00
# Source: https://github.com/Xangis/extra-stopwords (MIT License)
STOP_WORDS = set(
"""
దర
అడగి
అడగడ
అడ
అన
అనమతి
అనమతిి
అయి
ఇపపటి
ఉన
ఎకకడ
ఎప
ఎవర
ఎవర ఒకర
ఏద
ఏమనపపటిి
ఏమనపపటిి
ఒక
ఒక రకకన
కనిిి
ిి
యగలిిి
తగి
తర
తర
ి
రక
మధ
మధ
మరి
మర
మళ
రమ
వద
వద
యతి
""".split()
)