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