mirror of https://github.com/explosion/spaCy.git
removed 18 and replaced 18 with is_currency
This commit is contained in:
parent
471d3c9e23
commit
3deef1497a
|
@ -18,9 +18,9 @@ cdef enum attr_id_t:
|
||||||
IS_QUOTE
|
IS_QUOTE
|
||||||
IS_LEFT_PUNCT
|
IS_LEFT_PUNCT
|
||||||
IS_RIGHT_PUNCT
|
IS_RIGHT_PUNCT
|
||||||
|
IS_CURRENCY
|
||||||
|
|
||||||
FLAG18 = 18
|
FLAG19 = 19
|
||||||
FLAG19
|
|
||||||
FLAG20
|
FLAG20
|
||||||
FLAG21
|
FLAG21
|
||||||
FLAG22
|
FLAG22
|
||||||
|
|
Loading…
Reference in New Issue