Skip to content

Commit

Permalink
re-work default model
Browse files Browse the repository at this point in the history
  • Loading branch information
pudo committed Oct 15, 2024
1 parent 64e300e commit f8cd0f6
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions js/src/defaultModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
"hidden": true,
"label": "Detected companies",
"matchable": true,
"maxLength": 250,
"maxLength": 384,
"name": "companiesMentioned",
"qname": "Analyzable:companiesMentioned",
"type": "name"
Expand Down Expand Up @@ -291,7 +291,7 @@
"hidden": true,
"label": "Detected names",
"matchable": true,
"maxLength": 250,
"maxLength": 384,
"name": "namesMentioned",
"qname": "Analyzable:namesMentioned",
"type": "name"
Expand All @@ -300,7 +300,7 @@
"hidden": true,
"label": "Detected people",
"matchable": true,
"maxLength": 250,
"maxLength": 384,
"name": "peopleMentioned",
"qname": "Analyzable:peopleMentioned",
"type": "name"
Expand Down Expand Up @@ -3133,7 +3133,7 @@
"hidden": true,
"label": "Detected names",
"matchable": true,
"maxLength": 250,
"maxLength": 384,
"name": "namesMentioned",
"qname": "Interval:namesMentioned",
"type": "name"
Expand Down Expand Up @@ -4060,7 +4060,7 @@
"name": {
"label": "Name",
"matchable": true,
"maxLength": 250,
"maxLength": 384,
"name": "name",
"qname": "Mention:name",
"type": "name"
Expand Down Expand Up @@ -6239,7 +6239,7 @@
"alias": {
"label": "Other name",
"matchable": true,
"maxLength": 250,
"maxLength": 384,
"name": "alias",
"qname": "Thing:alias",
"type": "name"
Expand Down Expand Up @@ -6335,7 +6335,7 @@
"name": {
"label": "Name",
"matchable": true,
"maxLength": 250,
"maxLength": 384,
"name": "name",
"qname": "Thing:name",
"type": "name"
Expand All @@ -6361,7 +6361,7 @@
"previousName": {
"label": "Previous name",
"matchable": true,
"maxLength": 250,
"maxLength": 384,
"name": "previousName",
"qname": "Thing:previousName",
"type": "name"
Expand Down Expand Up @@ -6460,7 +6460,7 @@
},
"weakAlias": {
"label": "Weak alias",
"maxLength": 250,
"maxLength": 384,
"name": "weakAlias",
"qname": "Thing:weakAlias",
"type": "name"
Expand Down Expand Up @@ -7205,6 +7205,7 @@
"in": "India",
"io": "British Indian Ocean Territory",
"iq": "Iraq",
"iq-kr": "Kurdistan",
"ir": "Iran",
"is": "Iceland",
"it": "Italy",
Expand Down Expand Up @@ -7523,7 +7524,7 @@
"group": "names",
"label": "Name",
"matchable": true,
"maxLength": 250,
"maxLength": 384,
"pivot": true,
"plural": "Names"
},
Expand Down

0 comments on commit f8cd0f6

Please sign in to comment.