Hi prodi.gy team,
I bump into this annoying 'No tasks available'.
I used db-in to populate the prodigy db with a jsonl file of 1800+ lines, including same pre-annotation spans here and there. got that ouput:
(.venv) butterlin% prodigy db-in chall_transcripts2 ../../../data/prodigy_jsonl/transcripts2.jsonl
✔ Created dataset 'chall_transcripts2' in database SQLite
✔ Imported 1838 annotated examples and saved them to
'chall_transcripts2' (session 2023-10-17_18-28-30) in database SQLite
Found and keeping existing "answer" in 0 examples
How should I interpret the last line ? (saying "keeping existing answer in 0 examples")
then I used the spans.manual recipe as:
prodigy spans.manual chall_transcripts2 blank:en ../../../data/prodigy_jsonl/transcripts2.jsonl --use-annotations --label 'M','U','R','UNK',.... ```
getting this output:
Using 29 label(s): M, U, R, UNK, ADJ, ADJ:FORM, ADV, CONJ, CONTR, DET, MORPH, NOUN, NOUN:INFL, NOUN:NUM, NOUN:POSS, ORTH, OTHER, PART, PREP, PRON, PUNCT, SPELL, UNK, VERB, VERB:FORM, VERB:INFL, VERB:SVA, VERB:TENSE, WO ✨
Starting the web server at [http://localhost:8080](http://localhost:8080/) ...
Open the app in your browser and start annotating!
Prodigy starts smoothly but I get a No tasks available msg.
prodigy stats -l says that my dataset exists.
I tried to drop everything, and restart. even deleting prodigy.db.
in the control panel, I see THIS SESSION= 0 , TOTAL=1838, and the progress bar is at 100%. Any idea ?
Version 1.14.4
Platform Linux-5.4.0-163-generic-x86_64-with-glibc2.29
Python Version 3.8.10
Spacy Version 3.6.1
Many thanks for your help
Jean-Philippe