From f6f5d78cb984d0585e6e81040e31672e88a0d7f0 Mon Sep 17 00:00:00 2001 From: ines Date: Mon, 8 May 2017 23:59:17 +0200 Subject: [PATCH] Fix formatting --- spacy/lang/nb/stop_words.py | 1 + spacy/lang/pt/lemmatizer.py | 1 + 2 files changed, 2 insertions(+) diff --git a/spacy/lang/nb/stop_words.py b/spacy/lang/nb/stop_words.py index afc158d09..306f61fdf 100644 --- a/spacy/lang/nb/stop_words.py +++ b/spacy/lang/nb/stop_words.py @@ -1,6 +1,7 @@ # encoding: utf8 from __future__ import unicode_literals + STOP_WORDS = set(""" alle allerede alt and andre annen annet at av diff --git a/spacy/lang/pt/lemmatizer.py b/spacy/lang/pt/lemmatizer.py index 01765e04f..b78c36177 100644 --- a/spacy/lang/pt/lemmatizer.py +++ b/spacy/lang/pt/lemmatizer.py @@ -1,6 +1,7 @@ # coding: utf8 from __future__ import unicode_literals + LOOKUP = { "Abris": "abril", "Agostos": "agosto",