From 4e514f1ea8afcf341cc1d9b923eb7667b4b287c9 Mon Sep 17 00:00:00 2001 From: Shumi <76557637+Shumie82@users.noreply.github.com> Date: Thu, 11 Feb 2021 21:30:34 +0200 Subject: [PATCH] Update stop_words.py I have deleted line 1 to 5 and the statement print(STOP_WORDS) --- spacy/lang/tn/stop_words.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spacy/lang/tn/stop_words.py b/spacy/lang/tn/stop_words.py index 65681f6ee..a627ef362 100644 --- a/spacy/lang/tn/stop_words.py +++ b/spacy/lang/tn/stop_words.py @@ -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) \ No newline at end of file