Removing Entities permanently from en_core_web_trf #11660
-
Hi I am working on an entity detection where I want to detect only two entities PERSON and WORK_OF_ART. As an example Khatia Buniatishvili - Chopin: Prelude in E minor Op. 28, no. 4 In these the first part is PERSON which is correctly detected and second part is WORK_OF_ART but since numbers are appearing in second part, they are detected as CARDINAL. So inorder to detect these two entities alone (PERSON and WORK_OF_ART), then
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello, |
Beta Was this translation helpful? Give feedback.
Hello,
It's not possible to remove a label because the model learned all labels in combination. Also,
WORK_OF_ART
does not perform well compared to the other labels.