Skip to content

Instantly share code, notes, and snippets.

@mizutori
Created August 21, 2018 05:48
Show Gist options
  • Save mizutori/7ca303bb5ac293ecfbe802ae90d8499f to your computer and use it in GitHub Desktop.
Save mizutori/7ca303bb5ac293ecfbe802ae90d8499f to your computer and use it in GitHub Desktop.
"types": [
{
"name": "$Speed",
"entities": [
{
"key": "SLOWLY",
"synonyms": [
"slowly",
"slow"
]
},
{
"key": "NORMALLY",
"synonyms": [
"normally",
"regular"
]
},
{
"key": "QUICKLY",
"synonyms": [
"quickly",
"fast",
"quick"
]
}
]
},
{
"name": "$GoDirection",
"entities": [
{
"key": "FORWARD",
"synonyms": [
"forward",
"further"
]
},
{
"key": "BACKWARD",
"synonyms": [
"back",
"backward"
]
}
]
},
{
"name": "$Direction",
"entities": [
{
"key": "LEFT",
"synonyms": [
"left"
]
},
{
"key": "RIGHT",
"synonyms": [
"right"
]
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment