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