mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 01:16:28 +03:00
* More feature tweaks
This commit is contained in:
parent
41dedfb14e
commit
33c421bcf8
|
@ -98,9 +98,9 @@ STATE = (
|
||||||
(E_label, W_sic),
|
(E_label, W_sic),
|
||||||
(E_label, W_pos),
|
(E_label, W_pos),
|
||||||
(E_label, W_cluster),
|
(E_label, W_cluster),
|
||||||
(E_label, E0_sic, W_sic),
|
(E_label, W_shape),
|
||||||
(E_label, E0_pos, W_pos),
|
(E_label, E_last_sic),
|
||||||
(E_label, E0_cluster, W_pos)
|
(E_label, E0_pos, E_last_pos),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user