spaCy/spacy/lang/te/stop_words.py

58 lines
1.1 KiB
Python
Raw Normal View History

# coding: utf8
from __future__ import unicode_literals
# Source: https://github.com/Xangis/extra-stopwords (MIT License)
STOP_WORDS = set("""
దర
అడగి
అడగడ
అడ
అన
అనమతి
అనమతిి
అయి
ఇపపటి
ఉన
ఎకకడ
ఎప
ఎవర
ఎవర ఒకర
ఏద
ఏమనపపటిి
ఏమనపపటిి
ఒక
ఒక రకకన
కనిిి
ిి
యగలిిి
తగి
తర
తర
ి
రక
మధ
మధ
మరి
మర
మళ
రమ
వద
వద
యతి
""".split())