'Prodigy + Spacy to train dataset

I would like an example of using Prodigy to train a dataset (text file with some named entities). This file would be in Portuguese. The idea would be to train a model with Prodigy to make notes for the recognition of named entities (I'm not sure how Prodigy works). And then use Spacy + Python to load a trained model and apply it to new files to recognize named entities.

Thank you



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source