* Add (N0w, N1w) unigram pair to NER features, prompted by failure to detect 'this weekend'

This commit is contained in:
Matthew Honnibal 2015-04-15 06:01:18 +02:00
parent 05d0f078bb
commit 9f16848b60

View File

@ -197,6 +197,8 @@ ner = (
(P1_ne_iob, P1_ne_type),
(P2_ne_iob, P2_ne_type),
(N0w, P1_ne_iob, P1_ne_type),
(N0w, N1w),
)