Fix formatting.

This commit is contained in:
Søren Lind Kristiansen 2017-12-20 18:37:37 +01:00
parent 97ff496bad
commit 7a2f2f6f94

View File

@ -148,14 +148,9 @@ for h in range(1, 31 + 1):
_exc["%d%s" % (h, period)] = [{ORTH: "%d." % h}] _exc["%d%s" % (h, period)] = [{ORTH: "%d." % h}]
_custom_base_exc = { _custom_base_exc = {
"i.": [{ "i.": [
ORTH: "i", {ORTH: "i", LEMMA: "i", NORM: "i"},
LEMMA: "i", {ORTH: ".", TAG: PUNCT}]
NORM: "i"
}, {
ORTH: ".",
TAG: PUNCT
}]
} }
_exc.update(_custom_base_exc) _exc.update(_custom_base_exc)