Hello,
I m very new to the prodigy and was following the very first step for an annotation task, and I used ner.manual in order to label the multi words in the pattern that I'm looking for. But at some point when I try to write a custom recipe to extract the annotations to a .jsonl file, I got this error:
terms = DB.get_dataset(dataset)
NameError: name 'DB' is not defined
I tried to download DB in the recipe.py as following :
from prodigy import DB
but it didn't work.
Could you please advice me.
Thanks.