Skip to content

Commit

Permalink
fix: update regex pattern for named entity type in linguistic schema …
Browse files Browse the repository at this point in the history
…and delete superfluous schema
  • Loading branch information
simon-clematide committed Dec 28, 2024
1 parent 721a6fb commit c7fcd35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 143 deletions.
2 changes: 1 addition & 1 deletion json/linguistic_annotation/lingproc.v2.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"type": "string",
"title": "The E Schema",
"description": "named entity type as IOB tag",
"pattern": "^[IOBES]-[A-Za-z]+$",
"pattern": "^[IOBES]-[A-Za-z_0-9]+$",
"examples": ["B-LOC"]
}
}
Expand Down
142 changes: 0 additions & 142 deletions json/linguistic_annotation/lingproc_spacy.v2.schema.json

This file was deleted.

0 comments on commit c7fcd35

Please sign in to comment.