* Fix parse features

This commit is contained in:
Matthew Honnibal 2015-06-28 09:27:33 +02:00
parent aba0257894
commit 71a4e876a9

View File

@ -246,11 +246,6 @@ unigrams = (
(N0lW, N0lp),
(N0lc6, N0lp),
(N0lL,),
(S1lW, S1lp),
(S1lc6, S1lp),
(S1lL,),
(S1lp,),
)
@ -296,7 +291,7 @@ s1_s0 = (
(S1L, S0L, S0W),
(S1L, S0L, S0p),
(S1p, S1L, S0L, S0p),
(S1p, S1lp, S0p),
(S1p, S0p),
)
@ -310,7 +305,7 @@ s1_n0 = (
(S1c6, S1p, N0c6, N0p),
(S1L, N0p),
(S1p, S1rL, N0p),
(S1p, S1lp, S1rp, N0p)
(S1p, S1rp, N0p)
)