mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Add (N0w, N1w) unigram pair to NER features, prompted by failure to detect 'this weekend'
This commit is contained in:
parent
05d0f078bb
commit
9f16848b60
|
@ -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),
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user