mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Fix formatting
This commit is contained in:
parent
f46ffe3e89
commit
ae99990f63
|
@ -3,6 +3,7 @@ from __future__ import unicode_literals
|
|||
|
||||
from ..symbols import ORTH, ENT_TYPE, LOWER
|
||||
|
||||
|
||||
ENT_ID = "ent_id"
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# coding: utf8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
# Source https://github.com/stopwords-iso/stopwords-fi/blob/master/stopwords-fi.txt
|
||||
# Reformatted with some minor corrections
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
# coding: utf8
|
||||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# coding: utf8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
LOOKUP = {
|
||||
"Aaronsonnak": "Aaronson",
|
||||
"Aaronsont": "Aaronson",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# coding: utf8
|
||||
from __future__ import unicode_literals
|
||||
|
||||
|
||||
LOOKUP = {
|
||||
"'ndranghete": "'ndrangheta",
|
||||
"'ndrine": "'ndrina",
|
||||
|
|
Loading…
Reference in New Issue
Block a user