Skip to content

Instantly share code, notes, and snippets.

@rurounijones
Created March 13, 2020 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rurounijones/ab1859ef11035619ecee3e474a817b90 to your computer and use it in GitHub Desktop.
Save rurounijones/ab1859ef11035619ecee3e474a817b90 to your computer and use it in GitHub Desktop.
{
"query": "Overlord melody 4 two where is Gamble 5 one?",
"topScoringIntent": {
"intent": "BearingToFriendlyPlayer",
"score": 0.68498534
},
"entities": [
{
"entity": "melody",
"type": "learned_group",
"startIndex": 9,
"endIndex": 14,
"score": 0.9389841
},
{
"entity": "gamble",
"type": "learned_group",
"startIndex": 31,
"endIndex": 36,
"score": 0.7292945
},
{
"entity": "overlord melody 4 two",
"type": "learned_sender",
"startIndex": 0,
"endIndex": 20,
"score": 0.968740761
},
{
"entity": "gamble 5 one",
"type": "player_callsign",
"startIndex": 31,
"endIndex": 42,
"score": 0.9930689,
"role": "target"
},
{
"entity": "overlord",
"type": "awacs_callsign",
"startIndex": 0,
"endIndex": 7,
"resolution": {
"values": [
"overlord"
]
}
},
{
"entity": "4",
"type": "builtin.number",
"startIndex": 16,
"endIndex": 16,
"resolution": {
"subtype": "integer",
"value": "4"
},
"role": "flight"
},
{
"entity": "two",
"type": "builtin.number",
"startIndex": 18,
"endIndex": 20,
"resolution": {
"subtype": "integer",
"value": "2"
},
"role": "element"
},
{
"entity": "5",
"type": "builtin.number",
"startIndex": 38,
"endIndex": 38,
"resolution": {
"subtype": "integer",
"value": "5"
},
"role": "flight"
},
{
"entity": "one",
"type": "builtin.number",
"startIndex": 40,
"endIndex": 42,
"resolution": {
"subtype": "integer",
"value": "1"
},
"role": "element"
}
],
"compositeEntities": [
{
"parentType": "learned_sender",
"value": "overlord melody 4 two",
"children": [
{
"type": "learned_group",
"value": "melody"
},
{
"type": "builtin.number",
"role": "flight",
"value": "4"
},
{
"type": "awacs_callsign",
"value": "overlord"
},
{
"type": "builtin.number",
"role": "element",
"value": "two"
}
]
},
{
"parentType": "player_callsign",
"value": "gamble 5 one",
"children": [
{
"type": "learned_group",
"value": "gamble"
},
{
"type": "builtin.number",
"role": "flight",
"value": "5"
},
{
"type": "builtin.number",
"role": "element",
"value": "one"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment