Fix missing comma

This commit is contained in:
Matthew Honnibal 2018-10-28 00:09:16 +02:00 committed by GitHub
parent 2d2765fd8a
commit b2e2bba8b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,6 @@ def like_num(text):
LEX_ATTRS = {
NORM: norm
NORM: norm,
LIKE_NUM: like_num
}