Skip to content

Commit

Permalink
Add annotation comment to sample data
Browse files Browse the repository at this point in the history
  • Loading branch information
bkis committed Jun 17, 2024
1 parent e2bfed8 commit 8d4d5e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tekst-API/tekst/sample_data/db/contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,10 @@
},
{
"token": "du",
"annotations": [{ "key": "Entity", "value": "Fox" }],
"annotations": [
{ "key": "Entity", "value": "Fox" },
{ "key": "comment", "value": "This is a comment." }
],
"lb": false
},
{ "token": "hast", "annotations": [], "lb": false },
Expand Down

0 comments on commit 8d4d5e3

Please sign in to comment.