I am new to Prodigy and haven't fully figured out the paradigm. For a project, I would like to manually annotate names from texts. My team has developed our own model to recognize the names, so I only want to use the annotated texts (produced with Prodigy) as a golden standard for our model.
To do so, I have a csv file texts.csv
with the text in one of the columns. Do I need to convert this file into a json, or can I also run Prodigy on the csv file?
Also, what is the code that I need to run to start the ner_manual
with this dataset?
I suppose, I have to start with:
!python -m prodigy ner.manual
However, it is unclear to me how I should run the rest. Can someone help me with this?