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",