forked from valhalla/valhalla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen-US.json
2353 lines (2353 loc) · 68.6 KB
/
en-US.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"posix_locale": "en_US.UTF-8",
"aliases": [
"en"
],
"instructions": {
"arrive": {
"phrases": {
"0": "Arrive: <TIME>.",
"1": "Arrive: <TIME> at <TRANSIT_STOP>."
},
"example_phrases": {
"0": [
"Arrive: 8:02 AM."
],
"1": [
"Arrive: 8:02 AM at 8 St - NYU."
]
}
},
"arrive_verbal": {
"phrases": {
"0": "Arrive at <TIME>.",
"1": "Arrive at <TIME> at <TRANSIT_STOP>."
},
"example_phrases": {
"0": [
"Arrive at 8:02 AM."
],
"1": [
"Arrive at 8:02 AM at 8 St - NYU."
]
}
},
"bear": {
"phrases": {
"0": "Bear <RELATIVE_DIRECTION>.",
"1": "Bear <RELATIVE_DIRECTION> onto <STREET_NAMES>.",
"2": "Bear <RELATIVE_DIRECTION> onto <BEGIN_STREET_NAMES>. Continue on <STREET_NAMES>.",
"3": "Bear <RELATIVE_DIRECTION> to stay on <STREET_NAMES>.",
"4": "Bear <RELATIVE_DIRECTION> at <JUNCTION_NAME>.",
"5": "Bear <RELATIVE_DIRECTION> toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"relative_directions": [
"left",
"right"
],
"example_phrases": {
"0": [
"Bear right."
],
"1": [
"Bear left onto Arlen Road."
],
"2": [
"Bear right onto Belair Road/US 1 Business. Continue on US 1 Business."
],
"3": [
"Bear left to stay on US 15 South."
],
"4": [
"Bear right at Mannenbashi East."
],
"5": [
"Bear left toward Baltimore."
]
}
},
"bear_verbal": {
"phrases": {
"0": "Bear <RELATIVE_DIRECTION>.",
"1": "Bear <RELATIVE_DIRECTION> onto <STREET_NAMES>.",
"2": "Bear <RELATIVE_DIRECTION> onto <BEGIN_STREET_NAMES>.",
"3": "Bear <RELATIVE_DIRECTION> to stay on <STREET_NAMES>.",
"4": "Bear <RELATIVE_DIRECTION> at <JUNCTION_NAME>.",
"5": "Bear <RELATIVE_DIRECTION> toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"relative_directions": [
"left",
"right"
],
"example_phrases": {
"0": [
"Bear right."
],
"1": [
"Bear left onto Arlen Road."
],
"2": [
"Bear right onto Belair Road, U.S. 1 Business."
],
"3": [
"Bear left to stay on U.S. 15 South."
],
"4": [
"Bear right at Mannenbashi East."
],
"5": [
"Bear left toward Baltimore."
]
}
},
"becomes": {
"phrases": {
"0": "<PREVIOUS_STREET_NAMES> becomes <STREET_NAMES>."
},
"example_phrases": {
"0": [
"Vine Street becomes Middletown Road."
]
}
},
"becomes_verbal": {
"phrases": {
"0": "<PREVIOUS_STREET_NAMES> becomes <STREET_NAMES>."
},
"example_phrases": {
"0": [
"Vine Street becomes Middletown Road."
]
}
},
"continue": {
"phrases": {
"0": "Continue.",
"1": "Continue on <STREET_NAMES>.",
"2": "Continue at <JUNCTION_NAME>.",
"3": "Continue toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"example_phrases": {
"0": [
"Continue."
],
"1": [
"Continue on 10th Avenue."
],
"2": [
"Continue at Mannenbashi East."
],
"3": [
"Continue toward Baltimore."
]
}
},
"continue_verbal": {
"phrases": {
"0": "Continue.",
"1": "Continue for <LENGTH>.",
"2": "Continue on <STREET_NAMES>.",
"3": "Continue on <STREET_NAMES> for <LENGTH>.",
"4": "Continue at <JUNCTION_NAME>.",
"5": "Continue at <JUNCTION_NAME> for <LENGTH>.",
"6": "Continue toward <TOWARD_SIGN>.",
"7": "Continue toward <TOWARD_SIGN> for <LENGTH>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"metric_lengths": [
"<KILOMETERS> kilometers",
"1 kilometer",
"<METERS> meters",
"less than 10 meters"
],
"us_customary_lengths": [
"<MILES> miles",
"1 mile",
"a half mile",
"a quarter mile",
"<FEET> feet",
"less than 10 feet"
],
"example_phrases": {
"0": [
"Continue."
],
"1": [
"Continue for 300 feet."
],
"2": [
"Continue on 10th Avenue."
],
"3": [
"Continue on 10th Avenue for 3 miles."
],
"4": [
"Continue at Mannenbashi East."
],
"5": [
"Continue at Mannenbashi East for 2 miles."
],
"6": [
"Continue toward Baltimore."
],
"7": [
"Continue toward Baltimore for 5 miles."
]
}
},
"continue_verbal_alert": {
"phrases": {
"0": "Continue.",
"1": "Continue on <STREET_NAMES>.",
"2": "Continue at <JUNCTION_NAME>.",
"3": "Continue toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"example_phrases": {
"0": [
"Continue."
],
"1": [
"Continue on 10th Avenue."
],
"2": [
"Continue at Mannenbashi East."
],
"3": [
"Continue toward Baltimore."
]
}
},
"depart": {
"phrases": {
"0": "Depart: <TIME>.",
"1": "Depart: <TIME> from <TRANSIT_STOP>."
},
"example_phrases": {
"0": [
"Depart: 8:02 AM."
],
"1": [
"Depart: 8:02 AM from 8 St - NYU."
]
}
},
"depart_verbal": {
"phrases": {
"0": "Depart at <TIME>.",
"1": "Depart at <TIME> from <TRANSIT_STOP>."
},
"example_phrases": {
"0": [
"Depart at 8:02 AM."
],
"1": [
"Depart at 8:02 AM from 8 St - NYU."
]
}
},
"destination": {
"phrases": {
"0": "You have arrived at your destination.",
"1": "You have arrived at <DESTINATION>.",
"2": "Your destination is on the <RELATIVE_DIRECTION>.",
"3": "<DESTINATION> is on the <RELATIVE_DIRECTION>."
},
"relative_directions": [
"left",
"right"
],
"example_phrases": {
"0": [
"You have arrived at your destination."
],
"1": [
"You have arrived at 3206 Powelton Avenue."
],
"2": [
"Your destination is on the left.",
"Your destination is on the right."
],
"3": [
"Lancaster Brewing Company is on the left."
]
}
},
"destination_verbal": {
"phrases": {
"0": "You have arrived at your destination.",
"1": "You have arrived at <DESTINATION>.",
"2": "Your destination is on the <RELATIVE_DIRECTION>.",
"3": "<DESTINATION> is on the <RELATIVE_DIRECTION>."
},
"relative_directions": [
"left",
"right"
],
"example_phrases": {
"0": [
"You have arrived at your destination."
],
"1": [
"You have arrived at 32 o6 Powelton Avenue."
],
"2": [
"Your destination is on the left.",
"Your destination is on the right."
],
"3": [
"Lancaster Brewing Company is on the left."
]
}
},
"destination_verbal_alert": {
"phrases": {
"0": "You will arrive at your destination.",
"1": "You will arrive at <DESTINATION>.",
"2": "Your destination will be on the <RELATIVE_DIRECTION>.",
"3": "<DESTINATION> will be on the <RELATIVE_DIRECTION>."
},
"relative_directions": [
"left",
"right"
],
"example_phrases": {
"0": [
"You will arrive at your destination."
],
"1": [
"You will arrive at 32 o6 Powelton Avenue."
],
"2": [
"Your destination will be on the left.",
"Your destination will be on the right."
],
"3": [
"Lancaster Brewing Company will be on the left."
]
}
},
"enter_ferry": {
"phrases": {
"0": "Take the Ferry.",
"1": "Take the <STREET_NAMES>.",
"2": "Take the <STREET_NAMES> <FERRY_LABEL>.",
"3": "Take the ferry toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"ferry_label": "Ferry",
"example_phrases": {
"0": [
"Take the Ferry."
],
"1": [
"Take the Millersburg Ferry."
],
"2": [
"Take the Bridgeport - Port Jefferson Ferry."
],
"3": [
"Take the ferry toward Cape May."
]
}
},
"enter_ferry_verbal": {
"phrases": {
"0": "Take the Ferry.",
"1": "Take the <STREET_NAMES>.",
"2": "Take the <STREET_NAMES> <FERRY_LABEL>.",
"3": "Take the ferry toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"ferry_label": "Ferry",
"example_phrases": {
"0": [
"Take the Ferry."
],
"1": [
"Take the Millersburg Ferry."
],
"2": [
"Take the Bridgeport - Port Jefferson Ferry."
],
"3": [
"Take the ferry toward Cape May."
]
}
},
"enter_roundabout": {
"phrases": {
"0": "Enter the roundabout.",
"1": "Enter the roundabout and take the <ORDINAL_VALUE> exit.",
"2": "Enter the roundabout and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"3": "Enter the roundabout and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>. Continue on <ROUNDABOUT_EXIT_STREET_NAMES>.",
"4": "Enter the roundabout and take the <ORDINAL_VALUE> exit toward <TOWARD_SIGN>.",
"5": "Enter the roundabout and take the exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"6": "Enter the roundabout and take the exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>. Continue on <ROUNDABOUT_EXIT_STREET_NAMES>.",
"7": "Enter the roundabout and take the exit toward <TOWARD_SIGN>.",
"8": "Enter <STREET_NAMES>",
"9": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit.",
"10": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"11": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>. Continue on <ROUNDABOUT_EXIT_STREET_NAMES>.",
"12": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit toward <TOWARD_SIGN>.",
"13": "Enter <STREET_NAMES> and take the exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"14": "Enter <STREET_NAMES> and take the exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>. Continue on <ROUNDABOUT_EXIT_STREET_NAMES>.",
"15": "Enter <STREET_NAMES> and take the exit toward <TOWARD_SIGN>."
},
"ordinal_values": [
"1st",
"2nd",
"3rd",
"4th",
"5th",
"6th",
"7th",
"8th",
"9th",
"10th"
],
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"example_phrases": {
"0": [
"Enter the roundabout."
],
"1": [
"Enter the roundabout and take the 1st exit.",
"Enter the roundabout and take the 2nd exit.",
"Enter the roundabout and take the 3rd exit.",
"Enter the roundabout and take the 4th exit.",
"Enter the roundabout and take the 5th exit.",
"Enter the roundabout and take the 6th exit.",
"Enter the roundabout and take the 7th exit.",
"Enter the roundabout and take the 8th exit.",
"Enter the roundabout and take the 9th exit.",
"Enter the roundabout and take the 10th exit."
],
"2": [
"Enter the roundabout and take the 3rd exit onto Main Street."
],
"3": [
"Enter the roundabout and take the 3rd exit onto US 322/Main Street. Continue on US 322."
],
"4": [
"Enter the roundabout and take the 3rd exit toward Baltimore."
],
"5": [
"Enter the roundabout and take the exit onto Main Street."
],
"6": [
"Enter the roundabout and take the exit onto US 322/Main Street. Continue on US 322."
],
"7": [
"Enter the roundabout and take the exit toward Baltimore."
],
"8": [
"Enter Dupont Circle."
],
"9": [
"Enter Dupont Circle and take the 1st exit."
],
"10": [
"Enter Dupont Circle and take the 3rd exit onto Main Street."
],
"11": [
"Enter Dupont Circle and take the 3rd exit onto US 322/Main Street. Continue on US 322."
],
"12": [
"Enter Dupont Circle and take the 3rd exit toward Baltimore."
],
"13": [
"Enter Dupont Circle and take the exit onto Main Street."
],
"14": [
"Enter Dupont Circle and take the exit onto US 322/Main Street. Continue on US 322."
],
"15": [
"Enter Dupont Circle and take the exit toward Baltimore."
]
}
},
"enter_roundabout_verbal": {
"phrases": {
"0": "Enter the roundabout.",
"1": "Enter the roundabout and take the <ORDINAL_VALUE> exit.",
"2": "Enter the roundabout and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"3": "Enter the roundabout and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>.",
"4": "Enter the roundabout and take the <ORDINAL_VALUE> exit toward <TOWARD_SIGN>.",
"5": "Enter the roundabout and take the exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"6": "Enter the roundabout and take the exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>.",
"7": "Enter the roundabout and take the exit toward <TOWARD_SIGN>.",
"8": "Enter <STREET_NAMES>",
"9": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit.",
"10": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"11": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>.",
"12": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit toward <TOWARD_SIGN>.",
"13": "Enter <STREET_NAMES> and take the exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"14": "Enter <STREET_NAMES> and take the exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>.",
"15": "Enter <STREET_NAMES> and take the exit toward <TOWARD_SIGN>."
},
"ordinal_values": [
"1st",
"2nd",
"3rd",
"4th",
"5th",
"6th",
"7th",
"8th",
"9th",
"10th"
],
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"example_phrases": {
"0": [
"Enter the roundabout."
],
"1": [
"Enter the roundabout and take the 1st exit.",
"Enter the roundabout and take the 2nd exit.",
"Enter the roundabout and take the 3rd exit.",
"Enter the roundabout and take the 4th exit.",
"Enter the roundabout and take the 5th exit.",
"Enter the roundabout and take the 6th exit.",
"Enter the roundabout and take the 7th exit.",
"Enter the roundabout and take the 8th exit.",
"Enter the roundabout and take the 9th exit.",
"Enter the roundabout and take the 10th exit."
],
"2": [
"Enter the roundabout and take the 3rd exit onto Main Street."
],
"3": [
"Enter the roundabout and take the 3rd exit onto U.S. 3 22/Main Street."
],
"4": [
"Enter the roundabout and take the 3rd exit toward Baltimore."
],
"5": [
"Enter the roundabout and take the exit onto Main Street."
],
"6": [
"Enter the roundabout and take the exit onto U.S. 3 22/Main Street."
],
"7": [
"Enter the roundabout and take the exit toward Baltimore."
],
"8": [
"Enter Dupont Circle."
],
"9": [
"Enter Dupont Circle and take the 1st exit."
],
"10": [
"Enter Dupont Circle and take the 3rd exit onto Main Street."
],
"11": [
"Enter Dupont Circle and take the 3rd exit onto U.S. 3 22/Main Street."
],
"12": [
"Enter Dupont Circle and take the 3rd exit toward Baltimore."
],
"13": [
"Enter Dupont Circle and take the exit onto Main Street."
],
"14": [
"Enter Dupont Circle and take the exit onto U.S. 3 22/Main Street."
],
"15": [
"Enter Dupont Circle and take the exit toward Baltimore."
]
}
},
"exit": {
"phrases": {
"0": "Take the exit on the <RELATIVE_DIRECTION>.",
"1": "Take exit <NUMBER_SIGN> on the <RELATIVE_DIRECTION>.",
"2": "Take the <BRANCH_SIGN> exit on the <RELATIVE_DIRECTION>.",
"3": "Take exit <NUMBER_SIGN> on the <RELATIVE_DIRECTION> onto <BRANCH_SIGN>.",
"4": "Take the exit on the <RELATIVE_DIRECTION> toward <TOWARD_SIGN>.",
"5": "Take exit <NUMBER_SIGN> on the <RELATIVE_DIRECTION> toward <TOWARD_SIGN>.",
"6": "Take the <BRANCH_SIGN> exit on the <RELATIVE_DIRECTION> toward <TOWARD_SIGN>.",
"7": "Take exit <NUMBER_SIGN> on the <RELATIVE_DIRECTION> onto <BRANCH_SIGN> toward <TOWARD_SIGN>.",
"8": "Take the <NAME_SIGN> exit on the <RELATIVE_DIRECTION>.",
"10": "Take the <NAME_SIGN> exit on the <RELATIVE_DIRECTION> onto <BRANCH_SIGN>.",
"12": "Take the <NAME_SIGN> exit on the <RELATIVE_DIRECTION> toward <TOWARD_SIGN>.",
"14": "Take the <NAME_SIGN> exit on the <RELATIVE_DIRECTION> onto <BRANCH_SIGN> toward <TOWARD_SIGN>.",
"15": "Take the exit.",
"16": "Take exit <NUMBER_SIGN>.",
"17": "Take the <BRANCH_SIGN> exit.",
"18": "Take exit <NUMBER_SIGN> onto <BRANCH_SIGN>.",
"19": "Take the exit toward <TOWARD_SIGN>.",
"20": "Take exit <NUMBER_SIGN> toward <TOWARD_SIGN>.",
"21": "Take the <BRANCH_SIGN> exit toward <TOWARD_SIGN>.",
"22": "Take exit <NUMBER_SIGN> onto <BRANCH_SIGN> toward <TOWARD_SIGN>.",
"23": "Take the <NAME_SIGN> exit.",
"25": "Take the <NAME_SIGN> exit onto <BRANCH_SIGN>.",
"27": "Take the <NAME_SIGN> exit toward <TOWARD_SIGN>.",
"29": "Take the <NAME_SIGN> exit onto <BRANCH_SIGN> toward <TOWARD_SIGN>."
},
"relative_directions": [
"left",
"right"
],
"example_phrases": {
"0": [
"Take the exit on the left.",
"Take the exit on the right."
],
"1": [
"Take exit 67 B-A on the right."
],
"2": [
"Take the US 322 West exit on the right."
],
"3": [
"Take exit 67 B-A on the right onto US 322 West."
],
"4": [
"Take the exit on the right toward Lewistown."
],
"5": [
"Take exit 67 B-A on the right toward Lewistown."
],
"6": [
"Take the US 322 West exit on the right toward Lewistown."
],
"7": [
"Take exit 67 B-A on the right onto US 322 West toward Lewistown/State College."
],
"8": [
"Take the White Marsh Boulevard exit on the left."
],
"10": [
"Take the White Marsh Boulevard exit on the left onto MD 43 East."
],
"12": [
"Take the White Marsh Boulevard exit on the left toward White Marsh."
],
"14": [
"Take the White Marsh Boulevard exit on the left onto MD 43 East toward White Marsh."
],
"15": [
"Take the exit."
],
"16": [
"Take exit 67 B-A."
],
"17": [
"Take the US 322 West exit."
],
"18": [
"Take exit 67 B-A onto US 322 West."
],
"19": [
"Take the exit toward Lewistown."
],
"20": [
"Take exit 67 B-A toward Lewistown."
],
"21": [
"Take the US 322 West exit toward Lewistown."
],
"22": [
"Take exit 67 B-A onto US 322 West toward Lewistown/State College."
],
"23": [
"Take the White Marsh Boulevard exit."
],
"25": [
"Take the White Marsh Boulevard exit onto MD 43 East."
],
"27": [
"Take the White Marsh Boulevard exit toward White Marsh."
],
"29": [
"Take the White Marsh Boulevard exit onto MD 43 East toward White Marsh."
]
}
},
"exit_roundabout": {
"phrases": {
"0": "Exit the roundabout.",
"1": "Exit the roundabout onto <STREET_NAMES>.",
"2": "Exit the roundabout onto <BEGIN_STREET_NAMES>. Continue on <STREET_NAMES>.",
"3": "Exit the roundabout toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"example_phrases": {
"0": [
"Exit the roundabout."
],
"1": [
"Exit the roundabout onto Philadelphia Road/MD 7."
],
"2": [
"Exit the roundabout onto Catoctin Mountain Highway/US 15. Continue on US 15."
],
"3": [
"Exit the roundabout toward Baltimore."
]
}
},
"exit_roundabout_verbal": {
"phrases": {
"0": "Exit the roundabout.",
"1": "Exit the roundabout onto <STREET_NAMES>.",
"2": "Exit the roundabout onto <BEGIN_STREET_NAMES>.",
"3": "Exit the roundabout toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"example_phrases": {
"0": [
"Exit the roundabout."
],
"1": [
"Exit the roundabout onto Philadelphia Road, Maryland 7."
],
"2": [
"Exit the roundabout onto Catoctin Mountain Highway, U.S. 15."
],
"3": [
"Exit the roundabout toward Baltimore."
]
}
},
"exit_verbal": {
"phrases": {
"0": "Take the exit on the <RELATIVE_DIRECTION>.",
"1": "Take exit <NUMBER_SIGN> on the <RELATIVE_DIRECTION>.",
"2": "Take the <BRANCH_SIGN> exit on the <RELATIVE_DIRECTION>.",
"3": "Take exit <NUMBER_SIGN> on the <RELATIVE_DIRECTION> onto <BRANCH_SIGN>.",
"4": "Take the exit on the <RELATIVE_DIRECTION> toward <TOWARD_SIGN>.",
"5": "Take exit <NUMBER_SIGN> on the <RELATIVE_DIRECTION> toward <TOWARD_SIGN>.",
"6": "Take the <BRANCH_SIGN> exit on the <RELATIVE_DIRECTION> toward <TOWARD_SIGN>.",
"7": "Take exit <NUMBER_SIGN> on the <RELATIVE_DIRECTION> onto <BRANCH_SIGN> toward <TOWARD_SIGN>.",
"8": "Take the <NAME_SIGN> exit on the <RELATIVE_DIRECTION>.",
"10": "Take the <NAME_SIGN> exit on the <RELATIVE_DIRECTION> onto <BRANCH_SIGN>.",
"12": "Take the <NAME_SIGN> exit on the <RELATIVE_DIRECTION> toward <TOWARD_SIGN>.",
"14": "Take the <NAME_SIGN> exit on the <RELATIVE_DIRECTION> onto <BRANCH_SIGN> toward <TOWARD_SIGN>.",
"15": "Take the exit.",
"16": "Take exit <NUMBER_SIGN>.",
"17": "Take the <BRANCH_SIGN> exit.",
"18": "Take exit <NUMBER_SIGN> onto <BRANCH_SIGN>.",
"19": "Take the exit toward <TOWARD_SIGN>.",
"20": "Take exit <NUMBER_SIGN> toward <TOWARD_SIGN>.",
"21": "Take the <BRANCH_SIGN> exit toward <TOWARD_SIGN>.",
"22": "Take exit <NUMBER_SIGN> onto <BRANCH_SIGN> toward <TOWARD_SIGN>.",
"23": "Take the <NAME_SIGN> exit.",
"25": "Take the <NAME_SIGN> exit onto <BRANCH_SIGN>.",
"27": "Take the <NAME_SIGN> exit toward <TOWARD_SIGN>.",
"29": "Take the <NAME_SIGN> exit onto <BRANCH_SIGN> toward <TOWARD_SIGN>."
},
"relative_directions": [
"left",
"right"
],
"example_phrases": {
"0": [
"Take the exit on the left.",
"Take the exit on the right."
],
"1": [
"Take exit 67 B-A on the right."
],
"2": [
"Take the U.S. 3 22 West exit on the right."
],
"3": [
"Take exit 67 B-A on the right onto U.S. 3 22 West."
],
"4": [
"Take the exit on the right toward Lewistown."
],
"5": [
"Take exit 67 B-A on the right toward Lewistown."
],
"6": [
"Take the U.S. 3 22 West exit on the right toward Lewistown."
],
"7": [
"Take exit 67 B-A on the right onto U.S. 3 22 West toward Lewistown, State College."
],
"8": [
"Take the White Marsh Boulevard exit on the left."
],
"10": [
"Take the White Marsh Boulevard exit on the left onto Maryland 43 East."
],
"12": [
"Take the White Marsh Boulevard exit on the left toward White Marsh."
],
"14": [
"Take the White Marsh Boulevard exit on the left onto Maryland 43 East toward White Marsh."
],
"15": [
"Take the exit."
],
"16": [
"Take exit 67 B-A."
],
"17": [
"Take the US 322 West exit."
],
"18": [
"Take exit 67 B-A onto US 322 West."
],
"19": [
"Take the exit toward Lewistown."
],
"20": [
"Take exit 67 B-A toward Lewistown."
],
"21": [
"Take the US 322 West exit toward Lewistown."
],
"22": [
"Take exit 67 B-A onto US 322 West toward Lewistown/State College."
],
"23": [
"Take the White Marsh Boulevard exit."
],
"25": [
"Take the White Marsh Boulevard exit onto MD 43 East."
],
"27": [
"Take the White Marsh Boulevard exit toward White Marsh."
],
"29": [
"Take the White Marsh Boulevard exit onto MD 43 East toward White Marsh."
]
}
},
"exit_visual": {
"phrases": {
"0": "Exit <EXIT_NUMBERS>"
},
"example_phrases": {
"0": [
"Exit 1A"
]
}
},
"keep": {
"phrases": {
"0": "Keep <RELATIVE_DIRECTION> at the fork.",
"1": "Keep <RELATIVE_DIRECTION> to take exit <NUMBER_SIGN>.",
"2": "Keep <RELATIVE_DIRECTION> to take <STREET_NAMES>.",
"3": "Keep <RELATIVE_DIRECTION> to take exit <NUMBER_SIGN> onto <STREET_NAMES>.",
"4": "Keep <RELATIVE_DIRECTION> toward <TOWARD_SIGN>.",
"5": "Keep <RELATIVE_DIRECTION> to take exit <NUMBER_SIGN> toward <TOWARD_SIGN>.",
"6": "Keep <RELATIVE_DIRECTION> to take <STREET_NAMES> toward <TOWARD_SIGN>.",
"7": "Keep <RELATIVE_DIRECTION> to take exit <NUMBER_SIGN> onto <STREET_NAMES> toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"relative_directions": [
"left",
"straight",
"right"
],
"example_phrases": {
"0": [
"Keep left at the fork.",
"Keep straight at the fork.",
"Keep right at the fork."
],
"1": [
"Keep right to take exit 62."
],
"2": [
"Keep right to take I 895 South."
],
"3": [
"Keep right to take exit 62 onto I 895 South."
],
"4": [
"Keep right toward Annapolis."
],
"5": [
"Keep right to take exit 62 toward Annapolis."
],
"6": [
"Keep right to take I 895 South toward Annapolis."
],
"7": [
"Keep right to take exit 62 onto I 895 South toward Annapolis."
]
}
},
"keep_to_stay_on": {
"phrases": {
"0": "Keep <RELATIVE_DIRECTION> to stay on <STREET_NAMES>.",
"1": "Keep <RELATIVE_DIRECTION> to take exit <NUMBER_SIGN> to stay on <STREET_NAMES>.",
"2": "Keep <RELATIVE_DIRECTION> to stay on <STREET_NAMES> toward <TOWARD_SIGN>.",
"3": "Keep <RELATIVE_DIRECTION> to take exit <NUMBER_SIGN> to stay on <STREET_NAMES> toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk",
"the stairs",
"the bridge",
"the tunnel"
],
"relative_directions": [
"left",
"straight",
"right"
],
"example_phrases": {
"0": [
"Keep left to stay on I 95 South.",