You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
1.1 KiB

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