-
Notifications
You must be signed in to change notification settings - Fork 6
/
PRT_07_Drummer_MG.conllu
3680 lines (3565 loc) · 237 KB
/
PRT_07_Drummer_MG.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
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# sent_id = PRT_07_Drummer_MG__1
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = ehn good afternoon !//
# text_en = Yes, good afternoon!
# text_ortho = Ehn good afternoon!
1 ehn ehn INTJ _ _ 3 discourse _ AlignBegin=1790|AlignEnd=1900|Gloss=ehn
2 good good ADJ _ _ 3 mod _ AlignBegin=1900|AlignEnd=2020|Gloss=good
3 afternoon afternoon NOUN _ _ 0 root _ AlignBegin=2020|AlignEnd=2723|Gloss=afternoon
4 !// !// PUNCT _ _ 3 punct _ AlignBegin=2723|AlignEnd=2723|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__2
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = my name na # Oke Lucent # Akporube //
# text_en = My name is Oke Lucent Akporube.
# text_ortho = My name na Oke Lucent Akporube.
1 my my PRON _ Number=Sing|Person=1|Poss=Yes 2 mod:poss _ AlignBegin=2723|AlignEnd=2865|Gloss=SG.1.POSS
2 name name NOUN _ _ 3 subj _ AlignBegin=2865|AlignEnd=3190|Gloss=name
3 na na PART _ PartType=Cop 0 root _ AlignBegin=3190|AlignEnd=3670|Gloss=be
4 # # PUNCT _ _ 5 punct _ AlignBegin=1790|AlignEnd=6199|Gloss=PUNCT
5 Oke Oke PROPN _ _ 3 comp:pred _ AlignBegin=3890|AlignEnd=4590|Gloss=Oke
6 Lucent Lucent PROPN _ _ 5 flat _ AlignBegin=4590|AlignEnd=5239|Gloss=Lucent
7 # # PUNCT _ _ 8 punct _ AlignBegin=5655|AlignEnd=6199|Gloss=PUNCT
8 Akporube Akporube PROPN _ _ 6 flat _ AlignBegin=5655|AlignEnd=6199|Gloss=Akporube
9 // // PUNCT _ _ 3 punct _ AlignBegin=6199|AlignEnd=6199|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__3
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # I be musician //= I be drummer //= I dey play drum |c # and I dey very good # for di drum wey I dey play //
# text_en = I'm a musician; I'm a drummer, I play drums and I'm very good on drums.
# text_ortho = I be musician, I be drummer, I dey play drum, and I dey very good for di drum wey I dey play.
1 # # PUNCT _ _ 3 punct _ AlignBegin=6199|AlignEnd=7370|Gloss=PUNCT
2 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 3 subj _ AlignBegin=7370|AlignEnd=8055|Gloss=NOM.SG.1
3 be be VERB _ PartType=Cop 0 root _ AlignBegin=8055|AlignEnd=8200|Gloss=be
4 musician musician NOUN _ _ 3 comp:pred _ AlignBegin=8200|AlignEnd=8680|Gloss=musician
5 //= //= PUNCT _ _ 7 punct _ AlignBegin=8680|AlignEnd=8680|Gloss=PUNCT
6 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 7 subj _ AlignBegin=8680|AlignEnd=8754|Gloss=NOM.SG.1
7 be be VERB _ PartType=Cop 3 parataxis:conj _ AlignBegin=8754|AlignEnd=8830|Gloss=be
8 drummer drummer NOUN _ _ 7 comp:pred _ AlignBegin=8830|AlignEnd=9244|Gloss=drummer
9 //= //= PUNCT _ _ 11 punct _ AlignBegin=9244|AlignEnd=9244|Gloss=PUNCT
10 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 11 subj _ AlignBegin=9244|AlignEnd=9350|Gloss=NOM.SG.1
11 dey dey AUX _ Aspect=Imp 7 parataxis:conj _ AlignBegin=9350|AlignEnd=9410|Gloss=IPFV
12 play play VERB _ _ 11 comp:aux _ AlignBegin=9410|AlignEnd=9600|Gloss=play
13 drum drum NOUN _ _ 12 comp:obj _ AlignBegin=9600|AlignEnd=9856|Gloss=drum
14 |c |c PUNCT _ _ 18 punct _ AlignBegin=9856|AlignEnd=9856|Gloss=PUNCT
15 # # PUNCT _ _ 18 punct _ AlignBegin=7370|AlignEnd=11642|Gloss=PUNCT
16 and and CCONJ _ _ 18 cc _ AlignBegin=9970|AlignEnd=10575|Gloss=and
17 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 18 subj _ AlignBegin=10575|AlignEnd=10728|Gloss=NOM.SG.1
18 dey dey VERB _ VerbType=Cop 11 conj:coord _ AlignBegin=10728|AlignEnd=10827|Gloss=be
19 very very ADV _ _ 20 mod _ AlignBegin=10827|AlignEnd=11087|Gloss=very
20 good good ADJ _ _ 18 comp:pred _ AlignBegin=11087|AlignEnd=11642|Gloss=good
21 # # PUNCT _ _ 22 punct _ AlignBegin=11642|AlignEnd=12730|Gloss=PUNCT
22 for for ADP _ _ 20 comp:obl _ AlignBegin=12730|AlignEnd=12882|Gloss=for
23 di di DET _ Definite=Def|PronType=Art 24 det _ AlignBegin=12882|AlignEnd=13001|Gloss=DEF.ART
24 drum drum NOUN _ _ 22 comp:obj _ AlignBegin=13001|AlignEnd=13165|Gloss=drum
25 wey wey SCONJ _ _ 24 mod@relcl _ AlignBegin=13165|AlignEnd=13210|Gloss=REL
26 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 27 subj _ AlignBegin=13210|AlignEnd=13300|Gloss=NOM.SG.1
27 dey dey AUX _ Aspect=Imp 25 comp:obj _ AlignBegin=13300|AlignEnd=13470|Gloss=IPFV
28 play play VERB _ _ 27 comp:aux _ AlignBegin=13470|AlignEnd=13670|Gloss=play
29 // // PUNCT _ _ 3 punct _ AlignBegin=13670|AlignEnd=13670|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__4
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = and # { how I take || how I take start || how I take reach } di level wen I dey now < # I bin get dis passion # for music when I small //
# text_en = And the way I... how I started... how I got to the level I am now... I had a passion for music when I was a kid.
# text_ortho = And how I take, how I take start, how I take reach di level wen I dey now, I bin get dis passion for music when I small.
1 and and CCONJ _ _ 27 discourse _ AlignBegin=13670|AlignEnd=14086|Gloss=and
2 # # PUNCT _ _ 1 punct _ AlignBegin=14086|AlignEnd=15390|Gloss=PUNCT
3 { { PUNCT _ _ 4 punct _ AlignBegin=15360|AlignEnd=15390|Gloss=PUNCT
4 how how ADV _ PronType=Int 27 dislocated _ AlignBegin=15390|AlignEnd=15699|Gloss=how.Q
5 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 6 subj _ AlignBegin=15699|AlignEnd=15880|Gloss=NOM.SG.1
6 take take VERB _ _ 4 mod@relcl _ AlignBegin=15880|AlignEnd=16328|Gloss=take
7 || || PUNCT _ _ 8 punct _ AlignBegin=16328|AlignEnd=16328|Gloss=PUNCT
8 how how ADV _ PronType=Int 4 conj:dicto _ AlignBegin=16328|AlignEnd=16509|Gloss=how.Q
9 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 10 subj _ AlignBegin=16509|AlignEnd=16560|Gloss=NOM.SG.1
10 take take VERB _ _ 8 mod@relcl _ AlignBegin=16560|AlignEnd=16700|Gloss=take
11 start start VERB _ _ 10 compound:svc _ AlignBegin=16700|AlignEnd=17000|Gloss=start
12 || || PUNCT _ _ 13 punct _ AlignBegin=17000|AlignEnd=17000|Gloss=PUNCT
13 how how ADV _ PronType=Int 8 conj:dicto _ AlignBegin=17000|AlignEnd=17180|Gloss=how.Q
14 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 15 subj _ AlignBegin=17180|AlignEnd=17210|Gloss=NOM.SG.1
15 take take VERB _ _ 13 mod@relcl _ AlignBegin=17210|AlignEnd=17300|Gloss=take
16 reach reach VERB _ _ 15 compound:svc _ AlignBegin=17300|AlignEnd=17482|Gloss=reach
17 } } PUNCT _ _ 4 punct _ AlignBegin=17482|AlignEnd=17482|Gloss=PUNCT
18 di di DET _ Definite=Def|PronType=Art 19 det _ AlignBegin=17482|AlignEnd=17565|Gloss=DEF.ART
19 level level NOUN _ _ 16 comp:obj _ AlignBegin=17565|AlignEnd=17730|Gloss=level
20 wen wey SCONJ _ _ 19 mod@relcl _ AlignBegin=17730|AlignEnd=17820|Gloss=REL
21 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 22 subj _ AlignBegin=17820|AlignEnd=17920|Gloss=NOM.SG.1
22 dey dey VERB _ VerbType=Cop 20 comp:obj _ AlignBegin=17920|AlignEnd=18110|Gloss=be
23 now now ADV _ _ 22 mod _ AlignBegin=18110|AlignEnd=18440|Gloss=now
24 < < PUNCT _ _ 4 punct _ AlignBegin=18440|AlignEnd=18440|Gloss=PUNCT
25 # # PUNCT _ _ 4 punct _ AlignBegin=18440|AlignEnd=19100|Gloss=PUNCT
26 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 27 subj _ AlignBegin=19100|AlignEnd=19180|Gloss=NOM.SG.1
27 bin bin AUX _ Tense=Past 0 root _ AlignBegin=19180|AlignEnd=19343|Gloss=PST
28 get get VERB _ _ 27 comp:aux _ AlignBegin=19343|AlignEnd=19650|Gloss=get
29 dis dis DET _ Number=Sing|PronType=Dem 30 det _ AlignBegin=19650|AlignEnd=19990|Gloss=SG.DEM
30 passion passion NOUN _ _ 28 comp:obj _ AlignBegin=19990|AlignEnd=20480|Gloss=passion
31 # # PUNCT _ _ 32 punct _ AlignBegin=20480|AlignEnd=21109|Gloss=PUNCT
32 for for ADP _ _ 28 comp:obl _ AlignBegin=21109|AlignEnd=21260|Gloss=for
33 music music NOUN _ _ 32 comp:obj _ AlignBegin=21260|AlignEnd=21566|Gloss=music
34 when when ADV _ _ 28 mod$tempo _ AlignBegin=21566|AlignEnd=21690|Gloss=when.Q
35 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 36 subj _ AlignBegin=21690|AlignEnd=21760|Gloss=NOM.SG.1
36 small small ADJ _ ExtPos=VERB 34 comp:obj _ AlignBegin=21760|AlignEnd=22180|Gloss=small
37 // // PUNCT _ _ 27 punct _ AlignBegin=22180|AlignEnd=22180|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__5
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # as children now < when you go church < you go just go church //
# text_en = As a kid, you really don’t have a reason to go to church.
# text_ortho = As children now, when you go church, you go just go church.
1 # # PUNCT _ _ 12 punct _ AlignBegin=22180|AlignEnd=22837|Gloss=PUNCT
2 as as ADP _ _ 12 mod:periph _ AlignBegin=22837|AlignEnd=23450|Gloss=as
3 children child NOUN _ Number=Plur 2 comp:obj _ AlignBegin=23450|AlignEnd=23777|Gloss=child.PL
4 now now ADV _ _ 3 mod:emph _ AlignBegin=23777|AlignEnd=23930|Gloss=now
5 < < PUNCT _ _ 2 punct _ AlignBegin=23930|AlignEnd=23930|Gloss=PUNCT
6 when when ADV _ _ 12 mod:periph$tempo _ AlignBegin=23930|AlignEnd=24020|Gloss=when.Q
7 you you PRON _ Case=Nom|Person=2|PronType=Prs 8 subj _ AlignBegin=24020|AlignEnd=24120|Gloss=NOM.2
8 go go VERB _ _ 6 comp:obj _ AlignBegin=24120|AlignEnd=24210|Gloss=go
9 church church NOUN _ _ 8 comp:obl _ AlignBegin=24210|AlignEnd=24759|Gloss=church
10 < < PUNCT _ _ 6 punct _ AlignBegin=24759|AlignEnd=24759|Gloss=PUNCT
11 you you PRON _ Case=Nom|Person=2|PronType=Prs 12 subj _ AlignBegin=24759|AlignEnd=24843|Gloss=NOM.2
12 go go AUX _ Aspect=Prosp 0 root _ AlignBegin=24843|AlignEnd=24930|Gloss=PROSP
13 just just ADV _ _ 14 mod _ AlignBegin=24930|AlignEnd=25400|Gloss=just
14 go go VERB _ _ 12 comp:aux _ AlignBegin=25400|AlignEnd=25616|Gloss=go
15 church church NOUN _ _ 14 comp:obl _ AlignBegin=25616|AlignEnd=25970|Gloss=church
16 // // PUNCT _ _ 12 punct _ AlignBegin=25970|AlignEnd=25970|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__6
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # di one { wey dey hungry you |c wey you like |c wey your eyes dey } < na im >+ you go go # to learn //
# text_en = You'll go there to learn what's of interest to yo... what you like... what you have your eyes on.
# text_ortho = Di one wey dey hungry you, wey you like, wey your eyes dey, na im you go go to learn.
1 # # PUNCT _ _ 20 punct _ AlignBegin=25970|AlignEnd=26428|Gloss=PUNCT
2 di di DET _ Definite=Def|PronType=Art 3 det _ AlignBegin=26428|AlignEnd=26622|Gloss=DEF.ART
3 one one NOUN _ _ 20 dislocated _ AlignBegin=26622|AlignEnd=26725|Gloss=one
4 { { PUNCT _ _ 5 punct _ AlignBegin=26725|AlignEnd=26725|Gloss=PUNCT
5 wey wey SCONJ _ _ 3 mod@relcl _ AlignBegin=26725|AlignEnd=26862|Gloss=REL
6 dey dey AUX _ Aspect=Imp 5 comp:obj _ AlignBegin=26862|AlignEnd=27046|Gloss=IPFV
7 hungry hungry VERB _ _ 6 comp:aux _ AlignBegin=27046|AlignEnd=27420|Gloss=hungry
8 you you PRON _ Case=Nom|Person=2|PronType=Prs 7 comp:obj _ AlignBegin=27420|AlignEnd=27630|Gloss=NOM.2
9 |c |c PUNCT _ _ 10 punct _ AlignBegin=27630|AlignEnd=27630|Gloss=PUNCT
10 wey when SCONJ _ _ 5 conj:coord _ AlignBegin=27630|AlignEnd=27750|Gloss=when
11 you you PRON _ Case=Nom|Person=2|PronType=Prs 12 subj _ AlignBegin=27750|AlignEnd=27873|Gloss=NOM.2
12 like like VERB _ _ 10 comp:obj _ AlignBegin=27873|AlignEnd=28202|Gloss=like
13 |c |c PUNCT _ _ 14 punct _ AlignBegin=28202|AlignEnd=28202|Gloss=PUNCT
14 wey when SCONJ _ _ 10 conj:coord _ AlignBegin=28202|AlignEnd=28331|Gloss=when
15 your your PRON _ Number=Plur|Person=2|Poss=Yes 16 mod:poss _ AlignBegin=28331|AlignEnd=28440|Gloss=PL.2.POSS
16 eyes eye NOUN _ Number=Plur 17 subj _ AlignBegin=28440|AlignEnd=28680|Gloss=eye.PL
17 dey dey VERB _ VerbType=Cop 14 comp:obj _ AlignBegin=28680|AlignEnd=28820|Gloss=be
18 } } PUNCT _ _ 5 punct _ AlignBegin=28820|AlignEnd=28820|Gloss=PUNCT
19 < < PUNCT _ _ 3 punct _ AlignBegin=28790|AlignEnd=28820|Gloss=PUNCT
20 na na PART _ PartType=Cop 0 root _ AlignBegin=28820|AlignEnd=28943|Gloss=be
21 im im PRON _ Case=Nom|Number=Sing|Person=3|PronType=Prs 20 comp:pred _ AlignBegin=28943|AlignEnd=29010|Gloss=NOM.SG.3
22 >+ >+ PUNCT _ _ 24 punct _ AlignBegin=29010|AlignEnd=29010|Gloss=PUNCT
23 you you PRON _ Case=Nom|Person=2|PronType=Prs 24 subj _ AlignBegin=29010|AlignEnd=29074|Gloss=NOM.2
24 go go AUX _ Aspect=Prosp 20 comp:cleft _ AlignBegin=29074|AlignEnd=29157|Gloss=PROSP
25 go go VERB _ _ 24 comp:aux _ AlignBegin=29157|AlignEnd=29520|Gloss=go
26 # # PUNCT _ _ 27 punct _ AlignBegin=29520|AlignEnd=30260|Gloss=PUNCT
27 to to ADP _ _ 25 mod$purp _ AlignBegin=30260|AlignEnd=30630|Gloss=to
28 learn learn VERB _ _ 27 comp:obj _ AlignBegin=30630|AlignEnd=30960|Gloss=learn
29 // // PUNCT _ _ 20 punct _ AlignBegin=30960|AlignEnd=30960|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__7
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # den < wey we small < my father dey go { Assembly || Assemblies of God } //
# text_en = Then, when we were younger, my father was attending Assembly... Assemblies of God.
# text_ortho = Den, wey we small, my father dey go Assembly, Assemblies of God.
1 # # PUNCT _ _ 10 punct _ AlignBegin=30960|AlignEnd=31520|Gloss=PUNCT
2 den den ADV _ _ 10 mod:periph _ AlignBegin=31520|AlignEnd=31730|Gloss=den
3 < < PUNCT _ _ 2 punct _ AlignBegin=31730|AlignEnd=31730|Gloss=PUNCT
4 wey when SCONJ _ _ 10 mod:periph$tempo _ AlignBegin=31730|AlignEnd=31820|Gloss=when
5 we we PRON _ Case=Nom|Number=Plur|Person=1|PronType=Prs 6 subj _ AlignBegin=31820|AlignEnd=31880|Gloss=NOM.PL.1
6 small small ADJ _ ExtPos=VERB 4 comp:obj _ AlignBegin=31880|AlignEnd=32326|Gloss=small
7 < < PUNCT _ _ 4 punct _ AlignBegin=32326|AlignEnd=32326|Gloss=PUNCT
8 my my PRON _ Number=Sing|Person=1|Poss=Yes 9 mod:poss _ AlignBegin=32326|AlignEnd=32549|Gloss=SG.1.POSS
9 father father NOUN _ _ 10 subj _ AlignBegin=32549|AlignEnd=32790|Gloss=father
10 dey dey AUX _ Aspect=Imp 0 root _ AlignBegin=32790|AlignEnd=32870|Gloss=IPFV
11 go go VERB _ _ 10 comp:aux _ AlignBegin=32870|AlignEnd=32954|Gloss=go
12 { { PUNCT _ _ 13 punct _ AlignBegin=32954|AlignEnd=33336|Gloss=PUNCT
13 Assembly assembly NOUN _ _ 11 comp:obl _ AlignBegin=32954|AlignEnd=33366|Gloss=assembly
14 || || PUNCT _ _ 15 punct _ AlignBegin=33366|AlignEnd=33366|Gloss=PUNCT
15 Assemblies assembly NOUN _ ExtPos=PROPN|Number=Plur 13 conj:dicto _ AlignBegin=33366|AlignEnd=33700|Gloss=assembly.PL|Title=Yes
16 of of ADP _ _ 15 flat _ AlignBegin=33700|AlignEnd=33800|Gloss=of|InTitle=Yes
17 God God PROPN _ _ 16 flat _ AlignBegin=33800|AlignEnd=34059|Gloss=God|InTitle=Yes
18 } } PUNCT _ _ 13 punct _ AlignBegin=34059|AlignEnd=34059|Gloss=PUNCT
19 // // PUNCT _ _ 10 punct _ AlignBegin=34029|AlignEnd=34059|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__8
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = so when we go church # { di drummers || di instrumentalists } dere < # dem make announcement for church sey # [ if you wan learn { instrument || musical instrument } < come church con learn !//] //
# text_en = So when we were in the church, the drummers... the instrumentalists made an announcement that if you want to learn how to play instruments... musical instruments, you should come learn it in the church!
# text_ortho = So when we go church di drummers, di instrumentalists dere, dem make announcement for church sey if you wan learn instrument, musical instrument, come church con learn!
1 so so ADV _ _ 18 discourse _ AlignBegin=34059|AlignEnd=34350|Gloss=so
2 when when ADV _ _ 18 mod:periph$tempo _ AlignBegin=34350|AlignEnd=34527|Gloss=when.Q
3 we we PRON _ Case=Nom|Number=Plur|Person=1|PronType=Prs 4 subj _ AlignBegin=34527|AlignEnd=34606|Gloss=NOM.PL.1
4 go go VERB _ _ 2 comp:obj _ AlignBegin=34606|AlignEnd=34740|Gloss=go
5 church church NOUN _ _ 4 comp:obl _ AlignBegin=34740|AlignEnd=35100|Gloss=church
6 # # PUNCT _ _ 2 punct _ AlignBegin=35100|AlignEnd=35440|Gloss=PUNCT
7 { { PUNCT _ _ 9 punct _ AlignBegin=35410|AlignEnd=35440|Gloss=PUNCT
8 di di DET _ Definite=Def|PronType=Art 9 det _ AlignBegin=35440|AlignEnd=35570|Gloss=DEF.ART
9 drummers drummer NOUN _ Number=Plur 18 dislocated _ AlignBegin=35570|AlignEnd=35920|Gloss=drummer.PL
10 || || PUNCT _ _ 12 punct _ AlignBegin=35920|AlignEnd=35920|Gloss=PUNCT
11 di di DET _ Definite=Def|PronType=Art 12 det _ AlignBegin=35920|AlignEnd=36002|Gloss=DEF.ART
12 instrumentalists instrumentalist NOUN _ Number=Plur 9 conj:dicto _ AlignBegin=36002|AlignEnd=36590|Gloss=instrumentalist.PL
13 } } PUNCT _ _ 9 punct _ AlignBegin=36590|AlignEnd=36590|Gloss=PUNCT
14 dere dere ADV _ _ 12 mod _ AlignBegin=36590|AlignEnd=36900|Gloss=there
15 < < PUNCT _ _ 9 punct _ AlignBegin=36900|AlignEnd=36900|Gloss=PUNCT
16 # # PUNCT _ _ 9 punct _ AlignBegin=36900|AlignEnd=37340|Gloss=PUNCT
17 dem dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 18 subj _ AlignBegin=37340|AlignEnd=37440|Gloss=NOM.PL.3
18 make make VERB _ _ 0 root _ AlignBegin=37440|AlignEnd=37610|Gloss=make
19 announcement announcement NOUN _ _ 18 comp:obj@lvc _ AlignBegin=37610|AlignEnd=37980|Gloss=announcement
20 for for ADP _ _ 18 comp:obl _ AlignBegin=37980|AlignEnd=38120|Gloss=for
21 church church NOUN _ _ 20 comp:obj _ AlignBegin=38120|AlignEnd=38310|Gloss=church
22 sey sey SCONJ _ _ 18 comp:obl$utter _ AlignBegin=38310|AlignEnd=38712|Gloss=COMP
23 # # PUNCT _ _ 36 punct _ AlignBegin=38712|AlignEnd=39125|Gloss=PUNCT
24 [ [ PUNCT _ _ 36 punct _ AlignBegin=39095|AlignEnd=39125|Gloss=PUNCT
25 if if SCONJ _ _ 36 mod:periph$cond _ AlignBegin=39125|AlignEnd=39219|Gloss=if
26 you you PRON _ Case=Nom|Person=2|PronType=Prs 27 subj _ AlignBegin=39219|AlignEnd=39288|Gloss=NOM.2
27 wan want VERB _ _ 25 comp:obj _ AlignBegin=39288|AlignEnd=39448|Gloss=want
28 learn learn VERB _ _ 27 comp:obj$desire _ AlignBegin=39448|AlignEnd=39920|Gloss=learn|Subject=Raising
29 { { PUNCT _ _ 30 punct _ AlignBegin=39920|AlignEnd=39920|Gloss=PUNCT
30 instrument instrument NOUN _ _ 28 comp:obj _ AlignBegin=39920|AlignEnd=40330|Gloss=instrument
31 || || PUNCT _ _ 33 punct _ AlignBegin=40330|AlignEnd=40330|Gloss=PUNCT
32 musical musical ADJ _ _ 33 mod _ AlignBegin=40330|AlignEnd=40588|Gloss=musical
33 instrument instrument NOUN _ _ 30 conj:dicto _ AlignBegin=40588|AlignEnd=41038|Gloss=instrument
34 } } PUNCT _ _ 30 punct _ AlignBegin=41038|AlignEnd=41038|Gloss=PUNCT
35 < < PUNCT _ _ 25 punct _ AlignBegin=41008|AlignEnd=41038|Gloss=PUNCT
36 come come VERB _ _ 22 comp:obj _ AlignBegin=41038|AlignEnd=41270|Gloss=come
37 church church NOUN _ _ 36 comp:obl _ AlignBegin=41270|AlignEnd=41490|Gloss=church
38 con con AUX _ Aspect=Cons 36 compound:svc$purp _ AlignBegin=41490|AlignEnd=41640|Gloss=CONS
39 learn learn VERB _ _ 38 comp:aux _ AlignBegin=41640|AlignEnd=41920|Gloss=learn
40 !//] !//] PUNCT _ _ 36 punct _ AlignBegin=41920|AlignEnd=41920|Gloss=PUNCT
41 // // PUNCT _ _ 18 punct _ AlignBegin=41890|AlignEnd=41920|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__9
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # so we now < we go # to learn //
# text_en = So we... we went to learn.
# text_ortho = So we now, we go to learn.
1 # # PUNCT _ _ 7 punct _ AlignBegin=41920|AlignEnd=42540|Gloss=PUNCT
2 so so ADV _ _ 7 discourse _ AlignBegin=42540|AlignEnd=42840|Gloss=so
3 we we PRON _ Case=Nom|Number=Plur|Person=1|PronType=Prs 7 dislocated _ AlignBegin=42840|AlignEnd=42960|Gloss=NOM.PL.1
4 now now ADV _ _ 3 mod:emph _ AlignBegin=42960|AlignEnd=43380|Gloss=now
5 < < PUNCT _ _ 3 punct _ AlignBegin=43380|AlignEnd=43380|Gloss=PUNCT
6 we we PRON _ Case=Nom|Number=Plur|Person=1|PronType=Prs 7 subj _ AlignBegin=43380|AlignEnd=43530|Gloss=NOM.PL.1
7 go go VERB _ _ 0 root _ AlignBegin=43530|AlignEnd=43806|Gloss=go
8 # # PUNCT _ _ 9 punct _ AlignBegin=43806|AlignEnd=44136|Gloss=PUNCT
9 to to ADP _ _ 7 comp:obl _ AlignBegin=44136|AlignEnd=44310|Gloss=to|Subject=Raising
10 learn learn VERB _ _ 9 comp:obj _ AlignBegin=44310|AlignEnd=44723|Gloss=learn
11 // // PUNCT _ _ 7 punct _ AlignBegin=44723|AlignEnd=44723|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__10
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # so you know dis # politics for church < # all dese ehn guys < { dem dey choose || dem dey look } di people deir parents get money # to teach di children //
# text_en = So, you know this politics in churches... all these uh... guys were choosing... they were looking forward to teaching the ones whose parents were rich.
# text_ortho = So you know dis politics for church, all dese ehn guys, dem dey choose, dem dey look di people deir parents get money to teach di children.
1 # # PUNCT _ _ 4 punct _ AlignBegin=44723|AlignEnd=45028|Gloss=PUNCT
2 so so ADV _ _ 4 discourse _ AlignBegin=45028|AlignEnd=45630|Gloss=so
3 you you PRON _ Case=Nom|Person=2|PronType=Prs 4 subj _ AlignBegin=45630|AlignEnd=45720|Gloss=NOM.2
4 know know VERB _ _ 19 parataxis:dislocated _ AlignBegin=45720|AlignEnd=45903|Gloss=know
5 dis dis DET _ Number=Sing|PronType=Dem 7 det _ AlignBegin=45903|AlignEnd=46480|Gloss=SG.DEM
6 # # PUNCT _ _ 5 punct _ AlignBegin=46480|AlignEnd=47060|Gloss=PUNCT
7 politics politics NOUN _ Number=Plur 4 comp:obj _ AlignBegin=47060|AlignEnd=47550|Gloss=politics.PL
8 for for ADP _ _ 7 mod _ AlignBegin=47550|AlignEnd=47790|Gloss=for
9 church church NOUN _ _ 8 comp:obj _ AlignBegin=47790|AlignEnd=48180|Gloss=church
10 < < PUNCT _ _ 4 punct _ AlignBegin=48180|AlignEnd=48180|Gloss=PUNCT
11 # # PUNCT _ _ 4 punct _ AlignBegin=48180|AlignEnd=49060|Gloss=PUNCT
12 all all DET _ _ 15 det _ AlignBegin=49060|AlignEnd=49210|Gloss=all
13 dese dese DET _ Number=Plur|PronType=Dem 15 det _ AlignBegin=49210|AlignEnd=49532|Gloss=PL.PROX.DEM
14 ehn ehn INTJ _ _ 13 discourse _ AlignBegin=49532|AlignEnd=50000|Gloss=ehn
15 guys guy NOUN _ Number=Plur 19 dislocated _ AlignBegin=50000|AlignEnd=50300|Gloss=guy.PL
16 < < PUNCT _ _ 15 punct _ AlignBegin=50300|AlignEnd=50300|Gloss=PUNCT
17 { { PUNCT _ _ 19 punct _ AlignBegin=50270|AlignEnd=50300|Gloss=PUNCT
18 dem dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 19 subj _ AlignBegin=50300|AlignEnd=50490|Gloss=NOM.PL.3
19 dey dey AUX _ Aspect=Imp 0 root _ AlignBegin=50490|AlignEnd=50640|Gloss=IPFV
20 choose choose VERB _ _ 19 comp:aux _ AlignBegin=50640|AlignEnd=50930|Gloss=choose
21 || || PUNCT _ _ 23 punct _ AlignBegin=50930|AlignEnd=50930|Gloss=PUNCT
22 dem dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 23 subj _ AlignBegin=50930|AlignEnd=51040|Gloss=NOM.PL.3
23 dey dey AUX _ Aspect=Imp 20 conj:dicto _ AlignBegin=51040|AlignEnd=51130|Gloss=IPFV
24 look look VERB _ _ 23 comp:aux _ AlignBegin=51130|AlignEnd=51400|Gloss=look
25 } } PUNCT _ _ 19 punct _ AlignBegin=51400|AlignEnd=51400|Gloss=PUNCT
26 di di DET _ Definite=Def|PronType=Art 27 det _ AlignBegin=51400|AlignEnd=51520|Gloss=DEF.ART
27 people people NOUN _ Number=Plur 24 comp:obj _ AlignBegin=51520|AlignEnd=51830|Gloss=people.PL
28 deir dem PRON _ Number=Plur|Person=3|Poss=Yes 29 mod:poss _ AlignBegin=51830|AlignEnd=52020|Gloss=PL.3.POSS
29 parents parent NOUN _ Number=Plur 30 subj _ AlignBegin=52020|AlignEnd=52480|Gloss=parent.PL
30 get get VERB _ _ 27 mod@relcl _ AlignBegin=52480|AlignEnd=52730|Gloss=get
31 money money NOUN _ _ 30 comp:obj _ AlignBegin=52730|AlignEnd=53100|Gloss=money
32 # # PUNCT _ _ 33 punct _ AlignBegin=53100|AlignEnd=53840|Gloss=PUNCT
33 to to ADP _ _ 24 mod$purp _ AlignBegin=53840|AlignEnd=53954|Gloss=to
34 teach teach VERB _ _ 33 comp:obj _ AlignBegin=53954|AlignEnd=54314|Gloss=teach
35 di di DET _ Definite=Def|PronType=Art 36 det _ AlignBegin=54314|AlignEnd=54466|Gloss=DEF.ART
36 children child NOUN _ Number=Plur 34 comp:obj _ AlignBegin=54466|AlignEnd=54801|Gloss=child.PL
37 // // PUNCT _ _ 19 punct _ AlignBegin=54801|AlignEnd=54801|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__11
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # so # de don select all di children finish //
# text_en = So they picked all the children they wanted to teach.
# text_ortho = So de don select all di children finish.
1 # # PUNCT _ _ 5 punct _ AlignBegin=54801|AlignEnd=55170|Gloss=PUNCT
2 so so ADV _ _ 5 discourse _ AlignBegin=55170|AlignEnd=55730|Gloss=so
3 # # PUNCT _ _ 2 punct _ AlignBegin=55760|AlignEnd=56360|Gloss=PUNCT
4 de dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 5 subj _ AlignBegin=56360|AlignEnd=56470|Gloss=NOM.PL.3
5 don don AUX _ Aspect=Perf 0 root _ AlignBegin=56470|AlignEnd=56590|Gloss=PRF
6 select select VERB _ _ 5 comp:aux _ AlignBegin=56590|AlignEnd=56890|Gloss=select
7 all all DET _ _ 9 det _ AlignBegin=56890|AlignEnd=56940|Gloss=all
8 di di DET _ Definite=Def|PronType=Art 9 det _ AlignBegin=56940|AlignEnd=57060|Gloss=DEF.ART
9 children child NOUN _ Number=Plur 6 comp:obj _ AlignBegin=57060|AlignEnd=57340|Gloss=child.PL
10 finish finish VERB _ _ 6 compound:svc _ AlignBegin=57340|AlignEnd=57510|Gloss=finish
11 // // PUNCT _ _ 5 punct _ AlignBegin=57510|AlignEnd=57510|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__12
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = but me < # with determination < I say [ any how e be < dis thing < # I must play am at di age of four ] //
# text_en = But me, determined at the age of four, I said I needed to play this thing by all means.
# text_ortho = But me, with determination, I say any how e be, dis thing, I must play am at di age of four.
1 but but CCONJ _ _ 9 discourse _ AlignBegin=57510|AlignEnd=57650|Gloss=but
2 me me PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 9 dislocated _ AlignBegin=57650|AlignEnd=57958|Gloss=ACC.SG.1
3 < < PUNCT _ _ 2 punct _ AlignBegin=57958|AlignEnd=57958|Gloss=PUNCT
4 # # PUNCT _ _ 2 punct _ AlignBegin=57958|AlignEnd=58290|Gloss=PUNCT
5 with wit ADP _ _ 9 mod:periph _ AlignBegin=58290|AlignEnd=58410|Gloss=with
6 determination determination NOUN _ _ 5 comp:obj _ AlignBegin=58410|AlignEnd=59100|Gloss=determination
7 < < PUNCT _ _ 5 punct _ AlignBegin=59100|AlignEnd=59100|Gloss=PUNCT
8 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 9 subj _ AlignBegin=59100|AlignEnd=59230|Gloss=NOM.SG.1
9 say say VERB _ _ 0 root _ AlignBegin=59230|AlignEnd=59420|Gloss=say
10 [ [ PUNCT _ _ 21 punct _ AlignBegin=59420|AlignEnd=59420|Gloss=PUNCT
11 any any DET _ _ 12 mod _ AlignBegin=59420|AlignEnd=59600|Gloss=any
12 how how ADV _ PronType=Int 21 mod:periph _ AlignBegin=59600|AlignEnd=59702|Gloss=how.Q
13 e im PRON _ Case=Nom|Number=Sing|Person=3|PronType=Prs 14 subj _ AlignBegin=59702|AlignEnd=59839|Gloss=NOM.SG.3
14 be be VERB _ PartType=Cop 12 mod@relcl _ AlignBegin=59839|AlignEnd=59960|Gloss=be
15 < < PUNCT _ _ 12 punct _ AlignBegin=59960|AlignEnd=59960|Gloss=PUNCT
16 dis dis DET _ Number=Sing|PronType=Dem 17 det _ AlignBegin=59960|AlignEnd=60150|Gloss=SG.DEM
17 thing ting NOUN _ _ 21 dislocated _ AlignBegin=60150|AlignEnd=60420|Gloss=thing
18 < < PUNCT _ _ 17 punct _ AlignBegin=60420|AlignEnd=60420|Gloss=PUNCT
19 # # PUNCT _ _ 17 punct _ AlignBegin=60420|AlignEnd=60838|Gloss=PUNCT
20 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 21 subj _ AlignBegin=60838|AlignEnd=60940|Gloss=NOM.SG.1
21 must must AUX _ VerbForm=Fin 9 parataxis:obj$utter _ AlignBegin=60940|AlignEnd=61130|Gloss=must.FIN
22 play play VERB _ _ 21 comp:aux _ AlignBegin=61130|AlignEnd=61270|Gloss=play
23 am am PRON _ Case=Acc|Number=Sing|Person=3|PronType=Prs 22 comp:obj _ AlignBegin=61270|AlignEnd=61420|Gloss=ACC.SG.3
24 at at ADP _ _ 22 mod _ AlignBegin=61420|AlignEnd=61510|Gloss=at
25 di di DET _ Definite=Def|PronType=Art 26 det _ AlignBegin=61510|AlignEnd=61590|Gloss=DEF.ART
26 age age NOUN _ _ 24 comp:obj _ AlignBegin=61590|AlignEnd=61740|Gloss=age
27 of of ADP _ _ 26 mod _ AlignBegin=61740|AlignEnd=62200|Gloss=of
28 four four NUM _ NumType=Card 27 comp:obj _ AlignBegin=62200|AlignEnd=62700|Gloss=four.CARD
29 ] ] PUNCT _ _ 21 punct _ AlignBegin=62700|AlignEnd=62700|Gloss=PUNCT
30 // // PUNCT _ _ 9 punct _ AlignBegin=62670|AlignEnd=62700|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__13
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # I go go church //= # I go go to play //
# text_en = I'll go to church, I'll go to play.
# text_ortho = I go go church, I go go to play.
1 # # PUNCT _ _ 3 punct _ AlignBegin=62700|AlignEnd=63651|Gloss=PUNCT
2 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 3 subj _ AlignBegin=63651|AlignEnd=63822|Gloss=NOM.SG.1
3 go go AUX _ Aspect=Prosp 0 root _ AlignBegin=63822|AlignEnd=63920|Gloss=PROSP
4 go go VERB _ _ 3 comp:aux _ AlignBegin=63920|AlignEnd=64110|Gloss=go
5 church church NOUN _ _ 4 comp:obl _ AlignBegin=64110|AlignEnd=64530|Gloss=church
6 //= //= PUNCT _ _ 9 punct _ AlignBegin=64530|AlignEnd=64530|Gloss=PUNCT
7 # # PUNCT _ _ 9 punct _ AlignBegin=64530|AlignEnd=64816|Gloss=PUNCT
8 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 9 subj _ AlignBegin=64912|AlignEnd=64992|Gloss=NOM.SG.1
9 go go AUX _ Aspect=Prosp 3 parataxis:conj _ AlignBegin=64992|AlignEnd=65028|Gloss=PROSP
10 go go VERB _ _ 9 comp:aux _ AlignBegin=65028|AlignEnd=65150|Gloss=go
11 to to ADP _ _ 10 mod$purp _ AlignBegin=65150|AlignEnd=65319|Gloss=to
12 play play VERB _ _ 11 comp:obj _ AlignBegin=65319|AlignEnd=65489|Gloss=play
13 // // PUNCT _ _ 3 punct _ AlignBegin=65490|AlignEnd=65490|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__14
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = dem go collect drum stick for my hand |c say [ get out from here !//] //
# text_en = They took the drumsticks from my hands, saying, "get out of here!"
# text_ortho = Dem go collect drum stick for my hand, say get out from here!
1 dem dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 2 subj _ AlignBegin=65489|AlignEnd=65590|Gloss=NOM.PL.3
2 go go AUX _ Aspect=Prosp 0 root _ AlignBegin=65590|AlignEnd=65670|Gloss=PROSP
3 collect collect VERB _ _ 2 comp:aux _ AlignBegin=65670|AlignEnd=65900|Gloss=collect
4 drum drum NOUN _ _ 5 compound _ AlignBegin=65900|AlignEnd=66070|Gloss=drum
5 stick stick NOUN _ _ 3 comp:obj _ AlignBegin=66070|AlignEnd=66250|Gloss=stick
6 for for ADP _ _ 3 comp:obl _ AlignBegin=66250|AlignEnd=66330|Gloss=for
7 my my PRON _ Number=Sing|Person=1|Poss=Yes 8 mod:poss _ AlignBegin=66330|AlignEnd=66490|Gloss=SG.1.POSS
8 hand hand NOUN _ _ 6 comp:obj _ AlignBegin=66490|AlignEnd=66640|Gloss=hand
9 |c |c PUNCT _ _ 10 punct _ AlignBegin=66640|AlignEnd=66640|Gloss=PUNCT
10 say say VERB _ _ 2 conj:coord _ AlignBegin=66640|AlignEnd=66930|Gloss=say
11 [ [ PUNCT _ _ 12 punct _ AlignBegin=66930|AlignEnd=66930|Gloss=PUNCT
12 get get VERB _ _ 10 parataxis:obj$utter _ AlignBegin=66930|AlignEnd=67080|Gloss=get
13 out out ADP _ _ 12 compound:prt _ AlignBegin=67080|AlignEnd=67270|Gloss=out
14 from from ADP _ _ 12 comp:obl _ AlignBegin=67270|AlignEnd=67460|Gloss=from
15 here here ADV _ _ 14 comp:obj _ AlignBegin=67460|AlignEnd=67680|Gloss=here
16 !//] !//] PUNCT _ _ 12 punct _ AlignBegin=67680|AlignEnd=67680|Gloss=PUNCT
17 // // PUNCT _ _ 2 punct _ AlignBegin=67650|AlignEnd=67680|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__15
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # you < your father pay money ?//
# text_en = "You, did your father pay?"
# text_ortho = You, your father pay money?
1 # # PUNCT _ _ 6 punct _ AlignBegin=67680|AlignEnd=68320|Gloss=PUNCT
2 you you PRON _ Case=Nom|Person=2|PronType=Prs 6 dislocated _ AlignBegin=68320|AlignEnd=68460|Gloss=NOM.2
3 < < PUNCT _ _ 2 punct _ AlignBegin=68460|AlignEnd=68460|Gloss=PUNCT
4 your your PRON _ Number=Plur|Person=2|Poss=Yes 5 mod:poss _ AlignBegin=68460|AlignEnd=68630|Gloss=PL.2.POSS
5 father father NOUN _ _ 6 subj _ AlignBegin=68630|AlignEnd=69070|Gloss=father
6 pay pay VERB _ _ 0 root _ AlignBegin=69070|AlignEnd=69317|Gloss=pay
7 money money NOUN _ _ 6 comp:obj _ AlignBegin=69317|AlignEnd=69750|Gloss=money
8 ?// ?// PUNCT _ _ 6 punct _ AlignBegin=69750|AlignEnd=69750|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__16
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = all dose < I say [ okay no wahala !//] //
# text_en = All those... I said, "okay, no problem!"
# text_ortho = All dose, I say okay no wahala!
1 all all DET _ _ 2 det _ AlignBegin=69750|AlignEnd=69840|Gloss=all
2 dose dose PRON _ Number=Plur|PronType=Dem 5 dislocated _ AlignBegin=69840|AlignEnd=69980|Gloss=PL.DIST.DEM
3 < < PUNCT _ _ 2 punct _ AlignBegin=70007|AlignEnd=70037|Gloss=PUNCT
4 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 5 subj _ AlignBegin=69980|AlignEnd=70080|Gloss=NOM.SG.1
5 say say VERB _ _ 0 root _ AlignBegin=70080|AlignEnd=70262|Gloss=say
6 [ [ PUNCT _ _ 8 punct _ AlignBegin=70262|AlignEnd=70262|Gloss=PUNCT
7 okay OK INTJ _ _ 8 discourse _ AlignBegin=70262|AlignEnd=70502|Gloss=OK
8 no no PART _ Polarity=Neg 5 parataxis:obj$utter _ AlignBegin=70502|AlignEnd=70588|Gloss=NEG
9 wahala wahala NOUN _ _ 8 comp:pred _ AlignBegin=70588|AlignEnd=70900|Gloss=trouble
10 !//] !//] PUNCT _ _ 8 punct _ AlignBegin=70900|AlignEnd=70900|Gloss=PUNCT
11 // // PUNCT _ _ 5 punct _ AlignBegin=70870|AlignEnd=70900|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__17
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = wit cry < I go cry go house //= # come back again //= # dem go still pursue me //
# text_en = Crying... I would go home crying, come back again and they would still chase me away.
# text_ortho = Wit cry, I go cry go house, come back again, dem go still pursue me.
1 wit wit ADP _ _ 5 mod:periph _ AlignBegin=70900|AlignEnd=71066|Gloss=with
2 cry cry VERB _ _ 1 comp:obj _ AlignBegin=71066|AlignEnd=71176|Gloss=cry
3 < < PUNCT _ _ 1 punct _ AlignBegin=71176|AlignEnd=71176|Gloss=PUNCT
4 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 5 subj _ AlignBegin=71176|AlignEnd=71222|Gloss=NOM.SG.1
5 go go AUX _ Aspect=Prosp 0 root _ AlignBegin=71222|AlignEnd=71270|Gloss=PROSP
6 cry cry VERB _ _ 5 comp:aux _ AlignBegin=71270|AlignEnd=71571|Gloss=cry
7 go go VERB _ _ 6 compound:svc _ AlignBegin=71571|AlignEnd=71664|Gloss=go
8 house house NOUN _ _ 7 comp:obl _ AlignBegin=71664|AlignEnd=71980|Gloss=house
9 //= //= PUNCT _ _ 11 punct _ AlignBegin=71980|AlignEnd=71980|Gloss=PUNCT
10 # # PUNCT _ _ 11 punct _ AlignBegin=71980|AlignEnd=72560|Gloss=PUNCT
11 come come VERB _ _ 5 parataxis:conj _ AlignBegin=72560|AlignEnd=72780|Gloss=come
12 back back ADV _ _ 11 mod _ AlignBegin=72780|AlignEnd=73050|Gloss=back
13 again again ADV _ _ 11 mod _ AlignBegin=73050|AlignEnd=73442|Gloss=again
14 //= //= PUNCT _ _ 17 punct _ AlignBegin=73442|AlignEnd=73442|Gloss=PUNCT
15 # # PUNCT _ _ 17 punct _ AlignBegin=73442|AlignEnd=73820|Gloss=PUNCT
16 dem dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 17 subj _ AlignBegin=73820|AlignEnd=73881|Gloss=NOM.PL.3
17 go go AUX _ Aspect=Prosp 11 parataxis:conj _ AlignBegin=73881|AlignEnd=73950|Gloss=PROSP
18 still still ADV _ _ 19 mod _ AlignBegin=73950|AlignEnd=74100|Gloss=still
19 pursue pursue VERB _ _ 17 comp:aux _ AlignBegin=74100|AlignEnd=74350|Gloss=pursue
20 me me PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 19 comp:obj _ AlignBegin=74350|AlignEnd=74640|Gloss=ACC.SG.1
21 // // PUNCT _ _ 5 punct _ AlignBegin=74640|AlignEnd=74640|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__18
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # either de comot di pedal |c # or de collect di drumstick //
# text_en = It's either they take the pedal away or they take the drumstick.
# text_ortho = Either de comot di pedal, or de collect di drumstick.
1 # # PUNCT _ _ 4 punct _ AlignBegin=74640|AlignEnd=75200|Gloss=PUNCT
2 either either CCONJ _ _ 4 discourse _ AlignBegin=75200|AlignEnd=75410|Gloss=either
3 de dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 4 subj _ AlignBegin=75410|AlignEnd=75480|Gloss=NOM.PL.3
4 comot comot VERB _ _ 0 root _ AlignBegin=75480|AlignEnd=75777|Gloss=get_out
5 di di DET _ Definite=Def|PronType=Art 6 det _ AlignBegin=75777|AlignEnd=75890|Gloss=DEF.ART
6 pedal pedal NOUN _ _ 4 comp:obj _ AlignBegin=75890|AlignEnd=76325|Gloss=pedal
7 |c |c PUNCT _ _ 11 punct _ AlignBegin=76325|AlignEnd=76325|Gloss=PUNCT
8 # # PUNCT _ _ 11 punct _ AlignBegin=76325|AlignEnd=76840|Gloss=PUNCT
9 or or CCONJ _ _ 11 cc _ AlignBegin=76840|AlignEnd=76930|Gloss=or
10 de dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 11 subj _ AlignBegin=76930|AlignEnd=77000|Gloss=NOM.PL.3
11 collect collect VERB _ _ 4 conj:coord _ AlignBegin=77000|AlignEnd=77220|Gloss=collect
12 di di DET _ Definite=Def|PronType=Art 13 det _ AlignBegin=77220|AlignEnd=77310|Gloss=DEF.ART
13 drumstick drumstick NOUN _ _ 11 comp:obj _ AlignBegin=77310|AlignEnd=77690|Gloss=drumstick
14 // // PUNCT _ _ 4 punct _ AlignBegin=77690|AlignEnd=77690|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__19
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = so now < if I dey go < I go carry pedal wey I do with my hand |c # and carry stick # for my pocket //
# text_en = So afterwards, when I'm ready to go play, I take the pedal I made myself and the drumsticks in my pocket.
# text_ortho = So now, if I dey go, I go carry pedal wey I do with my hand, and carry stick for my pocket.
1 so so ADV _ _ 10 discourse _ AlignBegin=77690|AlignEnd=77880|Gloss=so
2 now now ADV _ _ 10 mod:periph _ AlignBegin=77880|AlignEnd=78118|Gloss=now
3 < < PUNCT _ _ 2 punct _ AlignBegin=78118|AlignEnd=78118|Gloss=PUNCT
4 if if SCONJ _ _ 10 mod:periph$cond _ AlignBegin=78118|AlignEnd=78230|Gloss=if
5 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 6 subj _ AlignBegin=78230|AlignEnd=78280|Gloss=NOM.SG.1
6 dey dey AUX _ Aspect=Imp 4 comp:obj _ AlignBegin=78280|AlignEnd=78380|Gloss=IPFV
7 go go VERB _ _ 6 comp:aux _ AlignBegin=78380|AlignEnd=78471|Gloss=go
8 < < PUNCT _ _ 4 punct _ AlignBegin=78471|AlignEnd=78471|Gloss=PUNCT
9 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 10 subj _ AlignBegin=78471|AlignEnd=78542|Gloss=NOM.SG.1
10 go go AUX _ Aspect=Prosp 0 root _ AlignBegin=78542|AlignEnd=78613|Gloss=PROSP
11 carry carry VERB _ _ 10 comp:aux _ AlignBegin=78613|AlignEnd=78862|Gloss=carry
12 pedal pedal NOUN _ _ 11 comp:obj _ AlignBegin=78862|AlignEnd=79238|Gloss=pedal
13 wey wey SCONJ _ _ 12 mod@relcl _ AlignBegin=79238|AlignEnd=79380|Gloss=REL
14 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 15 subj _ AlignBegin=79380|AlignEnd=79507|Gloss=NOM.SG.1
15 do do VERB _ _ 13 comp:obj _ AlignBegin=79507|AlignEnd=79673|Gloss=do
16 with wit ADP _ _ 15 comp:obl _ AlignBegin=79673|AlignEnd=79764|Gloss=with
17 my my PRON _ Number=Sing|Person=1|Poss=Yes 18 mod:poss _ AlignBegin=79764|AlignEnd=79964|Gloss=SG.1.POSS
18 hand hand NOUN _ _ 16 comp:obj _ AlignBegin=79964|AlignEnd=80305|Gloss=hand
19 |c |c PUNCT _ _ 22 punct _ AlignBegin=80305|AlignEnd=80305|Gloss=PUNCT
20 # # PUNCT _ _ 22 punct _ AlignBegin=80305|AlignEnd=80840|Gloss=PUNCT
21 and and CCONJ _ _ 22 cc _ AlignBegin=80840|AlignEnd=81100|Gloss=and
22 carry carry VERB _ _ 10 conj:coord _ AlignBegin=81100|AlignEnd=81381|Gloss=carry
23 stick stick NOUN _ _ 22 comp:obj _ AlignBegin=81381|AlignEnd=81818|Gloss=stick
24 # # PUNCT _ _ 25 punct _ AlignBegin=81818|AlignEnd=82180|Gloss=PUNCT
25 for for ADP _ _ 22 comp:obl _ AlignBegin=82180|AlignEnd=82241|Gloss=for
26 my my PRON _ Number=Sing|Person=1|Poss=Yes 27 mod:poss _ AlignBegin=82241|AlignEnd=82538|Gloss=SG.1.POSS
27 pocket pocket NOUN _ _ 25 comp:obj _ AlignBegin=82538|AlignEnd=83103|Gloss=pocket
28 // // PUNCT _ _ 10 punct _ AlignBegin=83103|AlignEnd=83103|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__20
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # when I reach church < de collect { deir stick |c and { deir || # di } pedal } //= I go { put my own pedal |c # carry my stick |c dey play { small |r small |r # small |r small |r small |r small } } //
# text_en = When I get to the church and they take their stick and their... the pedal, I'll take my own pedal, take my sticks and play gradually.
# text_ortho = When I reach church, de collect deir stick, and deir, di pedal, I go put my own pedal, carry my stick, dey play small, small, small, small, small, small.
1 # # PUNCT _ _ 8 punct _ AlignBegin=83103|AlignEnd=83388|Gloss=PUNCT
2 when when ADV _ _ 8 mod:periph$tempo _ AlignBegin=83388|AlignEnd=83510|Gloss=when.Q
3 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 4 subj _ AlignBegin=83510|AlignEnd=83600|Gloss=NOM.SG.1
4 reach reach VERB _ _ 2 comp:obj _ AlignBegin=83600|AlignEnd=83730|Gloss=reach
5 church church NOUN _ _ 4 comp:obj _ AlignBegin=83730|AlignEnd=83846|Gloss=church
6 < < PUNCT _ _ 2 punct _ AlignBegin=83846|AlignEnd=83846|Gloss=PUNCT
7 de dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 8 subj _ AlignBegin=83846|AlignEnd=83920|Gloss=NOM.PL.3
8 collect collect VERB _ _ 0 root _ AlignBegin=83920|AlignEnd=84170|Gloss=collect
9 { { PUNCT _ _ 11 punct _ AlignBegin=84170|AlignEnd=84170|Gloss=PUNCT
10 deir dem PRON _ Number=Plur|Person=3|Poss=Yes 11 mod:poss _ AlignBegin=84170|AlignEnd=84280|Gloss=PL.3.POSS
11 stick stick NOUN _ _ 8 comp:obj _ AlignBegin=84280|AlignEnd=84510|Gloss=stick
12 |c |c PUNCT _ _ 20 punct _ AlignBegin=84510|AlignEnd=84510|Gloss=PUNCT
13 and and CCONJ _ _ 20 cc _ AlignBegin=84510|AlignEnd=84630|Gloss=and
14 { { PUNCT _ _ 15 punct _ AlignBegin=84630|AlignEnd=84630|Gloss=PUNCT
15 deir dem PRON _ Number=Plur|Person=3|Poss=Yes 20 mod:poss _ AlignBegin=84630|AlignEnd=85020|Gloss=PL.3.POSS
16 || || PUNCT _ _ 18 punct _ AlignBegin=85020|AlignEnd=85020|Gloss=PUNCT
17 # # PUNCT _ _ 18 punct _ AlignBegin=85020|AlignEnd=85480|Gloss=PUNCT
18 di di DET _ Definite=Def|PronType=Art 15 conj:dicto _ AlignBegin=85480|AlignEnd=85910|Gloss=DEF.ART
19 } } PUNCT _ _ 15 punct _ AlignBegin=85910|AlignEnd=85910|Gloss=PUNCT
20 pedal pedal NOUN _ _ 11 conj:coord _ AlignBegin=85910|AlignEnd=86340|Gloss=pedal
21 } } PUNCT _ _ 11 punct _ AlignBegin=86340|AlignEnd=86340|Gloss=PUNCT
22 //= //= PUNCT _ _ 24 punct _ AlignBegin=86310|AlignEnd=86340|Gloss=PUNCT
23 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 24 subj _ AlignBegin=86340|AlignEnd=86520|Gloss=NOM.SG.1
24 go go AUX _ Aspect=Prosp 8 parataxis:conj _ AlignBegin=86520|AlignEnd=86630|Gloss=PROSP
25 { { PUNCT _ _ 26 punct _ AlignBegin=86630|AlignEnd=86820|Gloss=PUNCT
26 put put VERB _ _ 24 comp:aux _ AlignBegin=86630|AlignEnd=86820|Gloss=put
27 my my PRON _ Number=Sing|Person=1|Poss=Yes 29 mod:poss _ AlignBegin=86820|AlignEnd=86915|Gloss=SG.1.POSS
28 own own ADJ _ _ 29 mod _ AlignBegin=86915|AlignEnd=87061|Gloss=own
29 pedal pedal NOUN _ _ 26 comp:obj _ AlignBegin=87061|AlignEnd=87340|Gloss=pedal
30 |c |c PUNCT _ _ 32 punct _ AlignBegin=87340|AlignEnd=87674|Gloss=PUNCT
31 # # PUNCT _ _ 32 punct _ AlignBegin=87340|AlignEnd=87674|Gloss=PUNCT
32 carry carry VERB _ _ 26 conj:coord _ AlignBegin=87674|AlignEnd=87910|Gloss=carry
33 my my PRON _ Number=Sing|Person=1|Poss=Yes 34 mod:poss _ AlignBegin=87910|AlignEnd=88030|Gloss=SG.1.POSS
34 stick stick NOUN _ _ 32 comp:obj _ AlignBegin=88030|AlignEnd=88280|Gloss=stick
35 |c |c PUNCT _ _ 36 punct _ AlignBegin=88030|AlignEnd=88280|Gloss=PUNCT
36 dey dey AUX _ Aspect=Imp 32 conj:coord _ AlignBegin=88280|AlignEnd=88420|Gloss=IPFV
37 play play VERB _ _ 36 comp:aux _ AlignBegin=88420|AlignEnd=88540|Gloss=play
38 { { PUNCT _ _ 39 punct _ AlignBegin=88540|AlignEnd=88540|Gloss=PUNCT
39 small small ADJ _ _ 37 mod _ AlignBegin=88540|AlignEnd=88800|Gloss=small
40 |r |r PUNCT _ _ 41 punct _ AlignBegin=88800|AlignEnd=88800|Gloss=PUNCT
41 small small ADJ _ _ 39 compound:redup _ AlignBegin=88800|AlignEnd=89120|Gloss=small
42 |r |r PUNCT _ _ 44 punct _ AlignBegin=89120|AlignEnd=89120|Gloss=PUNCT
43 # # PUNCT _ _ 44 punct _ AlignBegin=89120|AlignEnd=89919|Gloss=PUNCT
44 small small ADJ _ _ 41 compound:redup _ AlignBegin=89919|AlignEnd=90240|Gloss=small
45 |r |r PUNCT _ _ 46 punct _ AlignBegin=90240|AlignEnd=90240|Gloss=PUNCT
46 small small ADJ _ _ 44 compound:redup _ AlignBegin=90240|AlignEnd=90560|Gloss=small
47 |r |r PUNCT _ _ 48 punct _ AlignBegin=90560|AlignEnd=90560|Gloss=PUNCT
48 small small ADJ _ _ 46 compound:redup _ AlignBegin=90560|AlignEnd=90860|Gloss=small
49 |r |r PUNCT _ _ 50 punct _ AlignBegin=90860|AlignEnd=90860|Gloss=PUNCT
50 small small ADJ _ _ 48 compound:redup _ AlignBegin=90860|AlignEnd=91210|Gloss=small
51 } } PUNCT _ _ 39 punct _ AlignBegin=91210|AlignEnd=91210|Gloss=PUNCT
52 } } PUNCT _ _ 26 punct _ AlignBegin=91180|AlignEnd=91210|Gloss=PUNCT
53 // // PUNCT _ _ 8 punct _ AlignBegin=91180|AlignEnd=91210|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__21
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = de go come //= de go hear am again //= de go pursue me again //
# text_en = They would come around, listen to what I was playing and then chase me away.
# text_ortho = De go come, de go hear am again, de go pursue me again.
1 de dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 2 subj _ AlignBegin=91210|AlignEnd=91318|Gloss=NOM.PL.3
2 go go AUX _ Aspect=Prosp 0 root _ AlignBegin=91318|AlignEnd=91420|Gloss=PROSP
3 come come VERB _ _ 2 comp:aux _ AlignBegin=91420|AlignEnd=91600|Gloss=come
4 //= //= PUNCT _ _ 6 punct _ AlignBegin=91600|AlignEnd=91600|Gloss=PUNCT
5 de dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 6 subj _ AlignBegin=91600|AlignEnd=91680|Gloss=NOM.PL.3
6 go go AUX _ Aspect=Prosp 2 parataxis:conj _ AlignBegin=91680|AlignEnd=91770|Gloss=PROSP
7 hear hear VERB _ _ 6 comp:aux _ AlignBegin=91770|AlignEnd=91880|Gloss=hear
8 am am PRON _ Case=Acc|Number=Sing|Person=3|PronType=Prs 7 comp:obj _ AlignBegin=91880|AlignEnd=91960|Gloss=ACC.SG.3
9 again again ADV _ _ 7 mod _ AlignBegin=91960|AlignEnd=92202|Gloss=again
10 //= //= PUNCT _ _ 12 punct _ AlignBegin=92202|AlignEnd=92202|Gloss=PUNCT
11 de dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 12 subj _ AlignBegin=92202|AlignEnd=92271|Gloss=NOM.PL.3
12 go go AUX _ Aspect=Prosp 6 parataxis:conj _ AlignBegin=92271|AlignEnd=92381|Gloss=PROSP
13 pursue pursue VERB _ _ 12 comp:aux _ AlignBegin=92381|AlignEnd=92590|Gloss=pursue
14 me me PRON _ Case=Acc|Number=Sing|Person=1|PronType=Prs 13 comp:obj _ AlignBegin=92590|AlignEnd=92691|Gloss=ACC.SG.1
15 again again ADV _ _ 13 mod _ AlignBegin=92691|AlignEnd=93031|Gloss=again
16 // // PUNCT _ _ 2 punct _ AlignBegin=93031|AlignEnd=93031|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__22
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = I go comot for dere //
# text_en = I would leave the place.
# text_ortho = I go comot for dere.
1 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 2 subj _ AlignBegin=93031|AlignEnd=93142|Gloss=NOM.SG.1
2 go go AUX _ Aspect=Prosp 0 root _ AlignBegin=93142|AlignEnd=93200|Gloss=PROSP
3 comot comot VERB _ _ 2 comp:aux _ AlignBegin=93200|AlignEnd=93440|Gloss=get_out
4 for for ADP _ _ 3 comp:obl _ AlignBegin=93440|AlignEnd=93510|Gloss=for
5 dere dere ADV _ _ 4 comp:obj _ AlignBegin=93510|AlignEnd=93630|Gloss=there
6 // // PUNCT _ _ 2 punct _ AlignBegin=93630|AlignEnd=93630|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__23
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = so # I get to go house //
# text_en = So I had to go home.
# text_ortho = So I get to go house.
1 so so ADV _ _ 4 discourse _ AlignBegin=93630|AlignEnd=93940|Gloss=so
2 # # PUNCT _ _ 1 punct _ AlignBegin=93970|AlignEnd=94395|Gloss=PUNCT
3 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 4 subj _ AlignBegin=94395|AlignEnd=94489|Gloss=NOM.SG.1
4 get get VERB _ _ 0 root _ AlignBegin=94489|AlignEnd=94587|Gloss=get
5 to to ADP _ _ 4 comp:obl$phase _ AlignBegin=94587|AlignEnd=94710|Gloss=to|Subject=Raising
6 go go VERB _ _ 5 comp:obj _ AlignBegin=94710|AlignEnd=94882|Gloss=go
7 house house NOUN _ _ 6 comp:obl _ AlignBegin=94882|AlignEnd=95343|Gloss=house
8 // // PUNCT _ _ 4 punct _ AlignBegin=95343|AlignEnd=95343|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__24
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # { di seat || my || di chair } for my house < dem get wooden hand > # all dose old school { chairs |c and foam } # wen dey rest your back //
# text_en = The seat... my... the chairs in my house had wooden handrests, all those old school chairs, and foam you can rest your back on.
# text_ortho = Di seat, my, di chair for my house, dem get wooden hand all dose old school chairs, and foam wen dey rest your back.
1 # # PUNCT _ _ 16 punct _ AlignBegin=95343|AlignEnd=96000|Gloss=PUNCT
2 { { PUNCT _ _ 4 punct _ AlignBegin=95970|AlignEnd=96000|Gloss=PUNCT
3 di di DET _ Definite=Def|PronType=Art 4 det _ AlignBegin=96000|AlignEnd=96140|Gloss=DEF.ART
4 seat seat NOUN _ _ 16 dislocated _ AlignBegin=96140|AlignEnd=96564|Gloss=seat
5 || || PUNCT _ _ 6 punct _ AlignBegin=96564|AlignEnd=96564|Gloss=PUNCT
6 my my PRON _ Number=Sing|Person=1|Poss=Yes 4 conj:dicto _ AlignBegin=96564|AlignEnd=97160|Gloss=SG.1.POSS
7 || || PUNCT _ _ 9 punct _ AlignBegin=97160|AlignEnd=97160|Gloss=PUNCT
8 di di DET _ Definite=Def|PronType=Art 9 det _ AlignBegin=97160|AlignEnd=97300|Gloss=DEF.ART
9 chair chair NOUN _ _ 6 conj:dicto _ AlignBegin=97300|AlignEnd=97520|Gloss=chair
10 } } PUNCT _ _ 4 punct _ AlignBegin=97520|AlignEnd=97520|Gloss=PUNCT
11 for for ADP _ _ 9 mod _ AlignBegin=97520|AlignEnd=97620|Gloss=for
12 my my PRON _ Number=Sing|Person=1|Poss=Yes 13 mod:poss _ AlignBegin=97620|AlignEnd=97801|Gloss=SG.1.POSS
13 house house NOUN _ _ 11 comp:obj _ AlignBegin=97801|AlignEnd=98010|Gloss=house
14 < < PUNCT _ _ 4 punct _ AlignBegin=98010|AlignEnd=98010|Gloss=PUNCT
15 dem dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 16 subj _ AlignBegin=98010|AlignEnd=98250|Gloss=NOM.PL.3
16 get get VERB _ _ 0 root _ AlignBegin=98250|AlignEnd=98715|Gloss=get
17 wooden wooden ADJ _ _ 18 mod _ AlignBegin=98715|AlignEnd=99110|Gloss=wooden
18 hand hand NOUN _ _ 16 comp:obj _ AlignBegin=99110|AlignEnd=99460|Gloss=hand
19 > > PUNCT _ _ 26 punct _ AlignBegin=99460|AlignEnd=99460|Gloss=PUNCT
20 # # PUNCT _ _ 26 punct _ AlignBegin=99460|AlignEnd=99880|Gloss=PUNCT
21 all all DET _ _ 26 det _ AlignBegin=99880|AlignEnd=99980|Gloss=all
22 dose dose DET _ Number=Plur|PronType=Dem 26 det _ AlignBegin=99980|AlignEnd=100150|Gloss=PL.DIST.DEM
23 old old ADJ _ _ 26 mod _ AlignBegin=100150|AlignEnd=100300|Gloss=old
24 school school NOUN _ _ 26 compound _ AlignBegin=100300|AlignEnd=100540|Gloss=school
25 { { PUNCT _ _ 26 punct _ AlignBegin=100540|AlignEnd=100540|Gloss=PUNCT
26 chairs chair NOUN _ Number=Plur 16 dislocated _ AlignBegin=100540|AlignEnd=101151|Gloss=chair.PL
27 |c |c PUNCT _ _ 29 punct _ AlignBegin=101151|AlignEnd=101151|Gloss=PUNCT
28 and and CCONJ _ _ 29 cc _ AlignBegin=101151|AlignEnd=101400|Gloss=and
29 foam foam NOUN _ _ 26 conj:coord _ AlignBegin=101400|AlignEnd=101956|Gloss=foam
30 } } PUNCT _ _ 26 punct _ AlignBegin=101956|AlignEnd=101956|Gloss=PUNCT
31 # # PUNCT _ _ 32 punct _ AlignBegin=101956|AlignEnd=102412|Gloss=PUNCT
32 wen wey SCONJ _ _ 29 mod@relcl _ AlignBegin=102412|AlignEnd=102610|Gloss=REL
33 dey dey AUX _ Aspect=Imp 32 comp:obj _ AlignBegin=102610|AlignEnd=102750|Gloss=IPFV
34 rest rest VERB _ _ 33 comp:aux _ AlignBegin=102750|AlignEnd=102940|Gloss=rest
35 your your PRON _ Number=Plur|Person=2|Poss=Yes 36 mod:poss _ AlignBegin=102940|AlignEnd=103000|Gloss=PL.2.POSS
36 back back NOUN _ _ 34 comp:obj _ AlignBegin=103000|AlignEnd=103360|Gloss=back
37 // // PUNCT _ _ 16 punct _ AlignBegin=103360|AlignEnd=103360|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__25
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # so and my floor < if you match am < e dey sound like bass drum //
# text_en = So and my floor, if you bang it, it sounds like a bass drum.
# text_ortho = So and my floor, if you match am, e dey sound like bass drum.
1 # # PUNCT _ _ 13 punct _ AlignBegin=103360|AlignEnd=103727|Gloss=PUNCT
2 so so ADV _ _ 13 discourse _ AlignBegin=103727|AlignEnd=104430|Gloss=so
3 and and CCONJ _ _ 13 discourse _ AlignBegin=104430|AlignEnd=104600|Gloss=and
4 my my PRON _ Number=Sing|Person=1|Poss=Yes 5 mod:poss _ AlignBegin=104600|AlignEnd=105020|Gloss=SG.1.POSS
5 floor floor NOUN _ _ 13 dislocated _ AlignBegin=105020|AlignEnd=105730|Gloss=floor
6 < < PUNCT _ _ 5 punct _ AlignBegin=105730|AlignEnd=105730|Gloss=PUNCT
7 if if SCONJ _ _ 13 mod:periph$cond _ AlignBegin=105730|AlignEnd=105860|Gloss=if
8 you you PRON _ Case=Nom|Person=2|PronType=Prs 9 subj _ AlignBegin=105860|AlignEnd=105970|Gloss=NOM.2
9 match match VERB _ _ 7 comp:obj _ AlignBegin=105970|AlignEnd=106230|Gloss=match
10 am am PRON _ Case=Acc|Number=Sing|Person=3|PronType=Prs 9 comp:obj _ AlignBegin=106230|AlignEnd=106420|Gloss=ACC.SG.3
11 < < PUNCT _ _ 7 punct _ AlignBegin=106420|AlignEnd=106420|Gloss=PUNCT
12 e im PRON _ Case=Nom|Number=Sing|Person=3|PronType=Prs 13 subj _ AlignBegin=106420|AlignEnd=106450|Gloss=NOM.SG.3
13 dey dey AUX _ Aspect=Imp 0 root _ AlignBegin=106450|AlignEnd=106730|Gloss=IPFV
14 sound sound VERB _ _ 13 comp:aux _ AlignBegin=106730|AlignEnd=107019|Gloss=sound
15 like like ADP _ _ 14 comp:obl _ AlignBegin=107019|AlignEnd=107260|Gloss=like
16 bass bass NOUN _ _ 17 compound _ AlignBegin=107260|AlignEnd=107536|Gloss=bass
17 drum drum NOUN _ _ 15 comp:obj _ AlignBegin=107536|AlignEnd=107740|Gloss=drum
18 // // PUNCT _ _ 13 punct _ AlignBegin=107740|AlignEnd=107740|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__26
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # so na dere >+ I come dey learn with toothbrush //
# text_en = So that was where I was learning to play, with toothbrushes.
# text_ortho = So na dere I come dey learn with toothbrush.
1 # # PUNCT _ _ 3 punct _ AlignBegin=107740|AlignEnd=108368|Gloss=PUNCT
2 so so ADV _ _ 3 discourse _ AlignBegin=108368|AlignEnd=108580|Gloss=so
3 na na PART _ PartType=Cop 0 root _ AlignBegin=108580|AlignEnd=108710|Gloss=be
4 dere dere ADV _ _ 3 comp:pred _ AlignBegin=108710|AlignEnd=108850|Gloss=there
5 >+ >+ PUNCT _ _ 7 punct _ AlignBegin=108710|AlignEnd=108850|Gloss=PUNCT
6 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 7 subj _ AlignBegin=108850|AlignEnd=108920|Gloss=NOM.SG.1
7 come con AUX _ Aspect=Cons 3 comp:cleft _ AlignBegin=108920|AlignEnd=109060|Gloss=CONS
8 dey dey AUX _ Aspect=Imp 7 comp:aux _ AlignBegin=109060|AlignEnd=109180|Gloss=IPFV
9 learn learn VERB _ _ 8 comp:aux _ AlignBegin=109180|AlignEnd=109430|Gloss=learn
10 with wit ADP _ _ 9 comp:obl _ AlignBegin=109430|AlignEnd=109610|Gloss=with
11 toothbrush toothbrush NOUN _ _ 10 comp:obj _ AlignBegin=109610|AlignEnd=110220|Gloss=toothbrush
12 // // PUNCT _ _ 3 punct _ AlignBegin=110220|AlignEnd=110220|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__27
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # everyday < I dey practise //= I dey practise //= I dey practise //
# text_en = I practice, I practice, I practice, everyday.
# text_ortho = Everyday, I dey practise, I dey practise, I dey practise.
1 # # PUNCT _ _ 5 punct _ AlignBegin=110220|AlignEnd=110980|Gloss=PUNCT
2 everyday everyday ADV _ _ 5 mod:periph _ AlignBegin=110980|AlignEnd=111920|Gloss=everyday
3 < < PUNCT _ _ 2 punct _ AlignBegin=111920|AlignEnd=111920|Gloss=PUNCT
4 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 5 subj _ AlignBegin=111920|AlignEnd=112030|Gloss=NOM.SG.1
5 dey dey AUX _ Aspect=Imp 0 root _ AlignBegin=112030|AlignEnd=112120|Gloss=IPFV
6 practise practise VERB _ _ 5 comp:aux _ AlignBegin=112120|AlignEnd=112569|Gloss=practise
7 //= //= PUNCT _ _ 9 punct _ AlignBegin=112569|AlignEnd=112569|Gloss=PUNCT
8 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 9 subj _ AlignBegin=112569|AlignEnd=112670|Gloss=NOM.SG.1
9 dey dey AUX _ Aspect=Imp 5 parataxis:conj _ AlignBegin=112670|AlignEnd=112740|Gloss=IPFV
10 practise practise VERB _ _ 9 comp:aux _ AlignBegin=112740|AlignEnd=113012|Gloss=practise
11 //= //= PUNCT _ _ 13 punct _ AlignBegin=113012|AlignEnd=113012|Gloss=PUNCT
12 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 13 subj _ AlignBegin=113012|AlignEnd=113110|Gloss=NOM.SG.1
13 dey dey AUX _ Aspect=Imp 9 parataxis:conj _ AlignBegin=113110|AlignEnd=113173|Gloss=IPFV
14 practise practise VERB _ _ 13 comp:aux _ AlignBegin=113173|AlignEnd=113418|Gloss=practise
15 // // PUNCT _ _ 5 punct _ AlignBegin=113418|AlignEnd=113418|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__28
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = so # e get one day < di drummer no con come church //
# text_en = So one day, the drummer did not come to church.
# text_ortho = So e get one day, di drummer no con come church.
1 so so ADV _ _ 10 discourse _ AlignBegin=113418|AlignEnd=113770|Gloss=so
2 # # PUNCT _ _ 1 punct _ AlignBegin=113800|AlignEnd=114220|Gloss=PUNCT
3 e im PRON _ Case=Nom|Number=Sing|Person=3|PronType=Prs 4 subj@expl _ AlignBegin=114220|AlignEnd=114260|Gloss=NOM.SG.3
4 get get VERB _ _ 10 parataxis:dislocated$tempo _ AlignBegin=114260|AlignEnd=114460|Gloss=get
5 one one DET _ Definite=Spec|PronType=Art 6 det _ AlignBegin=114460|AlignEnd=114560|Gloss=SPEC.ART
6 day day NOUN _ _ 4 comp:obj@agent _ AlignBegin=114560|AlignEnd=114660|Gloss=day
7 < < PUNCT _ _ 4 punct _ AlignBegin=114660|AlignEnd=114660|Gloss=PUNCT
8 di di DET _ Definite=Def|PronType=Art 9 det _ AlignBegin=114660|AlignEnd=114760|Gloss=DEF.ART
9 drummer drummer NOUN _ _ 10 subj _ AlignBegin=114760|AlignEnd=115010|Gloss=drummer
10 no no AUX _ Polarity=Neg 0 root _ AlignBegin=115010|AlignEnd=115129|Gloss=NEG
11 con con AUX _ Aspect=Cons 10 comp:aux _ AlignBegin=115129|AlignEnd=115220|Gloss=CONS
12 come come VERB _ _ 11 comp:aux _ AlignBegin=115220|AlignEnd=115481|Gloss=come
13 church church NOUN _ _ 12 comp:obl _ AlignBegin=115481|AlignEnd=115880|Gloss=church
14 // // PUNCT _ _ 10 punct _ AlignBegin=115880|AlignEnd=115880|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__29
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # de come dey find who go play drum //
# text_en = So they were looking for someone to play the drums.
# text_ortho = De come dey find who go play drum.
1 # # PUNCT _ _ 3 punct _ AlignBegin=115880|AlignEnd=116620|Gloss=PUNCT
2 de dem PRON _ Case=Nom|Number=Plur|Person=3|PronType=Prs 3 subj _ AlignBegin=116620|AlignEnd=116690|Gloss=NOM.PL.3
3 come con AUX _ Aspect=Cons 0 root _ AlignBegin=116690|AlignEnd=116790|Gloss=CONS
4 dey dey AUX _ Aspect=Imp 3 comp:aux _ AlignBegin=116790|AlignEnd=116860|Gloss=IPFV
5 find find VERB _ _ 4 comp:aux _ AlignBegin=116860|AlignEnd=117063|Gloss=find
6 who who PRON _ PronType=Int 5 comp:obj _ AlignBegin=117063|AlignEnd=117150|Gloss=who.Q
7 go go AUX _ Aspect=Prosp 6 mod@relcl _ AlignBegin=117150|AlignEnd=117280|Gloss=PROSP
8 play play VERB _ _ 7 comp:aux _ AlignBegin=117280|AlignEnd=117460|Gloss=play
9 drum drum NOUN _ _ 8 comp:obj _ AlignBegin=117460|AlignEnd=117740|Gloss=drum
10 // // PUNCT _ _ 3 punct _ AlignBegin=117740|AlignEnd=117740|Gloss=PUNCT
# sent_id = PRT_07_Drummer_MG__30
# sound_url = http://naijasyncor.huma-num.fr/carte/mp3/PRT_07_Drummer_MG.mp3
# speaker_age = 31-45
# speaker_birthplace = Delta
# speaker_education = Tertiary
# speaker_id = Sp268
# speaker_naija_competency = Excellent
# speaker_primary_other_language = English
# speaker_residence = Rivers
# speaker_sex = M
# text = # as I small ( na at di age of || den < I don dey play < I don reach six years //) < # na I sit down for drum //= I come play dat day //
# text_en = As small as I was (at the age of... then, I had started playing, I was already six years old) so I sat on the drums and I played them that day.
# text_ortho = As I small (na at di age of, den, I don dey play, I don reach six years), na I sit down for drum, I come play dat day.
1 # # PUNCT _ _ 29 punct _ AlignBegin=117740|AlignEnd=118440|Gloss=PUNCT
2 as as ADP _ _ 29 mod:periph$tempo _ AlignBegin=118440|AlignEnd=118570|Gloss=as
3 I I PRON _ Case=Nom|Number=Sing|Person=1|PronType=Prs 4 subj _ AlignBegin=118570|AlignEnd=118670|Gloss=NOM.SG.1
4 small small ADJ _ ExtPos=VERB 2 comp:obj _ AlignBegin=118670|AlignEnd=119046|Gloss=small
5 ( ( PUNCT _ _ 6 punct _ AlignBegin=119046|AlignEnd=119130|Gloss=PUNCT
6 na na PART _ PartType=Cop 4 parataxis:parenth _ AlignBegin=119046|AlignEnd=119130|Gloss=be
7 at at ADP _ _ 6 comp:pred _ AlignBegin=119130|AlignEnd=119230|Gloss=at