mirror of
https://github.com/explosion/spaCy.git
synced 2026-01-06 00:39:25 +03:00
Fix missing comma
This commit is contained in:
parent
2d2765fd8a
commit
b2e2bba8b0
|
|
@ -53,6 +53,6 @@ def like_num(text):
|
|||
|
||||
|
||||
LEX_ATTRS = {
|
||||
NORM: norm
|
||||
NORM: norm,
|
||||
LIKE_NUM: like_num
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user