node-nlp
Version:
Library for NLU (Natural Language Understanding) done in Node.js
2,191 lines • 96.4 kB
JSON
{
"name": "ChatbotCorpus",
"desc": "Visit https://github.com/sebischair/NLU-Evaluation-Corpora for more information",
"lang": "en",
"sentences": [{
"text": "i want to go marienplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationDest",
"start": 4,
"stop": 4,
"text": "marienplatz"
}],
"training": false
},
{
"text": "when is the next train in muncher freiheit?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "train"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 6,
"stop": 7,
"text": "muncher freiheit"
}
],
"training": false
},
{
"text": "when does the next u-bahn leaves from garching forschungszentrum?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 6,
"text": "u-bahn"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 9,
"stop": 10,
"text": "garching forschungszentrum"
}
],
"training": false
},
{
"text": "from olympia einkaufszentrum to hauptbahnhof",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 1,
"stop": 2,
"text": "olympia einkaufszentrum"
},
{
"entity": "StationDest",
"start": 4,
"stop": 4,
"text": "hauptbahnhof"
}
],
"training": false
},
{
"text": "when is the next train from winterstraße 12 to kieferngarten",
"intent": "FindConnection",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "train"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 6,
"stop": 7,
"text": "winterstraße 12"
},
{
"entity": "StationDest",
"start": 9,
"stop": 9,
"text": "kieferngarten"
}
],
"training": false
},
{
"text": "when is the next rocket from winterstraße 12 to kieferngarte",
"intent": "FindConnection",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "rocket"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 6,
"stop": 7,
"text": "winterstraße 12"
},
{
"entity": "StationDest",
"start": 9,
"stop": 9,
"text": "kieferngarte"
}
],
"training": false
},
{
"text": "can you find a connection from garching to hauptbahnhof?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 6,
"stop": 6,
"text": "garching"
},
{
"entity": "StationDest",
"start": 8,
"stop": 8,
"text": "hauptbahnhof"
}
],
"training": false
},
{
"text": "how to get from untere strassäcker 21 to fröttmaning",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 4,
"stop": 6,
"text": "untere strassäcker 21"
},
{
"entity": "StationDest",
"start": 8,
"stop": 8,
"text": "fröttmaning"
}
],
"training": false
},
{
"text": "how i can get from marienplatz to garching",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "marienplatz"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "connection from boltzmannstraße to kieferngarten",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 2,
"stop": 2,
"text": "boltzmannstraße"
},
{
"entity": "StationDest",
"start": 4,
"stop": 4,
"text": "kieferngarten"
}
],
"training": false
},
{
"text": "how to get from bonner platz to freimann?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 4,
"stop": 5,
"text": "bonner platz"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "freimann"
}
],
"training": false
},
{
"text": "when is the next s-bahn leaving at garching?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 6,
"text": "s-bahn"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 9,
"stop": 9,
"text": "garching"
}
],
"training": false
},
{
"text": "how do i get from oez to hbf?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "oez"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "hbf"
}
],
"training": false
},
{
"text": "how to get from winterstrasse 12 to fröttmaning",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 4,
"stop": 5,
"text": "winterstrasse 12"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "fröttmaning"
}
],
"training": false
},
{
"text": "how do i get from garching forschungszentrum to pasing",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 6,
"text": "garching forschungszentrum"
},
{
"entity": "StationDest",
"start": 8,
"stop": 8,
"text": "pasing"
}
],
"training": false
},
{
"text": "theresienstraße to assling",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 0,
"stop": 0,
"text": "theresienstraße"
},
{
"entity": "StationDest",
"start": 2,
"stop": 2,
"text": "assling"
}
],
"training": false
},
{
"text": "how can i get from theresienstraße to munich east?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "theresienstraße"
},
{
"entity": "StationDest",
"start": 7,
"stop": 8,
"text": "munich east"
}
],
"training": false
},
{
"text": "when does the next bus starts from garching?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "bus"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "from quiddestraße to garching?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 1,
"stop": 1,
"text": "quiddestraße"
},
{
"entity": "StationDest",
"start": 3,
"stop": 3,
"text": "garching"
}
],
"training": false
},
{
"text": "can you find a connection from kurt-eisner-straße to garching forschungszentrum?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 6,
"stop": 10,
"text": "kurt-eisner-straße"
},
{
"entity": "StationDest",
"start": 12,
"stop": 13,
"text": "garching forschungszentrum"
}
],
"training": false
},
{
"text": "can you find a connection from quiddestraße to garching forschungszentrum?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 6,
"stop": 6,
"text": "quiddestraße"
},
{
"entity": "StationDest",
"start": 8,
"stop": 9,
"text": "garching forschungszentrum"
}
],
"training": false
},
{
"text": "when does the next train leaves at garching?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "train"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "from hauptbahnhof to garching?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 1,
"stop": 1,
"text": "hauptbahnhof"
},
{
"entity": "StationDest",
"start": 3,
"stop": 3,
"text": "garching"
}
],
"training": false
},
{
"text": "how can i get to glockenbachviertel from garching forschungszentrum?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 7,
"stop": 8,
"text": "garching forschungszentrum"
},
{
"entity": "StationDest",
"start": 5,
"stop": 5,
"text": "glockenbachviertel"
}
],
"training": false
},
{
"text": "how i can get from garching to nordfriedhof",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "garching"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "nordfriedhof"
}
],
"training": false
},
{
"text": "how can i get to glockenbachviertel from garching forschungszentrum?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 7,
"stop": 8,
"text": "garching forschungszentrum"
},
{
"entity": "StationDest",
"start": 5,
"stop": 5,
"text": "glockenbachviertel"
}
],
"training": false
},
{
"text": "when is the next train leaving in garching forschungszentrum",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "train"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 7,
"stop": 8,
"text": "garching forschungszentrum"
}
],
"training": false
},
{
"text": "how can i get from moosach to quiddestraße?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "moosach"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "quiddestraße"
}
],
"training": false
},
{
"text": "how can i get from moosach to poccistraße?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "moosach"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "poccistraße"
}
],
"training": false
},
{
"text": "how can i get from kurt-eisner-straße to garching forschungszentrum?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 9,
"text": "kurt-eisner-straße"
},
{
"entity": "StationDest",
"start": 11,
"stop": 12,
"text": "garching forschungszentrum"
}
],
"training": false
},
{
"text": "how can i get from moosach to quiddestraße?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "moosach"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "quiddestraße"
}
],
"training": false
},
{
"text": "how can i get from moosach to odeonsplatz?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "moosach"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "odeonsplatz"
}
],
"training": false
},
{
"text": "when does the next bus starts at garching?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "bus"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "what's the shortest way from quiddestraße to odeonsplatz?",
"intent": "FindConnection",
"entities": [{
"entity": "Criterion",
"start": 4,
"stop": 4,
"text": "shortest"
},
{
"entity": "StationStart",
"start": 7,
"stop": 7,
"text": "quiddestraße"
},
{
"entity": "StationDest",
"start": 9,
"stop": 9,
"text": "odeonsplatz"
}
],
"training": false
},
{
"text": "when is the next bus from ostbahnhof",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "bus"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 6,
"stop": 6,
"text": "ostbahnhof"
}
],
"training": false
},
{
"text": "how i can get from garching to neuperlach sued",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "garching"
},
{
"entity": "StationDest",
"start": 7,
"stop": 8,
"text": "neuperlach sued"
}
],
"training": false
},
{
"text": "when is the next train in munchner freiheit?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "train"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 6,
"stop": 7,
"text": "munchner freiheit"
}
],
"training": false
},
{
"text": "how i can get from marienplatz to garching?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "marienplatz"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "how do i get from poccistraße to laim",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "poccistraße"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "laim"
}
],
"training": false
},
{
"text": "i want to go garching from marienplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 6,
"stop": 6,
"text": "marienplatz"
},
{
"entity": "StationDest",
"start": 4,
"stop": 4,
"text": "garching"
}
],
"training": false
},
{
"text": "how i can get from marienplatz to garching?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "marienplatz"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "how can i get from hauptbahnhof to odeonsplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "hauptbahnhof"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "odeonsplatz"
}
],
"training": false
},
{
"text": "prinzregentenplatz to rotkreuzplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 0,
"stop": 0,
"text": "prinzregentenplatz"
},
{
"entity": "StationDest",
"start": 2,
"stop": 2,
"text": "rotkreuzplatz"
}
],
"training": false
},
{
"text": "i want to go to garching from marienplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 7,
"stop": 7,
"text": "marienplatz"
},
{
"entity": "StationDest",
"start": 5,
"stop": 5,
"text": "garching"
}
],
"training": false
},
{
"text": "next train from garching",
"intent": "DepartureTime",
"entities": [{
"entity": "Criterion",
"start": 0,
"stop": 0,
"text": "next"
},
{
"entity": "Vehicle",
"start": 1,
"stop": 1,
"text": "train"
},
{
"entity": "StationStart",
"start": 3,
"stop": 3,
"text": "garching"
}
],
"training": false
},
{
"text": "from prinzregentenplatz to rotkreuzplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 1,
"stop": 1,
"text": "prinzregentenplatz"
},
{
"entity": "StationDest",
"start": 3,
"stop": 3,
"text": "rotkreuzplatz"
}
],
"training": false
},
{
"text": "when is the next subway from garching forschungszentrum",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "subway"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 6,
"stop": 7,
"text": "garching forschungszentrum"
}
],
"training": false
},
{
"text": "from garching to klinikum",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 1,
"stop": 1,
"text": "garching"
},
{
"entity": "StationDest",
"start": 3,
"stop": 3,
"text": "klinikum"
}
],
"training": false
},
{
"text": "from garching foschungszentrum to odeonsplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 1,
"stop": 2,
"text": "garching foschungszentrum"
},
{
"entity": "StationDest",
"start": 4,
"stop": 4,
"text": "odeonsplatz"
}
],
"training": false
},
{
"text": "next bus in garching",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 1,
"stop": 1,
"text": "bus"
},
{
"entity": "Criterion",
"start": 0,
"stop": 0,
"text": "next"
},
{
"entity": "StationStart",
"start": 3,
"stop": 3,
"text": "garching"
}
],
"training": false
},
{
"text": "when does the train leaving in garching forschungszentrum",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 3,
"stop": 3,
"text": "train"
},
{
"entity": "StationStart",
"start": 6,
"stop": 7,
"text": "garching forschungszentrum"
}
],
"training": false
},
{
"text": "next subway from garching forschungszentrum",
"intent": "DepartureTime",
"entities": [{
"entity": "Criterion",
"start": 0,
"stop": 0,
"text": "next"
},
{
"entity": "Vehicle",
"start": 1,
"stop": 1,
"text": "subway"
},
{
"entity": "StationStart",
"start": 3,
"stop": 4,
"text": "garching forschungszentrum"
}
],
"training": false
},
{
"text": "tell me the next bus from garching",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "bus"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 6,
"stop": 6,
"text": "garching"
}
],
"training": false
},
{
"text": "next bus from garching, please.",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 1,
"stop": 1,
"text": "bus"
},
{
"entity": "Criterion",
"start": 0,
"stop": 0,
"text": "next"
},
{
"entity": "StationStart",
"start": 3,
"stop": 3,
"text": "garching"
}
],
"training": false
},
{
"text": "next bus from garching",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 1,
"stop": 1,
"text": "bus"
},
{
"entity": "Criterion",
"start": 0,
"stop": 0,
"text": "next"
},
{
"entity": "StationStart",
"start": 3,
"stop": 3,
"text": "garching"
}
],
"training": false
},
{
"text": "next bus from central station",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 1,
"stop": 1,
"text": "bus"
},
{
"entity": "Criterion",
"start": 0,
"stop": 0,
"text": "next"
},
{
"entity": "StationStart",
"start": 3,
"stop": 4,
"text": "central station"
}
],
"training": false
},
{
"text": "from garching to marienplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 1,
"stop": 1,
"text": "garching"
},
{
"entity": "StationDest",
"start": 3,
"stop": 3,
"text": "marienplatz"
}
],
"training": false
},
{
"text": "next bus from garching.",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 1,
"stop": 1,
"text": "bus"
},
{
"entity": "Criterion",
"start": 0,
"stop": 0,
"text": "next"
},
{
"entity": "StationStart",
"start": 3,
"stop": 3,
"text": "garching"
}
],
"training": false
},
{
"text": "connection from garching to hauptbahnhof?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 2,
"stop": 2,
"text": "garching"
},
{
"entity": "StationDest",
"start": 4,
"stop": 4,
"text": "hauptbahnhof"
}
],
"training": false
},
{
"text": "when does the next bus departs from garching?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "bus"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "find connection from hauptbahnhof to odeonsplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 3,
"stop": 3,
"text": "hauptbahnhof"
},
{
"entity": "StationDest",
"start": 5,
"stop": 5,
"text": "odeonsplatz"
}
],
"training": false
},
{
"text": "when does the next u-bahn departs at garching forschungszentrum?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 6,
"text": "u-bahn"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 9,
"stop": 10,
"text": "garching forschungszentrum"
}
],
"training": false
},
{
"text": "when does the next u-bahn departs at garching?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 6,
"text": "u-bahn"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 9,
"stop": 9,
"text": "garching"
}
],
"training": false
},
{
"text": "when does the next subway departs at garching",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "subway"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "when is the next train in garching?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "train"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 6,
"stop": 6,
"text": "garching"
}
],
"training": false
},
{
"text": "how to get from münchner freiheit to garching ?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 4,
"stop": 5,
"text": "münchner freiheit"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "implerstraße to ostbahnhof",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 0,
"stop": 0,
"text": "implerstraße"
},
{
"entity": "StationDest",
"start": 2,
"stop": 2,
"text": "ostbahnhof"
}
],
"training": false
},
{
"text": "how can i get from hauptbahnhof to odeonsplatz?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "hauptbahnhof"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "odeonsplatz"
}
],
"training": false
},
{
"text": "how can i go from garching forschungszentrum to prinzregentenplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 6,
"text": "garching forschungszentrum"
},
{
"entity": "StationDest",
"start": 8,
"stop": 8,
"text": "prinzregentenplatz"
}
],
"training": false
},
{
"text": "how can i get from mangfallplatz to garching",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "mangfallplatz"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "how can i get to hohenlindenerstraße",
"intent": "FindConnection",
"entities": [{
"entity": "StationDest",
"start": 5,
"stop": 5,
"text": "hohenlindenerstraße"
}],
"training": false
},
{
"text": "harthaus to hackerbrücke",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 0,
"stop": 0,
"text": "harthaus"
},
{
"entity": "StationDest",
"start": 2,
"stop": 2,
"text": "hackerbrücke"
}
],
"training": false
},
{
"text": "how can i get from feldmoching to garching forschungszentrum?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "feldmoching"
},
{
"entity": "StationDest",
"start": 7,
"stop": 8,
"text": "garching forschungszentrum"
}
],
"training": false
},
{
"text": "from marienplatz to petershausen",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 1,
"stop": 1,
"text": "marienplatz"
},
{
"entity": "StationDest",
"start": 3,
"stop": 3,
"text": "petershausen"
}
],
"training": false
},
{
"text": "when is the train from garching to marienplatz",
"intent": "FindConnection",
"entities": [{
"entity": "Vehicle",
"start": 3,
"stop": 3,
"text": "train"
},
{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "garching"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "marienplatz"
}
],
"training": false
},
{
"text": "neufahrn to garching",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 0,
"stop": 0,
"text": "neufahrn"
},
{
"entity": "StationDest",
"start": 2,
"stop": 2,
"text": "garching"
}
],
"training": false
},
{
"text": "how can i get from mangfallplatz to garching",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "mangfallplatz"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "how can i get to hohenlindenerstr",
"intent": "FindConnection",
"entities": [{
"entity": "StationDest",
"start": 5,
"stop": 5,
"text": "hohenlindenerstr"
}],
"training": false
},
{
"text": "when is the next bus from garching forschungzentrum",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "bus"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 6,
"stop": 7,
"text": "garching forschungzentrum"
}
],
"training": false
},
{
"text": "how do i get from spitzingplatz to poccistraße?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "spitzingplatz"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "poccistraße"
}
],
"training": false
},
{
"text": "how can i get from garching forschungszentrum to marienplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 6,
"text": "garching forschungszentrum"
},
{
"entity": "StationDest",
"start": 8,
"stop": 8,
"text": "marienplatz"
}
],
"training": false
},
{
"text": "how can i get from klinkum to marienplatz?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "klinkum"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "marienplatz"
}
],
"training": false
},
{
"text": "how to get from alte heide to marienplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 4,
"stop": 5,
"text": "alte heide"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "marienplatz"
}
],
"training": false
},
{
"text": "next train from muenchen freicheit",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 1,
"stop": 1,
"text": "train"
},
{
"entity": "Criterion",
"start": 0,
"stop": 0,
"text": "next"
},
{
"entity": "StationStart",
"start": 3,
"stop": 4,
"text": "muenchen freicheit"
}
],
"training": false
},
{
"text": "depart in garching, i assume",
"intent": "DepartureTime",
"entities": [{
"entity": "StationStart",
"start": 2,
"stop": 2,
"text": "garching"
}],
"training": false
},
{
"text": "when does the next u-bahn depart at garching?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 6,
"text": "u-bahn"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 9,
"stop": 9,
"text": "garching"
}
],
"training": false
},
{
"text": "the next bus from garching forschungzentrum",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 2,
"stop": 2,
"text": "bus"
},
{
"entity": "Criterion",
"start": 1,
"stop": 1,
"text": "next"
},
{
"entity": "StationStart",
"start": 4,
"stop": 5,
"text": "garching forschungzentrum"
}
],
"training": false
},
{
"text": "when is the next train in alte heide?",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "train"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 6,
"stop": 7,
"text": "alte heide"
}
],
"training": false
},
{
"text": "or depart from garching",
"intent": "DepartureTime",
"entities": [{
"entity": "StationStart",
"start": 3,
"stop": 3,
"text": "garching"
}],
"training": false
},
{
"text": "hello munich city bot! how do i get from münchner freiheit to scheidplatz?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 10,
"stop": 11,
"text": "münchner freiheit"
},
{
"entity": "StationDest",
"start": 13,
"stop": 13,
"text": "scheidplatz"
}
],
"training": false
},
{
"text": "how can i get from garching forschungszentrum to prinzregentenplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 6,
"text": "garching forschungszentrum"
},
{
"entity": "StationDest",
"start": 8,
"stop": 8,
"text": "prinzregentenplatz"
}
],
"training": false
},
{
"text": "how can i get from neufahrn to garching",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "neufahrn"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "take me to the airport",
"intent": "FindConnection",
"entities": [{
"entity": "StationDest",
"start": 4,
"stop": 4,
"text": "airport"
}],
"training": false
},
{
"text": "when does the next u6 leave from garching forschungszentrum",
"intent": "DepartureTime",
"entities": [{
"entity": "Line",
"start": 4,
"stop": 4,
"text": "u6"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 7,
"stop": 8,
"text": "garching forschungszentrum"
}
],
"training": false
},
{
"text": "how i can get from munchner freiheit to nordfriedhof?",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 6,
"text": "munchner freiheit"
},
{
"entity": "StationDest",
"start": 8,
"stop": 8,
"text": "nordfriedhof"
}
],
"training": false
},
{
"text": "from harthaus to hackerbrücke",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 1,
"stop": 1,
"text": "harthaus"
},
{
"entity": "StationDest",
"start": 3,
"stop": 3,
"text": "hackerbrücke"
}
],
"training": false
},
{
"text": "when is the train from garching",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 3,
"stop": 3,
"text": "train"
},
{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "garching"
}
],
"training": false
},
{
"text": "what is the next train from münchner freiheit",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "train"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 6,
"stop": 7,
"text": "münchner freiheit"
}
],
"training": false
},
{
"text": "how can i get from theresienstrasse to garching forschungszentrum",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "theresienstrasse"
},
{
"entity": "StationDest",
"start": 7,
"stop": 8,
"text": "garching forschungszentrum"
}
],
"training": false
},
{
"text": "how can i get from münchner freiheit to odeonsplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 6,
"text": "münchner freiheit"
},
{
"entity": "StationDest",
"start": 8,
"stop": 8,
"text": "odeonsplatz"
}
],
"training": false
},
{
"text": "from garching to hauptbahnhof",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 1,
"stop": 1,
"text": "garching"
},
{
"entity": "StationDest",
"start": 3,
"stop": 3,
"text": "hauptbahnhof"
}
],
"training": false
},
{
"text": "how can i get from garching to odeonsplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "garching"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "odeonsplatz"
}
],
"training": false
},
{
"text": "start: neufahrn end:garching",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 2,
"stop": 2,
"text": "neufahrn"
},
{
"entity": "StationDest",
"start": 5,
"stop": 5,
"text": "garching"
}
],
"training": false
},
{
"text": "how can i get from studentenstadt to garching",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "studentenstadt"
},
{
"entity": "StationDest",
"start": 7,
"stop": 7,
"text": "garching"
}
],
"training": false
},
{
"text": "when is the next bus from garching",
"intent": "DepartureTime",
"entities": [{
"entity": "Vehicle",
"start": 4,
"stop": 4,
"text": "bus"
},
{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "next"
},
{
"entity": "StationStart",
"start": 6,
"stop": 6,
"text": "garching"
}
],
"training": false
},
{
"text": "take me from hauptbahnhof to odeonsplatz",
"intent": "FindConnection",
"entities": [{
"entity": "StationStart",
"start": 3,
"stop": 3,
"text": "hauptbahnhof"
},
{
"entity": "StationDest",
"start": 5,
"stop": 5,
"text": "odeonsplatz"
}
],
"training": false
},
{
"text": "what's the shortest connection between quiddestraße and odeonsplatz?",
"intent": "FindConnection",
"entities": [{
"entity": "Criterion",
"start": 4,
"stop": 4,
"text": "shortest"
},
{
"entity": "StationStart",
"start": 7,
"stop": 7,
"text": "quiddestraße"
},
{
"entity": "StationDest",
"start": 9,
"stop": 9,
"text": "odeonsplatz"
}
],
"training": true
},
{
"text": "what is the cheapest connection between quiddestraße and hauptbahnhof?",
"intent": "FindConnection",
"entities": [{
"entity": "Criterion",
"start": 3,
"stop": 3,
"text": "cheapest"
},
{
"entity": "StationStart",
"start": 6,
"stop": 6,
"text": "quiddestraße"
},
{
"entity": "StationDest",
"start": 8,
"stop": 8,
"text": "hauptbahnhof"
}
],
"training": true
},
{
"text": "what's the shortest way between hauptbahnhof and odeonsplatz?",
"intent": "FindConnection",
"entities": [{
"entity": "Criterion",
"start": 4,
"stop": 4,
"text": "shortest"
},
{
"entity": "StationStart",
"start": 7,
"stop": 7,
"text": "hauptbahnhof"
},
{
"entity": "StationDest",
"start": 9,
"stop": 9,
"text": "odeonsplatz"
}
],
"training": true
},
{
"text": "how can i get from garching to münchner freiheit as fast as possible?",
"intent": "FindConnection",
"entities": [{
"entity": "Criterion",
"start": 10,
"stop": 10,
"text": "fast"
},
{
"entity": "StationStart",
"start": 5,
"stop": 5,
"text": "garching"
},
{
"entity": "StationDest",
"start": 7,
"stop": 8,
"text": "münchner freiheit"
}
],
"training": true
},
{
"text": "what's the cheapest way from neuperlach süd to lehel?",
"intent": "Find