Skip to content

Instantly share code, notes, and snippets.

@wrathagom
Created July 28, 2017 13:13
Show Gist options
  • Save wrathagom/7f05fbda75c785977bd07cd89e62ddd7 to your computer and use it in GitHub Desktop.
Save wrathagom/7f05fbda75c785977bd07cd89e62ddd7 to your computer and use it in GitHub Desktop.
Stack Overflow Get a Cab Training Data set
{
"rasa_nlu_data": {
"common_examples": [
{
"intent": "ServiceRequestEnquiry",
"text": "wake up"
},
{
"intent": "ServiceRequestEnquiry",
"text": "wake"
},
{
"intent": "ServiceRequestEnquiry",
"text": "wakeup"
},
{
"intent": "ServiceRequestEnquiry",
"text": "on"
},
{
"intent": "ServiceRequestEnquiry",
"text": "start"
},
{
"intent": "ConfirmationNo",
"text": "no not now"
},
{
"entities": [],
"intent": "ConfirmationNo",
"text": "not sure"
},
{
"entities": [],
"intent": "ConfirmationNo",
"text": "no bot"
},
{
"entities": [],
"intent": "ConfirmationNo",
"text": "no goride bot"
},
{
"entities": [],
"intent": "ConfirmationNo",
"text": "no thanks"
},
{
"entities": [],
"intent": "ConfirmationNo",
"text": "not yet"
},
{
"intent": "BookCab",
"text": "book a ride for later"
},
{
"intent": "BookCab",
"text": "i want go for a ride now"
},
{
"intent": "BookCab",
"text": "book a ride today"
},
{
"intent": "BookCab",
"text": "I want to go ride today 5pm"
},
{
"intent": "BookCab",
"text": "book a ride today 5pm"
},
{
"intent": "BookCab",
"text": "I want to book a shuttle for later."
},
{
"intent": "bookTime",
"text": "I'll book later"
},
{
"intent": "bookTime",
"text": "i want to book now"
},
{
"intent": "bookTime",
"text": "i want to book later"
}
],
"regex_features": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment