mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26:27 +03:00
Fix formatting.
This commit is contained in:
parent
97ff496bad
commit
7a2f2f6f94
|
@ -148,14 +148,9 @@ for h in range(1, 31 + 1):
|
|||
_exc["%d%s" % (h, period)] = [{ORTH: "%d." % h}]
|
||||
|
||||
_custom_base_exc = {
|
||||
"i.": [{
|
||||
ORTH: "i",
|
||||
LEMMA: "i",
|
||||
NORM: "i"
|
||||
}, {
|
||||
ORTH: ".",
|
||||
TAG: PUNCT
|
||||
}]
|
||||
"i.": [
|
||||
{ORTH: "i", LEMMA: "i", NORM: "i"},
|
||||
{ORTH: ".", TAG: PUNCT}]
|
||||
}
|
||||
_exc.update(_custom_base_exc)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user