Skip to content

Instantly share code, notes, and snippets.

@jackdh
Created March 4, 2018 14:49
Show Gist options
  • Save jackdh/5c42cbbdab59af8a8ccf9eb51eb7dfc5 to your computer and use it in GitHub Desktop.
Save jackdh/5c42cbbdab59af8a8ccf9eb51eb7dfc5 to your computer and use it in GitHub Desktop.
{
"rasa_nlu_data": {
"common_examples": [
{
"text": "i want to go marienplatz",
"intent": "FindConnection",
"entities": [
{
"entity": "StationDest",
"start": 13,
"stop": 24,
"text": "marienplatz"
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment