From d12ca587eababb75601078c4761e6a9d78fefecc Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 3 May 2017 09:38:29 +0200 Subject: [PATCH] Add newline --- spacy/ja/stop_words.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/ja/stop_words.py b/spacy/ja/stop_words.py index b2120b30d..45bb7a4d8 100644 --- a/spacy/ja/stop_words.py +++ b/spacy/ja/stop_words.py @@ -6,4 +6,4 @@ from __future__ import unicode_literals STOP_WORDS = set(""" 。 、 -""".split()) \ No newline at end of file +""".split())