mirror of https://github.com/explosion/spaCy.git
Update stop_words.py
I have deleted line 1 to 5 and the statement print(STOP_WORDS)
This commit is contained in:
parent
0d57e84b7b
commit
4e514f1ea8
|
@ -1,8 +1,3 @@
|
|||
coding: utf8
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
# Stop words
|
||||
STOP_WORDS = set("""
|
||||
ke gareng ga selekanyo tlhwatlhwa yo mongwe se
|
||||
|
@ -21,4 +16,3 @@ bonala e tshwanang bogolo tsenya tsweetswee karolo
|
|||
sepe tlhalosa dirwa robedi robongwe lesomenngwe gaisa
|
||||
tlhano lesometlhano botlalo lekgolo
|
||||
""".split())
|
||||
print(STOP_WORDS)
|
Loading…
Reference in New Issue