I am using this command:
python -m prodigy textcat.manual mykeyword myjsonfile.jsonl" --label labl1,label2,label3
The following file is empty:
/home/myuser/.prodigy
But after the annotation was completed, I clicked in the Save button in the prodigy browser UI.
I also typed:
prodigy stats -l
which gives me this:
============================== Prodigy Stats ==============================
Version 1.11.7
Location /home/myuser/anaconda3/.../site-packages/prodigy
Prodigy Home /home/myuser/.prodigy
Platform Linux-5.10...
Python Version 3.10.4
Database Name SQLite
Database Id sqlite
Total Datasets 1
Total Sessions 2================================ Datasets ================================
anotherkeyword
In the results showed by the command prodigy stats -l, I don't see the keyword I used to call prodigy and do the annotation. In my example, I would be searching for mykeyword.
Where were the annotations saved?