mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-22 19:04:25 +03:00
Update symbols.pxd
This commit is contained in:
parent
fe10f9c702
commit
6dee76dfed
|
@ -426,3 +426,9 @@ cpdef enum symbol_t:
|
||||||
#IS_QUOTE
|
#IS_QUOTE
|
||||||
#IS_LEFT_PUNCT
|
#IS_LEFT_PUNCT
|
||||||
#IS_RIGHT_PUNCT
|
#IS_RIGHT_PUNCT
|
||||||
|
|
||||||
|
# These symbols are currently missing. However, if we add them currently,
|
||||||
|
# we'll throw off the integer index and the model will have to be retrained.
|
||||||
|
# We therefore wait until the next data version to add them.
|
||||||
|
# acl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user