Hey there,
I have been looking into textcat.print-stream
. According to the https://prodi.gy/docs/recipes, it takes model as one of the arguments:
prodigy textcat.print-stream en_core_web_sm headlines.jsonl | less -r
According to the docs:
prodigy textcat.print-stream [dataset] [source] [--api] [--loader] [--label]
When tested prodigy textcat.print-stream /prodigy/Mergedmodel EvalSample.jsonl
, I get an error unrecognized arguments: EvalSample.jsonl
.