I want to use prodigy on Python to annotate my data, but when I write down the following example code to test I face with "Invalid Syntax" error. Would you please let me know a full python code for doing the task?
prodigy ner.manual ner_news_headlines blank:en ./news_headlines.jsonl --label PERSON,ORG,PRODUCT,LOCATION
I received the same error message either in Google Colab or PyCharm environment.