I'm struggling getting the NER model to work for me. You can see the process I have followed so far and the issues I have had. Please tell me if I'm missing something or the model needs to be recreated. Thank you.
- I downloaded the NER folder (https://github.com/Glorf/recipenlg/tree/main/ner/model).
- Point spacy.load() to folder
- -1st error: OSError: [E053] Could not read config file from /Users/dragon/Desktop/DVA_project/RecipeNLG/NER_model/config.cfg
-Regenerate config.cfg file b/c I didn't see one on GIT
-
- 2nd error: ValueError: [E1005] Unable to set attribute 'POS' in tokenizer exception for ' '. Tokenizer exceptions are only allowed to specify ORTH and NORM.
I'm struggling getting the NER model to work for me. You can see the process I have followed so far and the issues I have had. Please tell me if I'm missing something or the model needs to be recreated. Thank you.
-Regenerate config.cfg file b/c I didn't see one on GIT