Hi. I am trying to run this in a PowerShell terminal in PyCharm:
prodigy sent.teach powerplatformnlp en_core_web_lg C:/Users/kyleb/PycharmProjects/pythonProject/venv/pplatjobs.txt
and get the error KeyError: "No component 'senter' found in pipeline. The 'senter' may be missing or disabled in this pipeline. Available enabled names: ['tok2vec', 'tagger', 'parser', 'attribute_ruler', 'lemmatizer', 'ner']"
I found the pipeline meta json files and put senter in the front of the other components then deleted the default disabled component senter.
What do I need to do to get the pipeline loaded default with the component? Thanks