mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +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
|
from ..symbols import ORTH, ENT_TYPE, LOWER
|
||||||
|
|
||||||
|
|
||||||
ENT_ID = "ent_id"
|
ENT_ID = "ent_id"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# coding: utf8
|
# coding: utf8
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
|
||||||
# Source https://github.com/stopwords-iso/stopwords-fi/blob/master/stopwords-fi.txt
|
# Source https://github.com/stopwords-iso/stopwords-fi/blob/master/stopwords-fi.txt
|
||||||
# Reformatted with some minor corrections
|
# Reformatted with some minor corrections
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
# coding: utf8
|
# coding: utf8
|
||||||
|
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# coding: utf8
|
# coding: utf8
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
|
||||||
LOOKUP = {
|
LOOKUP = {
|
||||||
"Aaronsonnak": "Aaronson",
|
"Aaronsonnak": "Aaronson",
|
||||||
"Aaronsont": "Aaronson",
|
"Aaronsont": "Aaronson",
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# coding: utf8
|
# coding: utf8
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
|
||||||
LOOKUP = {
|
LOOKUP = {
|
||||||
"'ndranghete": "'ndrangheta",
|
"'ndranghete": "'ndrangheta",
|
||||||
"'ndrine": "'ndrina",
|
"'ndrine": "'ndrina",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user