mirror of
https://github.com/explosion/spaCy.git
synced 2025-06-05 21:53:05 +03:00
* Tweak features
This commit is contained in:
parent
e3b123e6e0
commit
61142a8eff
|
@ -164,12 +164,12 @@ s0_n0 = (
|
||||||
)
|
)
|
||||||
|
|
||||||
s1_n0 = (
|
s1_n0 = (
|
||||||
(S0_has_head, S1p, N0p),
|
(S1p, N0p),
|
||||||
(S0_has_head, S1c, N0c),
|
(S1c, N0c),
|
||||||
(S0_has_head, S1c, N0p),
|
(S1c, N0p),
|
||||||
(S0_has_head, S1p, N0c),
|
(S1p, N0c),
|
||||||
(S0_has_head, S1W, S1p, N0p),
|
(S1W, S1p, N0p),
|
||||||
(S0_has_head, S1p, N0W, N0p)
|
(S1p, N0W, N0p)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user