From 949ad6594b759ebd91da142187cbb6f675117eea Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Wed, 3 May 2017 09:38:43 +0200 Subject: [PATCH] Add newline --- spacy/ja/tag_map.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spacy/ja/tag_map.py b/spacy/ja/tag_map.py index 2196ff397..f5b6b5040 100644 --- a/spacy/ja/tag_map.py +++ b/spacy/ja/tag_map.py @@ -21,4 +21,4 @@ TAG_MAP = { "CONJ": {POS: CONJ}, "ADJ": {POS: ADJ}, "VERB": {POS: VERB} -} \ No newline at end of file +}