Fix formatting

This commit is contained in:
ines 2017-05-08 23:59:17 +02:00
parent 6eb6306843
commit f6f5d78cb9
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# encoding: utf8 # encoding: utf8
from __future__ import unicode_literals from __future__ import unicode_literals
STOP_WORDS = set(""" STOP_WORDS = set("""
alle allerede alt and andre annen annet at av alle allerede alt and andre annen annet at av

View File

@ -1,6 +1,7 @@
# coding: utf8 # coding: utf8
from __future__ import unicode_literals from __future__ import unicode_literals
LOOKUP = { LOOKUP = {
"Abris": "abril", "Abris": "abril",
"Agostos": "agosto", "Agostos": "agosto",