CoolFace
Apppublic

Kh0128/Aphasia_Classificifier

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
sample.input.json9980 linesDownload Raw Back to root
1{
2    "sentences": [
3        {
4            "sentence_id": "S1",
5            "sentence_pid": "11312/t-00017816-1",
6            "aphasia_type": "BROCA",
7            "dialogues": [
8                {
9                    "INV": [
10                        {
11                            "tokens": [
12                                "I~aux",
13                                "go-PRESP",
14                                "to", 
15                                "be",
16                                "ask-PRESP",
17                                "you",
18                                "to",
19                                "do",
20                                "some",
21                                "talk-PRESP"
22                            ],
23                            "word_pos_ids": [
24                                1,
25                                2,
26                                3,
27                                4,
28                                2,
29                                5,
30                                3,
31                                6,
32                                7,
33                                2
34                            ],
35                            "word_grammar_ids": [
36                                [
37                                    1,
38                                    3,
39                                    1
40                                ],
41                                [
42                                    2,
43                                    3,
44                                    2
45                                ],
46                                [
47                                    3,
48                                    0,
49                                    3
50                                ],
51                                [
52                                    4,
53                                    6,
54                                    4
55                                ],
56                                [
57                                    5,
58                                    6,
59                                    2
60                                ],
61                                [
62                                    6,
63                                    3,
64                                    5
65                                ],
66                                [
67                                    7,
68                                    6,
69                                    6
70                                ],
71                                [
72                                    8,
73                                    9,
74                                    4
75                                ],
76                                [
77                                    9,
78                                    6,
79                                    5
80                                ],
81                                [
82                                    10,
83                                    9,
84                                    6
85                                ],
86                                [
87                                    11,
88                                    9,
89                                    7
90                                ],
91                                [
92                                    12,
93                                    3,
94                                    8
95                                ]
96                            ],
97                            "word_durations": [
98                                [
99                                    "I'm",
100                                    340
101                                ],
102                                [
103                                    "going",
104                                    320
105                                ],
106                                [
107                                    "to",
108                                    120
109                                ],
110                                [
111                                    "be",
112                                    200
113                                ],
114                                [
115                                    "asking",
116                                    410
117                                ],
118                                [
119                                    "you",
120                                    110
121                                ],
122                                [
123                                    "to",
124                                    80
125                                ],
126                                [
127                                    "do",
128                                    170
129                                ],
130                                [
131                                    "some",
132                                    220
133                                ],
134                                [
135                                    "talking",
136                                    600
137                                ]
138                            ]
139                        }
140                    ],
141                    "PAR": [
142                        {
143                            "tokens": [
144                                "yeah",
145                                "well"
146                            ],
147                            "word_pos_ids": [
148                                8,
149                                8
150                            ],
151                            "word_grammar_ids": [
152                                [
153                                    1,
154                                    2,
155                                    9
156                                ],
157                                [
158                                    2,
159                                    0,
160                                    10
161                                ],
162                                [
163                                    3,
164                                    2,
165                                    8
166                                ]
167                            ],
168                            "word_durations": [
169                                [
170                                    "yeah",
171                                    410
172                                ],
173                                [
174                                    "well",
175                                    1830
176                                ]
177                            ]
178                        }
179                    ]
180                },
181                {
182                    "INV": [
183                        {
184                            "tokens": [
185                                "how",
186                                "do",
187                                "you",
188                                "think",
189                                "your",
190                                "speech",
191                                "be&3S",
192                                "these",
193                                "day-PL"
194                            ],
195                            "word_pos_ids": [
196                                9,
197                                10,
198                                5,
199                                6,
200                                11,
201                                12,
202                                13,
203                                14,
204                                12
205                            ],
206                            "word_grammar_ids": [
207                                [
208                                    1,
209                                    4,
210                                    11
211                                ],
212                                [
213                                    2,
214                                    4,
215                                    2
216                                ],
217                                [
218                                    3,
219                                    4,
220                                    1
221                                ],
222                                [
223                                    4,
224                                    0,
225                                    3
226                                ],
227                                [
228                                    5,
229                                    6,
230                                    12
231                                ],
232                                [
233                                    6,
234                                    7,
235                                    1
236                                ],
237                                [
238                                    7,
239                                    4,
240                                    5
241                                ],
242                                [
243                                    8,
244                                    9,
245                                    12
246                                ],
247                                [
248                                    9,
249                                    7,
250                                    13
251                                ],
252                                [
253                                    10,
254                                    4,
255                                    8
256                                ]
257                            ],
258                            "word_durations": [
259                                [
260                                    "how",
261                                    120
262                                ],
263                                [
264                                    "do",
265                                    70
266                                ],
267                                [
268                                    "you",
269                                    120
270                                ],
271                                [
272                                    "think",
273                                    290
274                                ],
275                                [
276                                    "your",
277                                    80
278                                ],
279                                [
280                                    "speech",
281                                    410
282                                ],
283                                [
284                                    "is",
285                                    150
286                                ],
287                                [
288                                    "these",
289                                    280
290                                ],
291                                [
292                                    "days",
293                                    380
294                                ]
295                            ]
296                        }
297                    ],
298                    "PAR": [
299                        {
300                            "tokens": [
301                                "I",
302                                "yeah",
303                                "you_know",
304                                "dada",
305                                "dada"
306                            ],
307                            "word_pos_ids": [
308                                1,
309                                8,
310                                8,
311                                15,
312                                15
313                            ],
314                            "word_grammar_ids": [
315                                [
316                                    1,
317                                    2,
318                                    1
319                                ],
320                                [
321                                    2,
322                                    4,
323                                    9
324                                ],
325                                [
326                                    3,
327                                    4,
328                                    9
329                                ],
330                                [
331                                    4,
332                                    0,
333                                    3
334                                ],
335                                [
336                                    5,
337                                    4,
338                                    13
339                                ],
340                                [
341                                    6,
342                                    4,
343                                    8
344                                ]
345                            ],
346                            "word_durations": [
347                                [
348                                    "I",
349                                    460
350                                ],
351                                [
352                                    "yeah",
353                                    430
354                                ],
355                                [
356                                    "you_know",
357                                    340
358                                ],
359                                [
360                                    "dada@b",
361                                    780
362                                ],
363                                [
364                                    "dada@b",
365                                    650
366                                ]
367                            ]
368                        }
369                    ]
370                },
371                {
372                    "INV": [
373                        {
374                            "tokens": [
375                                "okay"
376                            ],
377                            "word_pos_ids": [
378                                8
379                            ],
380                            "word_grammar_ids": [
381                                [
382                                    1,
383                                    0,
384                                    10
385                                ],
386                                [
387                                    2,
388                                    1,
389                                    8
390                                ]
391                            ],
392                            "word_durations": [
393                                [
394                                    "okay",
395                                    120
396                                ]
397                            ]
398                        }
399                    ],
400                    "PAR": []
401                },
402                {
403                    "INV": [
404                        {
405                            "tokens": [
406                                "anything",
407                                "else"
408                            ],
409                            "word_pos_ids": [
410                                7,
411                                16
412                            ],
413                            "word_grammar_ids": [
414                                [
415                                    1,
416                                    0,
417                                    10
418                                ],
419                                [
420                                    2,
421                                    1,
422                                    14
423                                ],
424                                [
425                                    3,
426                                    1,
427                                    8
428                                ]
429                            ],
430                            "word_durations": [
431                                [
432                                    "anything",
433                                    390
434                                ],
435                                [
436                                    "else",
437                                    160
438                                ]
439                            ]
440                        }
441                    ],
442                    "PAR": []
443                },
444                {
445                    "INV": [
446                        {
447                            "tokens": [
448                                "do",
449                                "you",
450                                "remember",
451                                "when",
452                                "you",
453                                "have&PAST",
454                                "your",
455                                "stroke"
456                            ],
457                            "word_pos_ids": [
458                                10,
459                                5,
460                                6,
461                                17,
462                                5,
463                                6,
464                                11,
465                                12
466                            ],
467                            "word_grammar_ids": [
468                                [
469                                    1,
470                                    3,
471                                    2
472                                ],
473                                [
474                                    2,
475                                    3,
476                                    1
477                                ],
478                                [
479                                    3,
480                                    0,
481                                    3
482                                ],
483                                [
484                                    4,
485                                    6,
486                                    15
487                                ],
488                                [
489                                    5,
490                                    6,
491                                    1
492                                ],
493                                [
494                                    6,
495                                    3,
496                                    16
497                                ],
498                                [
499                                    7,
500                                    8,
501                                    12
502                                ],
503                                [
504                                    8,
505                                    6,
506                                    6
507                                ],
508                                [
509                                    9,
510                                    3,
511                                    8
512                                ]
513                            ],
514                            "word_durations": [
515                                [
516                                    "do",
517                                    140
518                                ],
519                                [
520                                    "you",
521                                    100
522                                ],
523                                [
524                                    "remember",
525                                    360
526                                ],
527                                [
528                                    "when",
529                                    190
530                                ],
531                                [
532                                    "you",
533                                    110
534                                ],
535                                [
536                                    "had",
537                                    200
538                                ],
539                                [
540                                    "your",
541                                    90
542                                ],
543                                [
544                                    "stroke",
545                                    470
546                                ]
547                            ]
548                        }
549                    ],
550                    "PAR": [
551                        {
552                            "tokens": [
553                                "yes",
554                                "beg",
555                                "it~cop",
556                                "two",
557                                "thousand",
558                                "two",
559                                "day-PL"
560                            ],
561                            "word_pos_ids": [
562                                8,
563                                18,
564                                5,
565                                19,
566                                19,
567                                19,
568                                12
569                            ],
570                            "word_grammar_ids": [
571                                [
572                                    1,
573                                    0,
574                                    17
575                                ],
576                                [
577                                    2,
578                                    1,
579                                    18
580                                ],
581                                [
582                                    3,
583                                    4,
584                                    1
585                                ],
586                                [
587                                    4,
588                                    0,
589                                    3
590                                ],
591                                [
592                                    5,
593                                    6,
594                                    19
595                                ],
596                                [
597                                    6,
598                                    8,
599                                    19
600                                ],
601                                [
602                                    7,
603                                    8,
604                                    19
605                                ],
606                                [
607                                    8,
608                                    4,
609                                    13
610                                ],
611                                [
612                                    9,
613                                    4,
614                                    8
615                                ]
616                            ],
617                            "word_durations": [
618                                [
619                                    "yes",
620                                    430
621                                ],
622                                [
623                                    "it's",
624                                    520
625                                ],
626                                [
627                                    "two",
628                                    330
629                                ],
630                                [
631                                    "thousand",
632                                    770
633                                ],
634                                [
635                                    "two",
636                                    350
637                                ],
638                                [
639                                    "days",
640                                    540
641                                ],
642                                0
643                            ]
644                        },
645                        {
646                            "tokens": [
647                                "no"
648                            ],
649                            "word_pos_ids": [
650                                8
651                            ],
652                            "word_grammar_ids": [
653                                [
654                                    1,
655                                    0,
656                                    10
657                                ],
658                                [
659                                    2,
660                                    1,
661                                    8
662                                ]
663                            ],
664                            "word_durations": [
665                                [
666                                    "no",
667                                    300
668                                ]
669                            ]
670                        },
671                        {
672                            "tokens": [
673                                "after",
674                                "New_Year's_Day",
675                                "two",
676                                "thousand"
677                            ],
678                            "word_pos_ids": [
679                                20,
680                                21,
681                                19,
682                                19
683                            ],
684                            "word_grammar_ids": [
685                                [
686                                    1,
687                                    0,
688                                    10
689                                ],
690                                [
691                                    2,
692                                    4,
693                                    20
694                                ],
695                                [
696                                    3,
697                                    4,
698                                    19
699                                ],
700                                [
701                                    4,
702                                    1,
703                                    21
704                                ],
705                                [
706                                    5,
707                                    1,
708                                    8
709                                ]
710                            ],
711                            "word_durations": [
712                                [
713                                    "after",
714                                    740
715                                ],
716                                [
717                                    "p:w]",
718                                    480
719                                ],
720                                [
721                                    "two",
722                                    950
723                                ],
724                                [
725                                    "thousand",
726                                    880
727                                ]
728                            ]
729                        }
730                    ]
731                },
732                {
733                    "INV": [
734                        {
735                            "tokens": [
736                                "two",
737                                "thousand"
738                            ],
739                            "word_pos_ids": [
740                                19,
741                                19
742                            ],
743                            "word_grammar_ids": [
744                                [
745                                    1,
746                                    2,
747                                    19
748                                ],
749                                [
750                                    2,
751                                    0,
752                                    10
753                                ],
754                                [
755                                    3,
756                                    2,
757                                    8
758                                ]
759                            ],
760                            "word_durations": [
761                                [
762                                    "two",
763                                    150
764                                ],
765                                [
766                                    "thousand",
767                                    550
768                                ]
769                            ]
770                        }
771                    ],
772                    "PAR": [
773                        {
774                            "tokens": [],
775                            "word_pos_ids": [],
776                            "word_grammar_ids": [],
777                            "word_durations": []
778                        }
779                    ]
780                },
781                {
782                    "INV": [
783                        {
784                            "tokens": [
785                                "okay"
786                            ],
787                            "word_pos_ids": [
788                                8
789                            ],
790                            "word_grammar_ids": [
791                                [
792                                    1,
793                                    0,
794                                    10
795                                ],
796                                [
797                                    2,
798                                    1,
799                                    8
800                                ]
801                            ],
802                            "word_durations": [
803                                [
804                                    "(o)kay",
805                                    90
806                                ]
807                            ]
808                        }
809                    ],
810                    "PAR": []
811                },
812                {
813                    "INV": [
814                        {
815                            "tokens": [
816                                "can",
817                                "you",
818                                "tell",
819                                "me",
820                                "anything",
821                                "about",
822                                "it"
823                            ],
824                            "word_pos_ids": [
825                                10,
826                                5,
827                                6,
828                                22,
829                                7,
830                                20,
831                                5
832                            ],
833                            "word_grammar_ids": [
834                                [
835                                    1,
836                                    3,
837                                    2
838                                ],
839                                [
840                                    2,
841                                    3,
842                                    1
843                                ],
844                                [
845                                    3,
846                                    0,
847                                    3
848                                ],
849                                [
850                                    4,
851                                    3,
852                                    22
853                                ],
854                                [
855                                    5,
856                                    3,
857                                    6
858                                ],
859                                [
860                                    6,
861                                    5,
862                                    23
863                                ],
864                                [
865                                    7,
866                                    6,
867                                    21
868                                ],
869                                [
870                                    8,
871                                    3,
872                                    8
873                                ]
874                            ],
875                            "word_durations": [
876                                [
877                                    "can",
878                                    190
879                                ],
880                                [
881                                    "you",
882                                    80
883                                ],
884                                [
885                                    "tell",
886                                    240
887                                ],
888                                [
889                                    "me",
890                                    170
891                                ],
892                                [
893                                    "anything",
894                                    410
895                                ],
896                                [
897                                    "about",
898                                    330
899                                ],
900                                [
901                                    "it",
902                                    210
903                                ]
904                            ]
905                        }
906                    ],
907                    "PAR": [
908                        {
909                            "tokens": [
910                                "I",
911                                "do~neg",
912                                "remember"
913                            ],
914                            "word_pos_ids": [
915                                1,
916                                10,
917                                6
918                            ],
919                            "word_grammar_ids": [
920                                [
921                                    1,
922                                    4,
923                                    1
924                                ],
925                                [
926                                    2,
927                                    4,
928                                    2
929                                ],
930                                [
931                                    3,
932                                    2,
933                                    24
934                                ],
935                                [
936                                    4,
937                                    0,
938                                    3
939                                ],
940                                [
941                                    5,
942                                    4,
943                                    8
944                                ]
945                            ],
946                            "word_durations": [
947                                [
948                                    "&-uh",
949                                    50
950                                ],
951                                [
952                                    "I",
953                                    410
954                                ],
955                                [
956                                    "don't",
957                                    660
958                                ]
959                            ]
960                        },
961                        {
962                            "tokens": [
963                                "I",
964                                "do~neg",
965                                "remember"
966                            ],
967                            "word_pos_ids": [
968                                1,
969                                10,
970                                6
971                            ],
972                            "word_grammar_ids": [
973                                [
974                                    1,
975                                    4,
976                                    1
977                                ],
978                                [
979                                    2,
980                                    4,
981                                    2
982                                ],
983                                [
984                                    3,
985                                    2,
986                                    24
987                                ],
988                                [
989                                    4,
990                                    0,
991                                    3
992                                ],
993                                [
994                                    5,
995                                    4,
996                                    8
997                                ]
998                            ],
999                            "word_durations": [
1000                                [
1001                                    "I",
1002                                    200
1003                                ],
1004                                [
1005                                    "don't",
1006                                    740
1007                                ],
1008                                [
1009                                    "p:n]",
1010                                    560
1011                                ]
1012                            ]
1013                        }
1014                    ]
1015                },
1016                {
1017                    "INV": [
1018                        {
1019                            "tokens": [],
1020                            "word_pos_ids": [],
1021                            "word_grammar_ids": [],
1022                            "word_durations": []
1023                        }
1024                    ],
1025                    "PAR": []
1026                },
1027                {
1028                    "INV": [
1029                        {
1030                            "tokens": [
1031                                "tell",
1032                                "me",
1033                                "about",
1034                                "your",
1035                                "recovery"
1036                            ],
1037                            "word_pos_ids": [
1038                                6,
1039                                22,
1040                                20,
1041                                11,
1042                                12
1043                            ],
1044                            "word_grammar_ids": [
1045                                [
1046                                    1,
1047                                    0,
1048                                    3
1049                                ],
1050                                [
1051                                    2,
1052                                    1,
1053                                    6
1054                                ],
1055                                [
1056                                    3,
1057                                    1,
1058                                    11
1059                                ],
1060                                [
1061                                    4,
1062                                    5,
1063                                    12
1064                                ],
1065                                [
1066                                    5,
1067                                    3,
1068                                    21
1069                                ],
1070                                [
1071                                    6,
1072                                    1,
1073                                    8
1074                                ]
1075                            ],
1076                            "word_durations": [
1077                                [
1078                                    "tell",
1079                                    240
1080                                ],
1081                                [
1082                                    "me",
1083                                    110
1084                                ],
1085                                [
1086                                    "about",
1087                                    280
1088                                ],
1089                                [
1090                                    "your",
1091                                    130
1092                                ],
1093                                [
1094                                    "recovery",
1095                                    950
1096                                ]
1097                            ]
1098                        }
1099                    ],
1100                    "PAR": []
1101                },
1102                {
1103                    "INV": [
1104                        {
1105                            "tokens": [
1106                                "what",
1107                                "kind-PL",
1108                                "of",
1109                                "thing-PL",
1110                                "have",
1111                                "you",
1112                                "do&PASTP",
1113                                "to",
1114                                "get",
1115                                "good&CP",
1116                                "since",
1117                                "your",
1118                                "stroke"
1119                            ],
1120                            "word_pos_ids": [
1121                                9,
1122                                12,
1123                                20,
1124                                12,
1125                                6,
1126                                5,
1127                                2,
1128                                3,
1129                                6,
1130                                23,
1131                                20,
1132                                11,
1133                                12
1134                            ],
1135                            "word_grammar_ids": [
1136                                [
1137                                    1,
1138                                    2,
1139                                    12
1140                                ],
1141                                [
1142                                    2,
1143                                    0,
1144                                    10
1145                                ],
1146                                [
1147                                    3,
1148                                    2,
1149                                    23
1150                                ],
1151                                [
1152                                    4,
1153                                    5,
1154                                    1
1155                                ],
1156                                [
1157                                    5,
1158                                    3,
1159                                    21
1160                                ],
1161                                [
1162                                    6,
1163                                    7,
1164                                    1
1165                                ],
1166                                [
1167                                    7,
1168                                    5,
1169                                    5
1170                                ],
1171                                [
1172                                    8,
1173                                    9,
1174                                    4
1175                                ],
1176                                [
1177                                    9,
1178                                    7,
1179                                    5
1180                                ],
1181                                [
1182                                    10,
1183                                    9,
1184                                    13
1185                                ],
1186                                [
1187                                    11,
1188                                    10,
1189                                    11
1190                                ],
1191                                [
1192                                    12,
1193                                    13,
1194                                    12
1195                                ],
1196                                [
1197                                    13,
1198                                    11,
1199                                    21
1200                                ],

Showing the first 1,200 of 9980 lines. Download the file for the rest.