-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathParisStories_2019_mauriceAventure.conllu
966 lines (909 loc) · 54.3 KB
/
ParisStories_2019_mauriceAventure.conllu
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
# global.columns = ID FORM LEMMA UPOS XPOS FEATS HEAD DEPREL DEPS MISC
# text = ouais alors en fait euh Rafi il a, il a rencontré une, une fille, euh à l'Île Maurice.
# sent_id = ParisStories_2019_mauriceAventure_1
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 ouais ouais INTJ _ _ 8 discourse _ _
2 alors alors ADV _ _ 8 discourse _ _
3 en en ADP _ _ 8 discourse _ _
4 fait fait NOUN _ Gender=Masc|Number=Sing 3 comp:obj _ _
5 euh euh INTJ _ _ 8 discourse _ _
6 Rafi Rafi PROPN _ _ 8 dislocated _ _
7 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 subj _ _
8 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ SpaceAfter=No
9 , , PUNCT _ _ 11 punct _ _
10 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 11 subj _ _
11 a avoir AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 conj:dicto _ _
12 rencontré rencontrer VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 11 comp:aux@tense _ _
13 une un DET _ Definite=Ind|Gender=Fem|Number=Sing|PronType=Art 16 det _ SpaceAfter=No
14 , , PUNCT _ _ 15 punct _ _
15 une un DET _ Definite=Ind|Gender=Fem|Number=Sing|PronType=Art 13 conj:dicto _ _
16 fille fille NOUN _ Gender=Fem|Number=Sing 12 comp:obj _ SpaceAfter=No
17 , , PUNCT _ _ 19 punct _ _
18 euh euh INTJ _ _ 19 discourse _ _
19 à à ADP _ _ 12 mod _ _
20 l' le DET _ Definite=Def|Number=Sing|PronType=Art 21 det _ SpaceAfter=No
21 Île île PROPN _ _ 19 comp:obj _ _
22 Maurice Maurice PROPN _ _ 21 compound _ SpaceAfter=No
23 . . PUNCT _ _ 8 punct _ _
# text = et euh et cette fille elle travaille dans un, dans un Parc d'aventure euh là-bas euh.
# sent_id = ParisStories_2019_mauriceAventure_2
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 7 cc _ _
2 euh euh INTJ _ _ 3 discourse _ _
3 et et CCONJ _ _ 1 conj:dicto _ _
4 cette ce DET _ Gender=Fem|Number=Sing|PronType=Dem 5 det _ _
5 fille fille NOUN _ Gender=Fem|Number=Sing 7 dislocated _ _
6 elle lui PRON _ Emph=No|Gender=Fem|Number=Sing|Person=3|PronType=Prs 7 subj _ _
7 travaille travailler VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
8 dans dans ADP _ _ 7 comp:obl _ _
9 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 8 comp:obj@scrap _ SpaceAfter=No
10 , , PUNCT _ _ 11 punct _ _
11 dans dans ADP _ _ 8 conj:dicto _ _
12 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 13 det _ _
13 Parc parc NOUN _ Gender=Masc|Number=Sing 11 comp:obj _ _
14 d' de ADP _ _ 13 udep _ SpaceAfter=No
15 aventure aventure NOUN _ Gender=Fem|Number=Sing 14 comp:obj _ _
16 euh euh INTJ _ _ 17 discourse _ _
17 là-bas là-bas ADV _ _ 13 mod _ _
18 euh euh INTJ _ _ 7 discourse _ SpaceAfter=No
19 . . PUNCT _ _ 7 punct _ _
# text = c'est euh ça s'appelle Casela Aventures.
# sent_id = ParisStories_2019_mauriceAventure_3
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 2 subj _ SpaceAfter=No
2 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
3 euh euh INTJ _ _ 2 discourse _ _
4 ça ça PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 6 subj _ _
5 s' soi PRON _ Person=3|PronType=Prs 6 comp@expl _ InIdiom=Yes|SpaceAfter=No
6 appelle appeler VERB _ ExtPos=VERB|Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj:dicto _ Idiom=Yes
7 Casela Casela PROPN _ _ 6 comp:obj _ _
8 Aventures aventures PROPN _ _ 7 flat@name _ SpaceAfter=No
9 . . PUNCT _ _ 2 punct _ _
# text = c'est un parc où il y a pf où il y a plein de, plein d'activités.
# sent_id = ParisStories_2019_mauriceAventure_4
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 2 subj _ SpaceAfter=No
2 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
3 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 4 det _ _
4 parc parc NOUN _ Gender=Masc|Number=Sing 2 comp:pred _ _
5 où où PRON _ PronType=Rel 8 mod _ _
6 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 8 subj@expl _ _
7 y y PRON _ Person=3|PronType=Prs 8 comp@expl _ _
8 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 mod@relcl _ _
9 pf pf X _ _ 10 discourse _ _
10 où où PRON _ PronType=Rel 13 mod _ _
11 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 13 subj@expl _ _
12 y y PRON _ Person=3|PronType=Prs 13 comp@expl _ _
13 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 8 conj:dicto _ _
14 plein plein ADV _ _ 19 mod _ _
15 de de ADP _ _ 14 comp:obl _ SpaceAfter=No
16 , , PUNCT _ _ 17 punct _ _
17 plein plein ADV _ _ 14 conj:dicto _ _
18 d' de ADP _ _ 17 comp:obl _ SpaceAfter=No
19 activités activité NOUN _ Gender=Fem|Number=Plur 13 comp:obj _ SpaceAfter=No
20 . . PUNCT _ _ 2 punct _ _
# text = il y a des animaux.
# sent_id = ParisStories_2019_mauriceAventure_5
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 subj@expl _ _
2 y y PRON _ Person=3|PronType=Prs 3 comp@expl _ _
3 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 des un DET _ Definite=Ind|Number=Plur|PronType=Art 5 det _ _
5 animaux animal NOUN _ Gender=Masc|Number=Plur 3 comp:obj _ SpaceAfter=No
6 . . PUNCT _ _ 3 punct _ _
# text = donc c'est un peu genre le mélange d'un zoo et et d'attractions.
# sent_id = ParisStories_2019_mauriceAventure_6
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 donc donc ADV _ _ 3 mod _ _
2 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 3 subj _ SpaceAfter=No
3 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 5 det _ InIdiom=Yes
5 peu peu NOUN _ ExtPos=ADV|Gender=Masc|Number=Sing 3 mod _ Idiom=Yes
6 genre genre NOUN _ ExtPos=INTJ|Gender=Masc|Number=Sing 8 discourse _ _
7 le le DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 8 det _ _
8 mélange mélange NOUN _ Gender=Masc|Number=Sing 3 comp:pred _ _
9 d' de ADP _ _ 8 udep _ SpaceAfter=No
10 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 11 det _ _
11 zoo zoo NOUN _ Gender=Masc|Number=Sing 9 comp:obj _ _
12 et et CCONJ _ _ 14 cc _ _
13 et et CCONJ _ _ 12 conj:dicto _ _
14 d' de ADP _ _ 9 conj:coord _ SpaceAfter=No
15 attractions attraction NOUN _ Gender=Fem|Number=Plur 14 comp:obj _ SpaceAfter=No
16 . . PUNCT _ _ 3 punct _ _
# text = enfin il y a plein d'activités qui existent.
# sent_id = ParisStories_2019_mauriceAventure_7
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 enfin enfin ADV _ ExtPos=INTJ 4 discourse _ _
2 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 subj@expl _ _
3 y y PRON _ Person=3|PronType=Prs 4 comp@expl _ _
4 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
5 plein plein ADV _ _ 4 comp:obj _ _
6 d' de ADP _ _ 5 comp:obl _ SpaceAfter=No
7 activités activité NOUN _ Gender=Fem|Number=Plur 6 comp:obj _ _
8 qui qui PRON _ PronType=Rel 9 subj _ _
9 existent exister VERB _ Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 7 mod@relcl _ SpaceAfter=No
10 . . PUNCT _ _ 4 punct _ _
# text = il y a les tyroliennes.
# sent_id = ParisStories_2019_mauriceAventure_8
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 subj@expl _ _
2 y y PRON _ Person=3|PronType=Prs 3 comp@expl _ _
3 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 les le DET _ Definite=Def|Number=Plur|PronType=Art 5 det _ _
5 tyroliennes tyrolien NOUN _ Gender=Fem|Number=Plur 3 comp:obj _ SpaceAfter=No
6 . . PUNCT _ _ 3 punct _ _
# text = il y a, il y a le quad, le buggy.
# sent_id = ParisStories_2019_mauriceAventure_9
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 subj@expl _ _
2 y y PRON _ Person=3|PronType=Prs 3 comp@expl _ _
3 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ SpaceAfter=No
4 , , PUNCT _ _ 7 punct _ _
5 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 subj@expl _ _
6 y y PRON _ Person=3|PronType=Prs 7 comp@expl _ _
7 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj:dicto _ _
8 le le DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art|Shared=No 9 det _ _
9 quad quad NOUN _ Gender=Masc|Number=Sing 7 comp:obj _ SpaceAfter=No
10 , , PUNCT _ _ 12 punct _ _
11 le le DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 12 det _ _
12 buggy buggy NOUN _ Gender=Masc|Number=Sing 9 conj:appos _ SpaceAfter=No
13 . . PUNCT _ _ 3 punct _ _
# text = il y a la marche avec les lions, marche avec les pumas.
# sent_id = ParisStories_2019_mauriceAventure_10
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 subj@expl _ _
2 y y PRON _ Person=3|PronType=Prs 3 comp@expl _ _
3 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 la le DET _ Definite=Def|Gender=Fem|Number=Sing|PronType=Art|Shared=Yes 5 det _ _
5 marche marcher NOUN _ Gender=Fem|Number=Sing 3 comp:obj _ _
6 avec avec ADP _ _ 5 udep _ _
7 les le DET _ Definite=Def|Number=Plur|PronType=Art 8 det _ _
8 lions lion NOUN _ Gender=Masc|Number=Plur 6 comp:obj _ SpaceAfter=No
9 , , PUNCT _ _ 10 punct _ _
10 marche marcher NOUN _ Gender=Fem|Number=Sing 5 conj:coord _ _
11 avec avec ADP _ _ 10 udep _ _
12 les le DET _ Definite=Def|Number=Plur|PronType=Art 13 det _ _
13 pumas pumas NOUN _ Gender=Masc|Number=Plur 11 comp:obj _ SpaceAfter=No
14 . . PUNCT _ _ 3 punct _ _
# text = enfin c'est, c'est ouais c'est un un parc d'aventures super grand.
# sent_id = ParisStories_2019_mauriceAventure_11
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 enfin enfin ADV _ ExtPos=INTJ 3 discourse _ _
2 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 3 subj _ SpaceAfter=No
3 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ SpaceAfter=No
4 , , PUNCT _ _ 6 punct _ _
5 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 6 subj _ SpaceAfter=No
6 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj:dicto _ _
7 ouais ouais INTJ _ _ 9 discourse _ _
8 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 9 subj _ SpaceAfter=No
9 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 conj:dicto _ _
10 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 12 det _ _
11 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 10 conj:dicto _ _
12 parc parc NOUN _ Gender=Masc|Number=Sing 9 comp:pred _ _
13 d' de ADP _ _ 12 udep _ SpaceAfter=No
14 aventures aventure NOUN _ Gender=Fem|Number=Plur 13 comp:obj _ _
15 super super ADV _ _ 16 mod _ _
16 grand grand ADJ _ Gender=Masc|Number=Sing 12 mod _ SpaceAfter=No
17 . . PUNCT _ _ 3 punct _ _
# text = et donc en fait cet été elle nous a proposé de nous y emmener sur un de ses jours, sur un de ses jours de repos, pour euh bah pour qu'on puisse découvrir en fait son son univers avec elle euh.
# sent_id = ParisStories_2019_mauriceAventure_12
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 9 cc _ _
2 donc donc ADV _ _ 1 cc _ _
3 en en ADP _ _ 1 discourse _ _
4 fait fait NOUN _ Gender=Masc|Number=Sing 3 comp:obj _ _
5 cet ce DET _ Gender=Masc|Number=Sing|PronType=Dem 6 det _ _
6 été être NOUN _ Gender=Masc|Number=Sing 9 mod _ _
7 elle lui PRON _ Emph=No|Gender=Fem|Number=Sing|Person=3|PronType=Prs 9 subj _ _
8 nous nous PRON _ Number=Plur|Person=1|PronType=Prs 9 comp:obl _ _
9 a avoir AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
10 proposé proposer VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 9 comp:aux@tense _ _
11 de de ADP _ _ 10 comp:obl _ _
12 nous nous PRON _ Number=Plur|Person=1|PronType=Prs 14 comp:obj _ _
13 y y PRON _ Person=3|PronType=Prs 14 mod _ _
14 emmener emmener VERB _ VerbForm=Inf 11 comp:obj _ Subject=SubjRaising
15 sur sur ADP _ _ 14 mod _ _
16 un un PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 15 comp:obj _ _
17 de de ADP _ _ 16 mod _ _
18 ses son DET _ Number=Plur|Number[psor]=Sing|Person[psor]=3|Poss=Yes|PronType=Prs 19 det _ _
19 jours jours NOUN _ Gender=Masc|Number=Plur 17 comp:obj _ SpaceAfter=No
20 , , PUNCT _ _ 21 punct _ _
21 sur sur ADP _ _ 15 conj:dicto _ _
22 un un PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 21 comp:obj _ _
23 de de ADP _ _ 22 mod _ _
24 ses son DET _ Number=Plur|Number[psor]=Sing|Person[psor]=3|Poss=Yes|PronType=Prs 25 det _ _
25 jours jours NOUN _ Gender=Masc|Number=Plur 23 comp:obj _ _
26 de de ADP _ _ 25 udep _ _
27 repos repos NOUN _ Gender=Masc|Number=Sing 26 comp:obj _ SpaceAfter=No
28 , , PUNCT _ _ 29 punct _ _
29 pour pour ADP _ _ 14 mod _ _
30 euh euh INTJ _ _ 32 discourse _ _
31 bah bah INTJ _ _ 32 discourse _ _
32 pour pour ADP _ ExtPos=ADV 29 conj:dicto _ Idiom=Yes
33 qu' que SCONJ _ _ 32 unk _ InIdiom=Yes|SpaceAfter=No
34 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 35 subj _ _
35 puisse pouvoir VERB _ Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 32 comp:obj _ _
36 découvrir découvrir VERB _ VerbForm=Inf 35 comp:obj _ Subject=SubjRaising
37 en en ADP _ _ 41 discourse _ _
38 fait fait NOUN _ Gender=Masc|Number=Sing 37 comp:obj _ _
39 son son DET _ Number=Sing|Number[psor]=Sing|Person[psor]=3|Poss=Yes|PronType=Prs 41 det _ _
40 son son DET _ Number=Sing|Number[psor]=Sing|Person[psor]=3|Poss=Yes|PronType=Prs 39 conj:dicto _ _
41 univers univers NOUN _ Gender=Masc|Number=Sing 36 comp:obj _ _
42 avec avec ADP _ _ 36 mod _ _
43 elle lui PRON _ Emph=Yes|Gender=Fem|Number=Sing|Person=3|PronType=Prs 42 comp:obj _ _
44 euh euh INTJ _ _ 9 discourse _ SpaceAfter=No
45 . . PUNCT _ _ 9 punct _ _
# text = donc on avait choisi choisi un jour tous ensemble etc.
# sent_id = ParisStories_2019_mauriceAventure_13
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 donc donc ADV _ _ 3 mod _ _
2 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind|Shared=No 3 subj _ _
3 avait avoir AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
4 choisi choisir VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 3 comp:aux@tense _ _
5 choisi choisir VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 4 conj:dicto _ _
6 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 7 det _ _
7 jour jour NOUN _ Gender=Masc|Number=Sing 5 comp:obj _ _
8 tous tout PRON _ Gender=Masc|Number=Plur|Person=3|PronType=Ind 9 mod _ _
9 ensemble ensemble ADV _ _ 5 mod _ _
10 etc etc ADV _ _ 3 conj:coord _ SpaceAfter=No
11 . . PUNCT _ _ 3 punct _ _
# text = et donc on est parti euh là-bas.
# sent_id = ParisStories_2019_mauriceAventure_14
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 4 cc _ _
2 donc donc ADV _ _ 4 mod _ _
3 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 4 subj _ _
4 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
5 parti partir VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 4 comp:aux@tense _ _
6 euh euh INTJ _ _ 7 discourse _ _
7 là-bas là-bas ADV _ _ 5 mod _ SpaceAfter=No
8 . . PUNCT _ _ 4 punct _ _
# text = donc euh on s'est levé très tôt un matin pour arriver à l'aube là-bas.
# sent_id = ParisStories_2019_mauriceAventure_15
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 donc donc ADV _ _ 5 mod _ _
2 euh euh INTJ _ _ 1 discourse _ _
3 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 5 subj _ _
4 s' soi PRON _ Person=3|PronType=Prs 6 comp@expl _ SpaceAfter=No
5 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
6 levé lever VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 5 comp:aux@tense _ _
7 très très ADV _ _ 8 mod _ _
8 tôt tôt ADV _ _ 6 mod _ _
9 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 10 det _ _
10 matin matin NOUN _ Gender=Masc|Number=Sing 6 mod _ _
11 pour pour ADP _ _ 6 mod _ _
12 arriver arriver VERB _ VerbForm=Inf 11 comp:obj _ Subject=NoRaising
13 à à ADP _ _ 12 mod _ _
14 l' le DET _ Definite=Def|Number=Sing|PronType=Art 15 det _ SpaceAfter=No
15 aube aube NOUN _ Gender=Fem|Number=Sing 13 comp:obj _ _
16 là-bas là-bas ADV _ _ 12 mod _ SpaceAfter=No
17 . . PUNCT _ _ 5 punct _ _
# text = euh donc euh elle nous avait dit en fait euh que c'est l'endroit était très très vaste.
# sent_id = ParisStories_2019_mauriceAventure_16
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 euh euh INTJ _ _ 6 discourse _ _
2 donc donc ADV _ _ 6 mod _ _
3 euh euh INTJ _ _ 2 discourse _ _
4 elle lui PRON _ Emph=No|Gender=Fem|Number=Sing|Person=3|PronType=Prs 6 subj _ _
5 nous nous PRON _ Number=Plur|Person=1|PronType=Prs 6 comp:obl _ _
6 avait avoir AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
7 dit dire VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 6 comp:aux@tense _ _
8 en en ADP _ _ 11 discourse _ _
9 fait fait NOUN _ Gender=Masc|Number=Sing 8 comp:obj _ _
10 euh euh INTJ _ _ 11 discourse _ _
11 que que SCONJ _ _ 7 comp:obj _ _
12 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 13 subj _ SpaceAfter=No
13 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 11 comp:obj _ _
14 l' le DET _ Definite=Def|Number=Sing|PronType=Art 15 det _ SpaceAfter=No
15 endroit endroit NOUN _ Gender=Masc|Number=Sing 16 subj _ _
16 était être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 13 conj:dicto _ _
17 très très ADV _ _ 19 mod _ _
18 très très ADV _ _ 17 conj:coord _ _
19 vaste vaste ADJ _ Gender=Masc|Number=Sing 16 comp:pred _ SpaceAfter=No
20 . . PUNCT _ _ 6 punct _ _
# text = donc on pouvait pas euh tout faire dans la même journée.
# sent_id = ParisStories_2019_mauriceAventure_17
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 donc donc ADV _ _ 3 mod _ _
2 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 3 subj _ _
3 pouvait pouvoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
4 pas pas ADV _ Polarity=Neg 3 mod _ _
5 euh euh INTJ _ _ 7 discourse _ _
6 tout tout PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 7 comp:obj _ _
7 faire faire VERB _ VerbForm=Inf 3 comp:obj _ Subject=SubjRaising
8 dans dans ADP _ _ 7 mod _ _
9 la le DET _ Definite=Def|Gender=Fem|Number=Sing|PronType=Art 11 det _ _
10 même même ADJ _ Gender=Fem|Number=Sing 11 mod _ _
11 journée journée NOUN _ Gender=Fem|Number=Sing 8 comp:obj _ SpaceAfter=No
12 . . PUNCT _ _ 3 punct _ _
# text = du coup fallait vraiment qu'on choisisse vraiment deux activités qu'on voulait faire.
# sent_id = ParisStories_2019_mauriceAventure_18
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1-2 du _ _ _ _ _ _ _ _
1 de de ADP _ _ 4 discourse _ _
2 le le DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 3 det _ _
3 coup coup NOUN _ Gender=Masc|Number=Sing 1 comp:obj _ _
4 fallait falloir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
5 vraiment vraiment ADV _ _ 4 mod _ _
6 qu' que SCONJ _ _ 4 comp:obj _ SpaceAfter=No
7 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 8 subj _ _
8 choisisse choisir VERB _ Mood=Sub|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 6 comp:obj _ _
9 vraiment vraiment ADV _ _ 8 mod _ _
10 deux deux NUM _ Number=Plur 11 det _ _
11 activités activité NOUN _ Gender=Fem|Number=Plur 8 comp:obj _ _
12 qu' que SCONJ _ _ 11 mod _ SpaceAfter=No
13 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 14 subj _ _
14 voulait vouloir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 12 comp:obj _ _
15 faire faire VERB _ VerbForm=Inf 14 comp:obj _ SpaceAfter=No|Subject=SubjRaising
16 . . PUNCT _ _ 4 punct _ _
# text = et comme ça ça pourrait être bien.
# sent_id = ParisStories_2019_mauriceAventure_19
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 5 cc _ _
2 comme comme ADP _ _ 5 mod _ _
3 ça ça PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 2 comp:obj _ _
4 ça ça PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 5 subj _ _
5 pourrait pouvoir VERB _ Mood=Cnd|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
6 être être VERB _ VerbForm=Inf 5 comp:obj _ Subject=SubjRaising
7 bien bien ADV _ _ 6 comp:pred _ SpaceAfter=No
8 . . PUNCT _ _ 5 punct _ _
# text = donc on a tous choisi euh de faire le quad tous ensemble.
# sent_id = ParisStories_2019_mauriceAventure_20
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 donc donc ADV _ _ 3 mod _ _
2 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 3 subj _ _
3 a avoir AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 tous tout PRON _ Gender=Masc|Number=Plur|Person=3|PronType=Ind 5 mod _ _
5 choisi choisir VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 3 comp:aux@tense _ _
6 euh euh INTJ _ _ 7 discourse _ _
7 de de ADP _ _ 5 comp:obl _ _
8 faire faire VERB _ VerbForm=Inf 7 comp:obj _ Subject=SubjRaising
9 le le DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 10 det _ _
10 quad quad NOUN _ Gender=Masc|Number=Sing 8 comp:obj _ _
11 tous tout PRON _ Gender=Masc|Number=Plur|Person=3|PronType=Ind 12 mod _ _
12 ensemble ensemble ADV _ _ 8 mod _ SpaceAfter=No
13 . . PUNCT _ _ 3 punct _ _
# text = comme ça on pouvait vraiment faire une activité vraiment tous ensemble etc.
# sent_id = ParisStories_2019_mauriceAventure_21
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 comme comme ADP _ _ 4 mod _ _
2 ça ça PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 1 comp:obj _ _
3 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 4 subj _ _
4 pouvait pouvoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
5 vraiment vraiment ADV _ _ 4 mod _ _
6 faire faire VERB _ VerbForm=Inf 4 comp:obj _ Subject=SubjRaising
7 une un DET _ Definite=Ind|Gender=Fem|Number=Sing|PronType=Art 8 det _ _
8 activité activité NOUN _ Gender=Fem|Number=Sing 6 comp:obj _ _
9 vraiment vraiment ADV _ _ 11 mod _ _
10 tous tout PRON _ Gender=Masc|Number=Plur|Person=3|PronType=Ind 11 mod _ _
11 ensemble ensemble ADV _ _ 6 mod _ _
12 etc etc ADV _ _ 6 conj:coord _ SpaceAfter=No|wordform=cetera
13 . . PUNCT _ _ 4 punct _ _
# text = donc on a pris le quad.
# sent_id = ParisStories_2019_mauriceAventure_22
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 donc donc ADV _ _ 3 mod _ _
2 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 3 subj _ _
3 a avoir AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 pris prendre VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 3 comp:aux@tense _ _
5 le le DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 6 det _ _
6 quad quad NOUN _ Gender=Masc|Number=Sing 4 comp:obj _ SpaceAfter=No
7 . . PUNCT _ _ 3 punct _ _
# text = on avait tous des quads doubles.
# sent_id = ParisStories_2019_mauriceAventure_23
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 2 subj _ _
2 avait avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
3 tous tout PRON _ Gender=Masc|Number=Plur|Person=3|PronType=Ind 5 mod _ _
4 des un DET _ Definite=Ind|Number=Plur|PronType=Art 5 det _ _
5 quads quad NOUN _ Gender=Masc|Number=Plur 2 comp:obj _ _
6 doubles double ADJ _ Gender=Masc|Number=Plur 5 mod _ SpaceAfter=No
7 . . PUNCT _ _ 2 punct _ _
# text = et et papi et mamie avaient pris un buggy pour être avec nous.
# sent_id = ParisStories_2019_mauriceAventure_24
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 6 cc _ _
2 et et CCONJ _ _ 1 conj:dicto _ _
3 papi papi NOUN _ Gender=Masc|Number=Sing 6 subj _ _
4 et et CCONJ _ _ 5 cc _ _
5 mamie mamie NOUN _ Gender=Fem|Number=Sing 3 conj:coord _ _
6 avaient avoir AUX _ Mood=Ind|Number=Plur|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
7 pris prendre VERB _ Gender=Masc|Tense=Past|VerbForm=Part 6 comp:aux@tense _ _
8 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 9 det _ _
9 buggy buggy NOUN _ Gender=Masc|Number=Sing 7 comp:obj _ _
10 pour pour ADP _ _ 7 mod _ _
11 être être VERB _ VerbForm=Inf 10 comp:obj _ Subject=NoRaising
12 avec avec ADP _ _ 11 comp:pred _ _
13 nous nous PRON _ Number=Plur|Person=1|PronType=Prs 12 comp:obj _ SpaceAfter=No
14 . . PUNCT _ _ 6 punct _ _
# text = et du coup on est parti pendant deux heures euh dans dans un domaine hyper vaste euh.
# sent_id = ParisStories_2019_mauriceAventure_25
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 6 cc _ _
2-3 du _ _ _ _ _ _ _ _
2 de de ADP _ _ 6 discourse _ _
3 le le DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 4 det _ _
4 coup coup NOUN _ Gender=Masc|Number=Sing 2 comp:obj _ _
5 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 6 subj _ _
6 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
7 parti partir VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 6 comp:aux@tense _ _
8 pendant pendant ADP _ _ 7 mod _ _
9 deux deux NUM _ Number=Plur 10 det _ _
10 heures heure NOUN _ Gender=Fem|Number=Plur 8 comp:obj _ _
11 euh euh INTJ _ _ 12 discourse _ _
12 dans dans ADP _ _ 7 mod _ _
13 dans dans ADP _ _ 12 conj:dicto _ _
14 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 15 det _ _
15 domaine domaine NOUN _ Gender=Masc|Number=Sing 13 comp:obj _ _
16 hyper hyper ADV _ _ 17 mod _ _
17 vaste vaste ADJ _ Gender=Masc|Number=Sing 15 mod _ _
18 euh euh INTJ _ _ 6 discourse _ SpaceAfter=No
19 . . PUNCT _ _ 6 punct _ _
# text = on s'est s'est vraiment cru dans la savane euh.
# sent_id = ParisStories_2019_mauriceAventure_26
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind|Shared=No 3 subj _ _
2 s' soi PRON _ Person=3|PronType=Prs 3 comp@scrap _ SpaceAfter=No
3 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 s' soi PRON _ Person=3|PronType=Prs 5 comp@expl _ SpaceAfter=No
5 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj:dicto _ _
6 vraiment vraiment ADV _ _ 7 mod _ _
7 cru croire VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 5 comp:aux@tense _ _
8 dans dans ADP _ _ 7 comp:obl _ _
9 la le DET _ Definite=Def|Gender=Fem|Number=Sing|PronType=Art 10 det _ _
10 savane savane NOUN _ Gender=Fem|Number=Sing 8 comp:obj _ _
11 euh euh INTJ _ _ 3 discourse _ SpaceAfter=No
12 . . PUNCT _ _ 3 punct _ _
# text = tu as plein d'animaux en liberté euh notamment les zèbres.
# sent_id = ParisStories_2019_mauriceAventure_27
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 tu toi PRON _ Emph=No|Number=Sing|Person=2|PronType=Prs 2 subj _ _
2 as avoir VERB _ Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root _ _
3 plein plein ADV _ _ 5 mod _ _
4 d' de ADP _ _ 3 comp:obl _ SpaceAfter=No
5 animaux animal NOUN _ Gender=Masc|Number=Plur 2 comp:obj _ _
6 en en ADP _ _ 5 udep _ _
7 liberté liberté NOUN _ Gender=Fem|Number=Sing 6 comp:obj _ _
8 euh euh INTJ _ _ 11 discourse _ _
9 notamment notamment ADV _ _ 11 mod _ _
10 les le DET _ Definite=Def|Number=Plur|PronType=Art 11 det _ _
11 zèbres zèbre NOUN _ Gender=Masc|Number=Plur 5 conj:coord _ SpaceAfter=No
12 . . PUNCT _ _ 2 punct _ _
# text = enfin c'est incroyable.
# sent_id = ParisStories_2019_mauriceAventure_28
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 enfin enfin ADV _ ExtPos=INTJ 3 discourse _ _
2 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 3 subj _ SpaceAfter=No
3 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 incroyable incroyable ADJ _ Gender=Masc|Number=Sing 3 comp:pred _ SpaceAfter=No
5 . . PUNCT _ _ 3 punct _ _
# text = et euh tu peux les toucher.
# sent_id = ParisStories_2019_mauriceAventure_29
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 4 cc _ _
2 euh euh INTJ _ _ 1 discourse _ _
3 tu toi PRON _ Emph=No|Number=Sing|Person=2|PronType=Prs 4 subj _ _
4 peux pouvoir VERB _ Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root _ _
5 les eux PRON _ Emph=No|Number=Plur|Person=3|PronType=Prs 6 comp:obj _ _
6 toucher toucher VERB _ VerbForm=Inf 4 comp:obj _ SpaceAfter=No|Subject=SubjRaising
7 . . PUNCT _ _ 4 punct _ _
# text = euh il y avait des autruches aussi c'était trop marrant euh.
# sent_id = ParisStories_2019_mauriceAventure_30
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 euh euh INTJ _ _ 4 discourse _ _
2 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 subj@expl _ _
3 y y PRON _ Person=3|PronType=Prs 4 comp@expl _ _
4 avait avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
5 des un DET _ Definite=Ind|Number=Plur|PronType=Art 6 det _ _
6 autruches autruche NOUN _ Gender=Fem|Number=Plur 4 comp:obj _ _
7 aussi aussi ADV _ _ 4 mod _ _
8 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 9 subj _ SpaceAfter=No
9 était être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 4 conj:coord _ _
10 trop trop ADV _ _ 11 mod _ _
11 marrant marrant ADJ _ Gender=Masc|Number=Sing 9 comp:pred _ _
12 euh euh INTJ _ _ 4 discourse _ SpaceAfter=No
13 . . PUNCT _ _ 4 punct _ _
# text = et euh tu as plein de paysages magnifiques.
# sent_id = ParisStories_2019_mauriceAventure_31
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 4 cc _ _
2 euh euh INTJ _ _ 1 discourse _ _
3 tu toi PRON _ Emph=No|Number=Sing|Person=2|PronType=Prs 4 subj _ _
4 as avoir VERB _ Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root _ _
5 plein plein ADV _ _ 7 mod _ _
6 de de ADP _ _ 5 comp:obl _ _
7 paysages paysage NOUN _ Gender=Masc|Number=Plur 4 comp:obj _ _
8 magnifiques magnifique ADJ _ Gender=Masc|Number=Plur 7 mod _ SpaceAfter=No
9 . . PUNCT _ _ 4 punct _ _
# text = à un moment donné on monte tout là-haut,
# sent_id = ParisStories_2019_mauriceAventure_32
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 à à ADP _ _ 6 mod _ _
2 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 3 det _ _
3 moment moment NOUN _ Gender=Masc|Number=Sing 1 comp:obj _ _
4 donné donner VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 3 mod _ _
5 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 6 subj _ _
6 monte monter VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
7 tout tout ADV _ _ 8 mod _ _
8 là-haut là-haut ADV _ _ 6 comp:obl _ SpaceAfter=No
9 , , PUNCT _ _ 6 punct _ _
# text = on a une vue sur la mer.
# sent_id = ParisStories_2019_mauriceAventure_33
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 2 subj _ _
2 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
3 une un DET _ Definite=Ind|Gender=Fem|Number=Sing|PronType=Art 4 det _ _
4 vue vue NOUN _ Gender=Fem|Number=Sing 2 comp:obj _ _
5 sur sur ADP _ _ 4 udep _ _
6 la le DET _ Definite=Def|Gender=Fem|Number=Sing|PronType=Art 7 det _ _
7 mer mer NOUN _ Gender=Fem|Number=Sing 5 comp:obj _ SpaceAfter=No
8 . . PUNCT _ _ 2 punct _ _
# text = enfin c'est c'est vraiment super joli.
# sent_id = ParisStories_2019_mauriceAventure_34
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 enfin enfin ADV _ ExtPos=INTJ 3 discourse _ _
2 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 3 subj _ SpaceAfter=No
3 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 5 subj _ SpaceAfter=No
5 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj:dicto _ _
6 vraiment vraiment ADV _ _ 7 mod _ _
7 super super ADV _ _ 8 mod _ _
8 joli joli ADJ _ Gender=Masc|Number=Sing 5 comp:pred _ SpaceAfter=No
9 . . PUNCT _ _ 3 punct _ _
# text = donc on a fini cette activité.
# sent_id = ParisStories_2019_mauriceAventure_35
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 donc donc ADV _ _ 3 mod _ _
2 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 3 subj _ _
3 a avoir AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 fini finir VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 3 comp:aux@tense _ _
5 cette ce DET _ Gender=Fem|Number=Sing|PronType=Dem 6 det _ _
6 activité activité NOUN _ Gender=Fem|Number=Sing 4 comp:obj _ SpaceAfter=No
7 . . PUNCT _ _ 3 punct _ _
# text = euh ensuite on a on a dejeuné tous ensemble.
# sent_id = ParisStories_2019_mauriceAventure_36
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 euh euh INTJ _ _ 4 discourse _ _
2 ensuite ensuite ADV _ _ 4 mod _ _
3 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 4 subj _ _
4 a avoir AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
5 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 6 subj _ _
6 a avoir AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj:dicto _ _
7 dejeuné déjeuner VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 6 comp:aux@tense _ _
8 tous tout PRON _ Gender=Masc|Number=Plur|Person=3|PronType=Ind 9 mod _ _
9 ensemble ensemble ADV _ _ 7 mod _ SpaceAfter=No
10 . . PUNCT _ _ 4 punct _ _
# text = euh on a été ah oui aussi on a nourri les girafes.
# sent_id = ParisStories_2019_mauriceAventure_37
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 euh euh INTJ _ _ 3 discourse _ _
2 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 3 subj _ _
3 a avoir AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 été être AUX _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 3 comp:aux@tense _ _
5 ah ah INTJ _ _ 9 discourse _ _
6 oui oui ADV _ ExtPos=INTJ 9 discourse _ _
7 aussi aussi ADV _ _ 9 mod _ _
8 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 9 subj _ _
9 a avoir AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 conj:dicto _ _
10 nourri nourrir VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 9 comp:aux@tense _ _
11 les le DET _ Definite=Def|Number=Plur|PronType=Art 12 det _ _
12 girafes girafe NOUN _ Gender=Fem|Number=Plur 10 comp:obj _ SpaceAfter=No
13 . . PUNCT _ _ 3 punct _ _
# text = c'est une activité que tu peux faire,
# sent_id = ParisStories_2019_mauriceAventure_38
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 2 subj _ SpaceAfter=No
2 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
3 une un DET _ Definite=Ind|Gender=Fem|Number=Sing|PronType=Art 4 det _ _
4 activité activité NOUN _ Gender=Fem|Number=Sing 2 comp:pred _ _
5 que que PRON _ PronType=Rel 7 comp:obj _ _
6 tu toi PRON _ Emph=No|Number=Sing|Person=2|PronType=Prs 7 subj _ _
7 peux pouvoir VERB _ Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 4 mod@relcl _ _
8 faire faire VERB _ VerbForm=Inf 7 comp:obj _ SpaceAfter=No|Subject=SubjRaising
9 , , PUNCT _ _ 2 punct _ _
# text = tu achètes des petits trucs et tu leur donnes.
# sent_id = ParisStories_2019_mauriceAventure_39
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 tu toi PRON _ Emph=No|Number=Sing|Person=2|PronType=Prs 2 subj _ _
2 achètes acheter VERB _ Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root _ _
3 des un DET _ Definite=Ind|Number=Plur|PronType=Art|Shared=No 5 det _ _
4 petits petit ADJ _ Gender=Masc|Number=Plur 5 mod _ _
5 trucs truc NOUN _ Gender=Masc|Number=Plur 2 comp:obj _ _
6 et et CCONJ _ _ 9 cc _ _
7 tu toi PRON _ Emph=No|Number=Sing|Person=2|PronType=Prs 9 subj _ _
8 leur eux PRON _ Emph=No|Number=Plur|Person=3|PronType=Prs 9 comp:obl _ _
9 donnes donner VERB _ Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 5 conj:coord _ SpaceAfter=No
10 . . PUNCT _ _ 2 punct _ _
# text = enfin mais c'est vraiment marrant.
# sent_id = ParisStories_2019_mauriceAventure_40
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 enfin enfin ADV _ ExtPos=INTJ 4 discourse _ _
2 mais mais CCONJ _ _ 4 discourse _ _
3 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 4 subj _ SpaceAfter=No
4 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
5 vraiment vraiment ADV _ _ 6 mod _ _
6 marrant marrant ADJ _ Gender=Masc|Number=Sing 4 comp:pred _ SpaceAfter=No
7 . . PUNCT _ _ 4 punct _ _
# text = et donc après on a mangé tous ensemble.
# sent_id = ParisStories_2019_mauriceAventure_41
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 5 cc _ _
2 donc donc ADV _ _ 5 mod _ _
3 après après ADV _ _ 5 mod _ _
4 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 5 subj _ _
5 a avoir AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
6 mangé manger VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 5 comp:aux@tense _ _
7 tous tout PRON _ Gender=Masc|Number=Plur|Person=3|PronType=Ind 8 mod _ _
8 ensemble ensemble ADV _ _ 6 mod _ SpaceAfter=No
9 . . PUNCT _ _ 5 punct _ _
# text = et ensuite on est parti euh euh bah tous ensemble aussi mais il y a que la moitié qui ont fait euh euh la deuxième activité.
# sent_id = ParisStories_2019_mauriceAventure_42
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 4 cc _ _
2 ensuite ensuite ADV _ _ 4 mod _ _
3 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind|Shared=No 4 subj _ _
4 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
5 parti partir VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 4 comp:aux@tense _ _
6 euh euh INTJ _ _ 10 discourse _ _
7 euh euh INTJ _ _ 10 discourse _ _
8 bah bah INTJ _ _ 10 discourse _ _
9 tous tout PRON _ Gender=Masc|Number=Plur|Person=3|PronType=Ind 10 mod _ _
10 ensemble ensemble ADV _ _ 5 mod _ _
11 aussi aussi ADV _ _ 10 mod _ _
12 mais mais CCONJ _ _ 15 cc _ _
13 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 15 subj@expl _ _
14 y y PRON _ Person=3|PronType=Prs 15 comp@expl _ _
15 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 4 conj:coord _ _
16 que que SCONJ _ _ 18 mod _ _
17 la le DET _ Definite=Def|Gender=Fem|Number=Sing|PronType=Art 18 det _ _
18 moitié moitié NOUN _ Gender=Fem|Number=Sing 15 comp:obj _ _
19 qui qui PRON _ PronType=Rel 20 subj _ _
20 ont avoir AUX _ Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 18 mod@relcl _ _
21 fait faire VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 20 comp:aux@tense _ _
22 euh euh INTJ _ _ 26 discourse _ _
23 euh euh INTJ _ _ 26 discourse _ _
24 la le DET _ Definite=Def|Gender=Fem|Number=Sing|PronType=Art 26 det _ _
25 deuxième deuxième ADJ _ Gender=Fem|Number=Sing 26 mod _ _
26 activité activité NOUN _ Gender=Fem|Number=Sing 21 comp:obj _ SpaceAfter=No
27 . . PUNCT _ _ 4 punct _ _
# text = c'était donc euh activité pont supspendu et tyrolienne.
# sent_id = ParisStories_2019_mauriceAventure_43
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 2 subj _ SpaceAfter=No
2 était être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
3 donc donc ADV _ _ 2 mod _ _
4 euh euh INTJ _ _ 5 discourse _ _
5 activité activité NOUN _ Gender=Fem|Number=Sing 2 comp:pred _ _
6 pont pont NOUN _ Gender=Masc|Number=Sing 5 mod _ _
7 supspendu supspendre VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 6 mod _ _
8 et et CCONJ _ _ 9 cc _ _
9 tyrolienne tyrolienne NOUN _ Gender=Fem|Number=Sing 7 conj:coord _ SpaceAfter=No
10 . . PUNCT _ _ 2 punct _ _
# text = donc il y a la moitié qui ont le vertige.
# sent_id = ParisStories_2019_mauriceAventure_44
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 donc donc ADV _ _ 4 mod _ _
2 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 subj@expl _ _
3 y y PRON _ Person=3|PronType=Prs 4 comp@expl _ _
4 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
5 la le DET _ Definite=Def|Gender=Fem|Number=Sing|PronType=Art 6 det _ _
6 moitié moitié NOUN _ Gender=Fem|Number=Sing 4 comp:obj _ _
7 qui qui PRON _ PronType=Rel 8 subj _ _
8 ont avoir VERB _ Mood=Ind|Number=Plur|Person=3|Tense=Pres|VerbForm=Fin 6 mod@relcl _ _
9 le le DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 10 det _ _
10 vertige vertige NOUN _ Gender=Masc|Number=Sing 8 comp:obj _ SpaceAfter=No
11 . . PUNCT _ _ 4 punct _ _
# text = donc du coup bah on était pas très on était plus très nombreux à rester pour faire ça.
# sent_id = ParisStories_2019_mauriceAventure_45
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 donc donc ADV _ _ 7 mod _ _
2-3 du _ _ _ _ _ _ _ _
2 de de ADP _ _ 7 discourse _ _
3 le le DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 4 det _ _
4 coup coup NOUN _ Gender=Masc|Number=Sing 2 comp:obj _ _
5 bah bah INTJ _ _ 7 discourse _ _
6 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 7 subj _ _
7 était être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
8 pas pas ADV _ Polarity=Neg 7 mod _ _
9 très très ADV _ _ 7 mod _ _
10 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 11 subj _ _
11 était être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 7 conj:dicto _ _
12 plus plus ADV _ _ 13 mod _ _
13 très très ADV _ _ 14 mod _ _
14 nombreux nombreux ADJ _ Gender=Masc|Number=Plur 11 comp:pred _ _
15 à à ADP _ _ 14 mod _ _
16 rester rester VERB _ VerbForm=Inf 15 comp:obj _ Subject=SubjRaising
17 pour pour ADP _ _ 16 mod _ _
18 faire faire VERB _ VerbForm=Inf 17 comp:obj _ Subject=NoRaising
19 ça ça PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 18 comp:obj _ SpaceAfter=No
20 . . PUNCT _ _ 7 punct _ _
# text = euh il y avait euh l'oncle d'Alex.
# sent_id = ParisStories_2019_mauriceAventure_46
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 euh euh INTJ _ _ 4 discourse _ _
2 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 4 subj@expl _ _
3 y y PRON _ Person=3|PronType=Prs 4 comp@expl _ _
4 avait avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
5 euh euh INTJ _ _ 7 discourse _ _
6 l' le DET _ Definite=Def|Number=Sing|PronType=Art 7 det _ SpaceAfter=No
7 oncle oncle NOUN _ Gender=Masc|Number=Sing 4 comp:obj _ _
8 d' de ADP _ _ 7 udep _ SpaceAfter=No
9 Alex Alex PROPN _ _ 8 comp:obj _ SpaceAfter=No
10 . . PUNCT _ _ 4 punct _ _
# text = il y avait les les deux cousines d'Alex.
# sent_id = ParisStories_2019_mauriceAventure_47
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 subj@expl _ _
2 y y PRON _ Person=3|PronType=Prs 3 comp@expl _ _
3 avait avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
4 les le DET _ Definite=Def|Number=Plur|PronType=Art 7 det _ _
5 les le DET _ Definite=Def|Number=Plur|PronType=Art 4 conj:dicto _ _
6 deux deux NUM _ Number=Plur 7 mod _ _
7 cousines cousine NOUN _ Gender=Fem|Number=Plur 3 comp:obj _ _
8 d' de ADP _ _ 7 udep _ SpaceAfter=No
9 Alex Alex PROPN _ _ 8 comp:obj _ SpaceAfter=No
10 . . PUNCT _ _ 3 punct _ _
# text = il y avait Bastien et Matthieu, les copains de des cousines.
# sent_id = ParisStories_2019_mauriceAventure_48
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 3 subj@expl _ _
2 y y PRON _ Person=3|PronType=Prs 3 comp@expl _ _
3 avait avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
4 Bastien Bastien PROPN _ _ 3 comp:obj _ _
5 et et CCONJ _ _ 6 cc _ _
6 Matthieu Matthieu PROPN _ _ 4 conj:coord _ SpaceAfter=No
7 , , PUNCT _ _ 9 punct _ _
8 les le DET _ Definite=Def|Number=Plur|PronType=Art 9 det _ _
9 copains copain NOUN _ Gender=Masc|Number=Plur 4 conj:dicto _ _
10 de de ADP _ _ 9 udep _ _
11-12 des _ _ _ _ _ _ _ _
11 de de ADP _ _ 10 conj:dicto _ _
12 les le DET _ Definite=Def|Number=Plur|PronType=Art 13 det _ _
13 cousines cousine NOUN _ Gender=Fem|Number=Plur 11 comp:obj _ SpaceAfter=No
14 . . PUNCT _ _ 3 punct _ _
# text = et je crois qu'il y avait moi.
# sent_id = ParisStories_2019_mauriceAventure_49
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 3 cc _ _
2 je moi PRON _ Emph=No|Number=Sing|Person=1|PronType=Prs 3 subj _ _
3 crois croire VERB _ Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root _ _
4 qu' que SCONJ _ _ 3 comp:obj _ SpaceAfter=No
5 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 7 subj@expl _ _
6 y y PRON _ Person=3|PronType=Prs 7 comp@expl _ _
7 avait avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 4 comp:obj _ _
8 moi moi PRON _ Emph=Yes|Number=Sing|Person=1|PronType=Prs 7 comp:obj _ SpaceAfter=No
9 . . PUNCT _ _ 3 punct _ _
# text = et c'est tout.
# sent_id = ParisStories_2019_mauriceAventure_50
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 3 cc _ _
2 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 3 subj _ SpaceAfter=No
3 est être VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 tout tout PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 3 comp:pred _ SpaceAfter=No
5 . . PUNCT _ _ 3 punct _ _
# text = ah non il y avait le père d'Alex aussi.
# sent_id = ParisStories_2019_mauriceAventure_51
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 ah ah INTJ _ _ 5 discourse _ _
2 non non ADV _ ExtPos=INTJ 5 discourse _ _
3 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 subj@expl _ _
4 y y PRON _ Person=3|PronType=Prs 5 comp@expl _ _
5 avait avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Imp|VerbForm=Fin 0 root _ _
6 le le DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 7 det _ _
7 père père NOUN _ Gender=Masc|Number=Sing 5 comp:obj _ _
8 d' de ADP _ _ 7 udep _ SpaceAfter=No
9 Alex Alex PROPN _ _ 8 comp:obj _ _
10 aussi aussi ADV _ _ 5 mod _ SpaceAfter=No
11 . . PUNCT _ _ 5 punct _ _
# text = parce que lui il a le vertige, mais il s'est lancé un défi.
# sent_id = ParisStories_2019_mauriceAventure_52
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 parce parce ADV _ ExtPos=SCONJ 0 root _ Idiom=Yes
2 que que SCONJ _ _ 1 unk _ InIdiom=Yes
3 lui lui PRON _ Emph=Yes|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 dislocated _ _
4 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 5 subj _ _
5 a avoir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 1 comp:obj _ _
6 le le DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 7 det _ _
7 vertige vertige NOUN _ Gender=Masc|Number=Sing 5 comp:obj _ SpaceAfter=No
8 , , PUNCT _ _ 12 punct _ _
9 mais mais CCONJ _ _ 12 cc _ _
10 il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 12 subj _ _
11 s' soi PRON _ Person=3|PronType=Prs 13 comp:obj _ SpaceAfter=No
12 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 conj:coord _ _
13 lancé lancer VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 12 comp:aux@tense _ _
14 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 15 det _ _
15 défi défi NOUN _ Gender=Masc|Number=Sing 13 comp:obj _ SpaceAfter=No
16 . . PUNCT _ _ 1 punct _ _
# text = donc voilà et euh et donc en fait, on comme je disais, c'est un super grand endroit.
# sent_id = ParisStories_2019_mauriceAventure_53
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 donc donc ADV _ _ 2 mod _ _
2 voilà voilà VERB _ ExtPos=INTJ 3 discourse _ _
3 et et CCONJ _ _ 16 cc _ _
4 euh euh INTJ _ _ 5 discourse _ _
5 et et CCONJ _ _ 3 conj:dicto _ _
6 donc donc ADV _ _ 3 cc _ _
7 en en ADP _ _ 3 discourse _ _
8 fait fait NOUN _ Gender=Masc|Number=Sing 7 comp:obj _ SpaceAfter=No
9 , , PUNCT _ _ 3 punct _ _
10 on on PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 3 unk@scrap _ _
11 comme comme ADP _ _ 16 discourse _ _
12 je moi PRON _ Emph=No|Number=Sing|Person=1|PronType=Prs 13 subj _ _
13 disais dire VERB _ Mood=Ind|Number=Sing|Person=1|Tense=Imp|VerbForm=Fin 11 comp:obj _ SpaceAfter=No
14 , , PUNCT _ _ 11 punct _ _
15 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 16 subj _ SpaceAfter=No
16 est être VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
17 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 20 det _ _
18 super super ADV _ _ 19 mod _ _
19 grand grand ADJ _ Gender=Masc|Number=Sing 20 mod _ _
20 endroit endroit NOUN _ Gender=Masc|Number=Sing 16 comp:pred _ SpaceAfter=No
21 . . PUNCT _ _ 16 punct _ _
# text = et euh du coup tu dois prendre des bus pour aller d'un endroit à un autre.
# sent_id = ParisStories_2019_mauriceAventure_54
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 et et CCONJ _ _ 7 cc _ _
2 euh euh INTJ _ _ 1 discourse _ _
3-4 du _ _ _ _ _ _ _ _
3 de de ADP _ _ 7 discourse _ _
4 le le DET _ Definite=Def|Gender=Masc|Number=Sing|PronType=Art 5 det _ _
5 coup coup NOUN _ Gender=Masc|Number=Sing 3 comp:obj _ _
6 tu toi PRON _ Emph=No|Number=Sing|Person=2|PronType=Prs 7 subj _ _
7 dois devoir VERB _ Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root _ _
8 prendre prendre VERB _ VerbForm=Inf 7 comp:obj _ Subject=SubjRaising
9 des un DET _ Definite=Ind|Number=Plur|PronType=Art 10 det _ _
10 bus bus NOUN _ Gender=Masc|Number=Plur 8 comp:obj _ _
11 pour pour ADP _ _ 8 mod _ _
12 aller aller VERB _ VerbForm=Inf 11 comp:obj _ Subject=SubjRaising
13 d' de ADP _ _ 12 mod _ SpaceAfter=No
14 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 15 det _ _
15 endroit endroit NOUN _ Gender=Masc|Number=Sing 13 comp:obj _ _
16 à à ADP _ _ 15 udep _ _
17 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 18 det _ _
18 autre autre PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Ind 16 comp:obj _ SpaceAfter=No
19 . . PUNCT _ _ 7 punct _ _
# text = enfin tu as des horaires précis de bus, des horaires précis d'activités.
# sent_id = ParisStories_2019_mauriceAventure_55
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 enfin enfin ADV _ ExtPos=INTJ 3 discourse _ _
2 tu toi PRON _ Emph=No|Number=Sing|Person=2|PronType=Prs 3 subj _ _
3 as avoir VERB _ Mood=Ind|Number=Sing|Person=2|Tense=Pres|VerbForm=Fin 0 root _ _
4 des un DET _ Definite=Ind|Number=Plur|PronType=Art|Shared=No 5 det _ _
5 horaires horaire NOUN _ Gender=Masc|Number=Plur 3 comp:obj _ _
6 précis précis ADJ _ Gender=Masc|Number=Plur 5 mod _ _
7 de de ADP _ _ 5 udep _ _
8 bus bus NOUN _ Gender=Masc|Number=Plur 7 comp:obj _ SpaceAfter=No
9 , , PUNCT _ _ 11 punct _ _
10 des un DET _ Definite=Ind|Number=Plur|PronType=Art 11 det _ _
11 horaires horaire NOUN _ Gender=Masc|Number=Plur 5 conj:appos _ _
12 précis précis ADJ _ Gender=Masc|Number=Plur 11 mod _ _
13 d' de ADP _ _ 11 udep _ SpaceAfter=No
14 activités activité NOUN _ Gender=Fem|Number=Plur 13 comp:obj _ SpaceAfter=No
15 . . PUNCT _ _ 3 punct _ _
# text = enfin c'est un grand bordel.
# sent_id = ParisStories_2019_mauriceAventure_56
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 enfin enfin ADV _ _ 3 mod _ _
2 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 3 subj _ SpaceAfter=No
3 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
4 un un DET _ Definite=Ind|Gender=Masc|Number=Sing|PronType=Art 6 det _ _
5 grand grand ADJ _ Gender=Masc|Number=Sing 6 mod _ _
6 bordel bordel NOUN _ Gender=Masc|Number=Sing 3 comp:pred _ SpaceAfter=No
7 . . PUNCT _ _ 3 punct _ _
# text = Il faut être bien organisé pour pour être là dedans sinon c'est compliqué.
# sent_id = ParisStories_2019_mauriceAventure_57
# sound_url = https://api.nakala.fr/data/10.34847/nkl.d6eb01m0/f6558a04e2913b42aeb6d0e20e30e7ab53d21018
1 Il lui PRON _ Emph=No|Gender=Masc|Number=Sing|Person=3|PronType=Prs 2 subj@expl _ _
2 faut falloir VERB _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ _
3 être être AUX _ VerbForm=Inf 2 comp:obj _ Subject=SubjRaising
4 bien bien ADV _ _ 5 mod _ _
5 organisé organiser VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 3 comp:pred _ _
6 pour pour ADP _ _ 3 mod _ _
7 pour pour ADP _ _ 6 conj:dicto _ _
8 être être VERB _ VerbForm=Inf 7 comp:obj _ Subject=NoRaising
9 là là ADV _ _ 8 mod _ _
10 dedans dedans ADV _ _ 8 mod _ _
11 sinon sinon CCONJ _ _ 13 cc _ _
12 c' ce PRON _ Gender=Masc|Number=Sing|Person=3|PronType=Dem 13 subj _ SpaceAfter=No
13 est être AUX _ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 2 conj:coord _ _
14 compliqué compliquer VERB _ Gender=Masc|Number=Sing|Tense=Past|VerbForm=Part 13 comp:pred _ SpaceAfter=No
15 . . PUNCT _ _ 2 punct _ _