mirror of
https://github.com/explosion/spaCy.git
synced 2026-03-10 23:22:42 +03:00
12 lines
178 B
Python
12 lines
178 B
Python
STOP_WORDS = set("""
|
|
അത്
|
|
ഇത്
|
|
ആയിരുന്നു
|
|
ആകുന്നു
|
|
വരെ
|
|
അന്നേരം
|
|
അന്ന്
|
|
ഇന്ന്
|
|
ആണ്
|
|
""".split())
|