mirror of https://github.com/explosion/spaCy.git
* Add LOWER attr
This commit is contained in:
parent
f149259bf5
commit
6646bfc5df
|
@ -25,7 +25,7 @@ cpdef enum:
|
|||
|
||||
SIC = _SIC
|
||||
SHAPE = _SHAPE
|
||||
NORM1 = _NORM1
|
||||
LOWER = _NORM1
|
||||
NORM2 = _NORM2
|
||||
PREFIX = _PREFIX
|
||||
SUFFIX = _SUFFIX
|
||||
|
|
Loading…
Reference in New Issue