@koaning hi! I was checking you very useful tutorial blog here but I can’t do the first step of loading NLU model. My pipeline includes this:
- name: SpacyNLP
model: "en_core_web_md"
case_sensitive: false
And I get an error in Jupyter saying KeyError: 'PUNCTSIDE_FIN'
, it also includes pipes.pyx
, attrs.pyx
, morphology.pyx
. Do you have any solution so I can follow your tutorial? thanks