Hi
i used the public demo tool to build patterns for a rule based matcher. This works well mostly.
i used it net.teach with this string:
prodigy ner.teach DatasetName en_core_web_lg ~/prg-datasets/turc/txt2.txt --label Catalog --patterns ~/prg-datasets/turc/dataset_patterns.jsonl
But the current generated string results an error: Value Error: Invalid JSON
{"label":"Catalog,"pattern" : [{"ORTH": "Catalog"},{"IS_PUNCT": True},{"ORTH": "LW"},{"IS_PUNCT": True},{"ORTH": "No"},{"SHAPE": "ddd/dddd"}]}
Does it only work on local displacy because of spacy Versioning?