File size: 190,101 Bytes
45963be
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
mixture_utterance,enrolment_speakers_utterance,source,language,total_number_of_speaker,speaker,gender,speaker_ratio,mixture_ratio,enrolment_speakers_duration,mixture_overlap_duration,mixture_duration,ground_truth_transcript
EN2002a_mixture_0.00_25.26,EN2002c_MEE071_414.29_419.82,AMI,en,4,MEE071,M,0.64,0.47,5.53,11.87,25.26,funky sh stuff like that yeah yeah look at all this stuff man okay right has anybody has anybody done anything
EN2002a_mixture_0.00_25.26,EN2002c_MEE071_1079.14_1090.65,AMI,en,4,MEE071,M,0.64,0.47,11.51,11.87,25.26,funky sh stuff like that yeah yeah look at all this stuff man okay right has anybody has anybody done anything
EN2002a_mixture_0.00_25.26,EN2002a_MEE071_1119.34_1130.62,AMI,en,4,MEE071,M,0.64,0.47,11.28,11.87,25.26,funky sh stuff like that yeah yeah look at all this stuff man okay right has anybody has anybody done anything
EN2002a_mixture_0.00_25.26,EN2002c_MEE071_690.62_699.34,AMI,en,4,MEE071,M,0.64,0.47,8.72,11.87,25.26,funky sh stuff like that yeah yeah look at all this stuff man okay right has anybody has anybody done anything
EN2002a_mixture_1083.41_1105.23,EN2002c_MEE071_414.29_419.82,AMI,en,3,MEE071,M,0.95,0.4,5.53,8.76,21.82,i have been trying to g write something to read the x m l and get rid of it and i can get rid of it but i am having trouble putting it anywhere else so it will come up on the screen for the moment i have not managed to put it into a vector or whatever in java to play with it but i guess it is not very difficult yeah in java yeah yeah
EN2002a_mixture_1083.41_1105.23,EN2002c_MEE071_1079.14_1090.65,AMI,en,3,MEE071,M,0.95,0.4,11.51,8.76,21.82,i have been trying to g write something to read the x m l and get rid of it and i can get rid of it but i am having trouble putting it anywhere else so it will come up on the screen for the moment i have not managed to put it into a vector or whatever in java to play with it but i guess it is not very difficult yeah in java yeah yeah
EN2002a_mixture_1083.41_1105.23,EN2002a_MEE071_1119.34_1130.62,AMI,en,3,MEE071,M,0.95,0.4,11.28,8.76,21.82,i have been trying to g write something to read the x m l and get rid of it and i can get rid of it but i am having trouble putting it anywhere else so it will come up on the screen for the moment i have not managed to put it into a vector or whatever in java to play with it but i guess it is not very difficult yeah in java yeah yeah
EN2002a_mixture_1083.41_1105.23,EN2002c_MEE071_690.62_699.34,AMI,en,3,MEE071,M,0.95,0.4,8.72,8.76,21.82,i have been trying to g write something to read the x m l and get rid of it and i can get rid of it but i am having trouble putting it anywhere else so it will come up on the screen for the moment i have not managed to put it into a vector or whatever in java to play with it but i guess it is not very difficult yeah in java yeah yeah
EN2002a_mixture_1196.48_1210.46,EN2002c_MEE071_414.29_419.82,AMI,en,4,MEE071,M,0.91,0.69,5.53,9.64,13.98,more diffi it was it was not marked but it was i had to sit there and think about it for a bit which is a bit irritating yeah but s p n l p yeah
EN2002a_mixture_1196.48_1210.46,EN2002c_MEE071_1079.14_1090.65,AMI,en,4,MEE071,M,0.91,0.69,11.51,9.64,13.98,more diffi it was it was not marked but it was i had to sit there and think about it for a bit which is a bit irritating yeah but s p n l p yeah
EN2002a_mixture_1196.48_1210.46,EN2002a_MEE071_1119.34_1130.62,AMI,en,4,MEE071,M,0.91,0.69,11.28,9.64,13.98,more diffi it was it was not marked but it was i had to sit there and think about it for a bit which is a bit irritating yeah but s p n l p yeah
EN2002a_mixture_1196.48_1210.46,EN2002c_MEE071_690.62_699.34,AMI,en,4,MEE071,M,0.91,0.69,8.72,9.64,13.98,more diffi it was it was not marked but it was i had to sit there and think about it for a bit which is a bit irritating yeah but s p n l p yeah
EN2002a_mixture_1306.94_1330.19,EN2002b_FEO072_1351.84_1362.32,AMI,en,4,FEO072,F,0.63,0.24,10.48,5.64,23.25,yeah yeah so i do not know if you have looked at the search query s language but it is like a dollar a text say yeah and then yeah because every every of all of these
EN2002a_mixture_1306.94_1330.19,EN2002d_FEO072_836.02_841.64,AMI,en,4,FEO072,F,0.63,0.24,5.62,5.64,23.25,yeah yeah so i do not know if you have looked at the search query s language but it is like a dollar a text say yeah and then yeah because every every of all of these
EN2002a_mixture_1306.94_1330.19,EN2002a_FEO072_68.77_84.81,AMI,en,4,FEO072,F,0.63,0.24,16.04,5.64,23.25,yeah yeah so i do not know if you have looked at the search query s language but it is like a dollar a text say yeah and then yeah because every every of all of these
EN2002a_mixture_1306.94_1330.19,EN2002d_FEO072_1859.68_1865.28,AMI,en,4,FEO072,F,0.63,0.24,5.6,5.64,23.25,yeah yeah so i do not know if you have looked at the search query s language but it is like a dollar a text say yeah and then yeah because every every of all of these
EN2002a_mixture_1306.94_1330.19,EN2002a_FEO072_816.53_822.42,AMI,en,4,FEO072,F,0.63,0.24,5.89,5.64,23.25,yeah yeah so i do not know if you have looked at the search query s language but it is like a dollar a text say yeah and then yeah because every every of all of these
EN2002a_mixture_1408.82_1436.09,EN2002b_FEO072_1351.84_1362.32,AMI,en,3,FEO072,F,0.93,0.31,10.48,8.45,27.27,0 yeah actually in the moment it has got a load of rubbish because the the the browser that i used from this from you know that they gave us had a lot of extra stuff in and i have not dared throwing out to through out all the functions i have not you know that i do not need yeah just in case exactly yes so they are all in there ye still a lot of rubbish but they will be get will be chucked out right at the end i think
EN2002a_mixture_1408.82_1436.09,EN2002d_FEO072_836.02_841.64,AMI,en,3,FEO072,F,0.93,0.31,5.62,8.45,27.27,0 yeah actually in the moment it has got a load of rubbish because the the the browser that i used from this from you know that they gave us had a lot of extra stuff in and i have not dared throwing out to through out all the functions i have not you know that i do not need yeah just in case exactly yes so they are all in there ye still a lot of rubbish but they will be get will be chucked out right at the end i think
EN2002a_mixture_1408.82_1436.09,EN2002a_FEO072_68.77_84.81,AMI,en,3,FEO072,F,0.93,0.31,16.04,8.45,27.27,0 yeah actually in the moment it has got a load of rubbish because the the the browser that i used from this from you know that they gave us had a lot of extra stuff in and i have not dared throwing out to through out all the functions i have not you know that i do not need yeah just in case exactly yes so they are all in there ye still a lot of rubbish but they will be get will be chucked out right at the end i think
EN2002a_mixture_1408.82_1436.09,EN2002d_FEO072_1859.68_1865.28,AMI,en,3,FEO072,F,0.93,0.31,5.6,8.45,27.27,0 yeah actually in the moment it has got a load of rubbish because the the the browser that i used from this from you know that they gave us had a lot of extra stuff in and i have not dared throwing out to through out all the functions i have not you know that i do not need yeah just in case exactly yes so they are all in there ye still a lot of rubbish but they will be get will be chucked out right at the end i think
EN2002a_mixture_1408.82_1436.09,EN2002a_FEO072_816.53_822.42,AMI,en,3,FEO072,F,0.93,0.31,5.89,8.45,27.27,0 yeah actually in the moment it has got a load of rubbish because the the the browser that i used from this from you know that they gave us had a lot of extra stuff in and i have not dared throwing out to through out all the functions i have not you know that i do not need yeah just in case exactly yes so they are all in there ye still a lot of rubbish but they will be get will be chucked out right at the end i think
EN2002a_mixture_1436.27_1447.18,EN2002c_MEE071_414.29_419.82,AMI,en,4,MEE071,M,1.0,0.49,5.53,5.36,10.91,commen commenting it out one bit at a time and running it does it work yeah okay get rid of that next good fun aye
EN2002a_mixture_1436.27_1447.18,EN2002c_MEE071_1079.14_1090.65,AMI,en,4,MEE071,M,1.0,0.49,11.51,5.36,10.91,commen commenting it out one bit at a time and running it does it work yeah okay get rid of that next good fun aye
EN2002a_mixture_1436.27_1447.18,EN2002a_MEE071_1119.34_1130.62,AMI,en,4,MEE071,M,1.0,0.49,11.28,5.36,10.91,commen commenting it out one bit at a time and running it does it work yeah okay get rid of that next good fun aye
EN2002a_mixture_1436.27_1447.18,EN2002c_MEE071_690.62_699.34,AMI,en,4,MEE071,M,1.0,0.49,8.72,5.36,10.91,commen commenting it out one bit at a time and running it does it work yeah okay get rid of that next good fun aye
EN2002a_mixture_1451.93_1469.59,EN2002c_MEE071_414.29_419.82,AMI,en,4,MEE071,M,0.71,0.72,5.53,12.72,17.66,so basically we go and go and do some work really i think that is the the the answer to that is not it the long and the short of it yeah proba i am still at the bottom of the mountain yeah
EN2002a_mixture_1451.93_1469.59,EN2002c_MEE071_1079.14_1090.65,AMI,en,4,MEE071,M,0.71,0.72,11.51,12.72,17.66,so basically we go and go and do some work really i think that is the the the answer to that is not it the long and the short of it yeah proba i am still at the bottom of the mountain yeah
EN2002a_mixture_1451.93_1469.59,EN2002a_MEE071_1119.34_1130.62,AMI,en,4,MEE071,M,0.71,0.72,11.28,12.72,17.66,so basically we go and go and do some work really i think that is the the the answer to that is not it the long and the short of it yeah proba i am still at the bottom of the mountain yeah
EN2002a_mixture_1451.93_1469.59,EN2002c_MEE071_690.62_699.34,AMI,en,4,MEE071,M,0.71,0.72,8.72,12.72,17.66,so basically we go and go and do some work really i think that is the the the answer to that is not it the long and the short of it yeah proba i am still at the bottom of the mountain yeah
EN2002a_mixture_1469.89_1487.65,EN2002c_MEE071_414.29_419.82,AMI,en,4,MEE071,M,0.81,0.54,5.53,9.62,17.76,well should you find you want to explore any other perhaps you as your quantify raising
EN2002a_mixture_1469.89_1487.65,EN2002c_MEE071_1079.14_1090.65,AMI,en,4,MEE071,M,0.81,0.54,11.51,9.62,17.76,well should you find you want to explore any other perhaps you as your quantify raising
EN2002a_mixture_1469.89_1487.65,EN2002a_MEE071_1119.34_1130.62,AMI,en,4,MEE071,M,0.81,0.54,11.28,9.62,17.76,well should you find you want to explore any other perhaps you as your quantify raising
EN2002a_mixture_1469.89_1487.65,EN2002c_MEE071_690.62_699.34,AMI,en,4,MEE071,M,0.81,0.54,8.72,9.62,17.76,well should you find you want to explore any other perhaps you as your quantify raising
EN2002a_mixture_1498.80_1512.32,EN2002b_MEE073_124.56_131.02,AMI,en,4,MEE073,M,0.92,0.56,6.46,7.54,13.52,0 really damn yeah yeah these can be changed as well okay yeah i do not know it does not matter if if you want to i mean it is just you know play around with some extra stuff you have some time why not
EN2002a_mixture_1498.80_1512.32,EN2002b_MEE073_959.57_965.89,AMI,en,4,MEE073,M,0.92,0.56,6.32,7.54,13.52,0 really damn yeah yeah these can be changed as well okay yeah i do not know it does not matter if if you want to i mean it is just you know play around with some extra stuff you have some time why not
EN2002a_mixture_1498.80_1512.32,EN2002d_MEE073_1441.44_1446.46,AMI,en,4,MEE073,M,0.92,0.56,5.02,7.54,13.52,0 really damn yeah yeah these can be changed as well okay yeah i do not know it does not matter if if you want to i mean it is just you know play around with some extra stuff you have some time why not
EN2002a_mixture_1498.80_1512.32,EN2002b_MEE073_1471.66_1498.32,AMI,en,4,MEE073,M,0.92,0.56,26.66,7.54,13.52,0 really damn yeah yeah these can be changed as well okay yeah i do not know it does not matter if if you want to i mean it is just you know play around with some extra stuff you have some time why not
EN2002a_mixture_1498.80_1512.32,EN2002c_MEE073_858.85_890.28,AMI,en,4,MEE073,M,0.92,0.56,31.43,7.54,13.52,0 really damn yeah yeah these can be changed as well okay yeah i do not know it does not matter if if you want to i mean it is just you know play around with some extra stuff you have some time why not
EN2002a_mixture_1550.35_1574.99,EN2002b_MEE073_124.56_131.02,AMI,en,4,MEE073,M,0.67,0.59,6.46,14.53,24.64,alright yeah fine yeah i will be happy when this week is over yeah well i do not know is that about it then or anything else we need to discuss
EN2002a_mixture_1550.35_1574.99,EN2002b_MEE073_959.57_965.89,AMI,en,4,MEE073,M,0.67,0.59,6.32,14.53,24.64,alright yeah fine yeah i will be happy when this week is over yeah well i do not know is that about it then or anything else we need to discuss
EN2002a_mixture_1550.35_1574.99,EN2002d_MEE073_1441.44_1446.46,AMI,en,4,MEE073,M,0.67,0.59,5.02,14.53,24.64,alright yeah fine yeah i will be happy when this week is over yeah well i do not know is that about it then or anything else we need to discuss
EN2002a_mixture_1550.35_1574.99,EN2002b_MEE073_1471.66_1498.32,AMI,en,4,MEE073,M,0.67,0.59,26.66,14.53,24.64,alright yeah fine yeah i will be happy when this week is over yeah well i do not know is that about it then or anything else we need to discuss
EN2002a_mixture_1550.35_1574.99,EN2002c_MEE073_858.85_890.28,AMI,en,4,MEE073,M,0.67,0.59,31.43,14.53,24.64,alright yeah fine yeah i will be happy when this week is over yeah well i do not know is that about it then or anything else we need to discuss
EN2002a_mixture_1600.30_1624.31,EN2002b_MEE073_124.56_131.02,AMI,en,3,MEE073,M,1.0,0.23,6.46,5.61,24.01,search and well sure why not could not be that hard well it will be you know still limited version of you know the next query search but no no will not be the whole thing then like we can just decide sort of things that we do want to do yeah well actually most are just dialog acts and what else was there
EN2002a_mixture_1600.30_1624.31,EN2002b_MEE073_959.57_965.89,AMI,en,3,MEE073,M,1.0,0.23,6.32,5.61,24.01,search and well sure why not could not be that hard well it will be you know still limited version of you know the next query search but no no will not be the whole thing then like we can just decide sort of things that we do want to do yeah well actually most are just dialog acts and what else was there
EN2002a_mixture_1600.30_1624.31,EN2002d_MEE073_1441.44_1446.46,AMI,en,3,MEE073,M,1.0,0.23,5.02,5.61,24.01,search and well sure why not could not be that hard well it will be you know still limited version of you know the next query search but no no will not be the whole thing then like we can just decide sort of things that we do want to do yeah well actually most are just dialog acts and what else was there
EN2002a_mixture_1600.30_1624.31,EN2002b_MEE073_1471.66_1498.32,AMI,en,3,MEE073,M,1.0,0.23,26.66,5.61,24.01,search and well sure why not could not be that hard well it will be you know still limited version of you know the next query search but no no will not be the whole thing then like we can just decide sort of things that we do want to do yeah well actually most are just dialog acts and what else was there
EN2002a_mixture_1600.30_1624.31,EN2002c_MEE073_858.85_890.28,AMI,en,3,MEE073,M,1.0,0.23,31.43,5.61,24.01,search and well sure why not could not be that hard well it will be you know still limited version of you know the next query search but no no will not be the whole thing then like we can just decide sort of things that we do want to do yeah well actually most are just dialog acts and what else was there
EN2002a_mixture_1756.67_1779.67,EN2002b_FEO072_1351.84_1362.32,AMI,en,4,FEO072,F,0.89,0.37,10.48,8.56,23.0,it is just so much fun it is going to be a little difficult more difficult yeah i mean i was going to but you know the whole drop down menus and stuff what we want to search for is not quite agreed on we never agreed on what we want to be able to search for so
EN2002a_mixture_1756.67_1779.67,EN2002d_FEO072_836.02_841.64,AMI,en,4,FEO072,F,0.89,0.37,5.62,8.56,23.0,it is just so much fun it is going to be a little difficult more difficult yeah i mean i was going to but you know the whole drop down menus and stuff what we want to search for is not quite agreed on we never agreed on what we want to be able to search for so
EN2002a_mixture_1756.67_1779.67,EN2002a_FEO072_68.77_84.81,AMI,en,4,FEO072,F,0.89,0.37,16.04,8.56,23.0,it is just so much fun it is going to be a little difficult more difficult yeah i mean i was going to but you know the whole drop down menus and stuff what we want to search for is not quite agreed on we never agreed on what we want to be able to search for so
EN2002a_mixture_1756.67_1779.67,EN2002d_FEO072_1859.68_1865.28,AMI,en,4,FEO072,F,0.89,0.37,5.6,8.56,23.0,it is just so much fun it is going to be a little difficult more difficult yeah i mean i was going to but you know the whole drop down menus and stuff what we want to search for is not quite agreed on we never agreed on what we want to be able to search for so
EN2002a_mixture_1756.67_1779.67,EN2002a_FEO072_816.53_822.42,AMI,en,4,FEO072,F,0.89,0.37,5.89,8.56,23.0,it is just so much fun it is going to be a little difficult more difficult yeah i mean i was going to but you know the whole drop down menus and stuff what we want to search for is not quite agreed on we never agreed on what we want to be able to search for so
EN2002a_mixture_180.03_202.67,EN2002b_FEO072_1351.84_1362.32,AMI,en,4,FEO072,F,0.76,0.56,10.48,12.75,22.64,that is a good point i do not know nothing else yeah yeah but i do not know about you but usually in windows right click does not do anything does it it opens a menu yeah so yeah so but that would be yeah if you just yeah yeah
EN2002a_mixture_180.03_202.67,EN2002d_FEO072_836.02_841.64,AMI,en,4,FEO072,F,0.76,0.56,5.62,12.75,22.64,that is a good point i do not know nothing else yeah yeah but i do not know about you but usually in windows right click does not do anything does it it opens a menu yeah so yeah so but that would be yeah if you just yeah yeah
EN2002a_mixture_180.03_202.67,EN2002a_FEO072_68.77_84.81,AMI,en,4,FEO072,F,0.76,0.56,16.04,12.75,22.64,that is a good point i do not know nothing else yeah yeah but i do not know about you but usually in windows right click does not do anything does it it opens a menu yeah so yeah so but that would be yeah if you just yeah yeah
EN2002a_mixture_180.03_202.67,EN2002d_FEO072_1859.68_1865.28,AMI,en,4,FEO072,F,0.76,0.56,5.6,12.75,22.64,that is a good point i do not know nothing else yeah yeah but i do not know about you but usually in windows right click does not do anything does it it opens a menu yeah so yeah so but that would be yeah if you just yeah yeah
EN2002a_mixture_180.03_202.67,EN2002a_FEO072_816.53_822.42,AMI,en,4,FEO072,F,0.76,0.56,5.89,12.75,22.64,that is a good point i do not know nothing else yeah yeah but i do not know about you but usually in windows right click does not do anything does it it opens a menu yeah so yeah so but that would be yeah if you just yeah yeah
EN2002a_mixture_1810.16_1834.76,EN2002b_MEE073_124.56_131.02,AMI,en,4,MEE073,M,0.84,0.47,6.46,11.57,24.6,0 just like the basic so like no sorry yeah just like all the and seeing the code and just sort of how just see the basics of what you have done like just get a a quick look over and just the basics yeah or like like you know the class paths all that sort of thing like just just say okay well here is you know everything is basic in set up and then just yeah just jump right in yeah
EN2002a_mixture_1810.16_1834.76,EN2002b_MEE073_959.57_965.89,AMI,en,4,MEE073,M,0.84,0.47,6.32,11.57,24.6,0 just like the basic so like no sorry yeah just like all the and seeing the code and just sort of how just see the basics of what you have done like just get a a quick look over and just the basics yeah or like like you know the class paths all that sort of thing like just just say okay well here is you know everything is basic in set up and then just yeah just jump right in yeah
EN2002a_mixture_1810.16_1834.76,EN2002d_MEE073_1441.44_1446.46,AMI,en,4,MEE073,M,0.84,0.47,5.02,11.57,24.6,0 just like the basic so like no sorry yeah just like all the and seeing the code and just sort of how just see the basics of what you have done like just get a a quick look over and just the basics yeah or like like you know the class paths all that sort of thing like just just say okay well here is you know everything is basic in set up and then just yeah just jump right in yeah
EN2002a_mixture_1810.16_1834.76,EN2002b_MEE073_1471.66_1498.32,AMI,en,4,MEE073,M,0.84,0.47,26.66,11.57,24.6,0 just like the basic so like no sorry yeah just like all the and seeing the code and just sort of how just see the basics of what you have done like just get a a quick look over and just the basics yeah or like like you know the class paths all that sort of thing like just just say okay well here is you know everything is basic in set up and then just yeah just jump right in yeah
EN2002a_mixture_1810.16_1834.76,EN2002c_MEE073_858.85_890.28,AMI,en,4,MEE073,M,0.84,0.47,31.43,11.57,24.6,0 just like the basic so like no sorry yeah just like all the and seeing the code and just sort of how just see the basics of what you have done like just get a a quick look over and just the basics yeah or like like you know the class paths all that sort of thing like just just say okay well here is you know everything is basic in set up and then just yeah just jump right in yeah
EN2002a_mixture_1938.03_1967.77,EN2002c_MEE071_414.29_419.82,AMI,en,4,MEE071,M,0.58,0.5,5.53,14.75,29.74,yeah it is only got it is crap it is only got about 4 or 5 computers in but it would do quite good for our job cause it has not very p not many people in it very often yeah there is fridge there and there is a photo copier with the code on it yeah yeah it is cool yeah
EN2002a_mixture_1938.03_1967.77,EN2002c_MEE071_1079.14_1090.65,AMI,en,4,MEE071,M,0.58,0.5,11.51,14.75,29.74,yeah it is only got it is crap it is only got about 4 or 5 computers in but it would do quite good for our job cause it has not very p not many people in it very often yeah there is fridge there and there is a photo copier with the code on it yeah yeah it is cool yeah
EN2002a_mixture_1938.03_1967.77,EN2002a_MEE071_1119.34_1130.62,AMI,en,4,MEE071,M,0.58,0.5,11.28,14.75,29.74,yeah it is only got it is crap it is only got about 4 or 5 computers in but it would do quite good for our job cause it has not very p not many people in it very often yeah there is fridge there and there is a photo copier with the code on it yeah yeah it is cool yeah
EN2002a_mixture_1938.03_1967.77,EN2002c_MEE071_690.62_699.34,AMI,en,4,MEE071,M,0.58,0.5,8.72,14.75,29.74,yeah it is only got it is crap it is only got about 4 or 5 computers in but it would do quite good for our job cause it has not very p not many people in it very often yeah there is fridge there and there is a photo copier with the code on it yeah yeah it is cool yeah
EN2002a_mixture_1986.19_2003.18,EN2002a_FEO070_1798.18_1809.91,AMI,en,3,FEO070,F,0.68,0.59,11.73,10.05,16.99,what it is true yeah i do not know it is reading week next it should be it should not be any well it is supposed to be next week it is week 6 next week
EN2002a_mixture_1986.19_2003.18,EN2002d_FEO070_1014.30_1027.91,AMI,en,3,FEO070,F,0.68,0.59,13.61,10.05,16.99,what it is true yeah i do not know it is reading week next it should be it should not be any well it is supposed to be next week it is week 6 next week
EN2002a_mixture_1986.19_2003.18,EN2002a_FEO070_2069.57_2074.93,AMI,en,3,FEO070,F,0.68,0.59,5.36,10.05,16.99,what it is true yeah i do not know it is reading week next it should be it should not be any well it is supposed to be next week it is week 6 next week
EN2002a_mixture_1986.19_2003.18,EN2002a_FEO070_1059.79_1077.82,AMI,en,3,FEO070,F,0.68,0.59,18.03,10.05,16.99,what it is true yeah i do not know it is reading week next it should be it should not be any well it is supposed to be next week it is week 6 next week
EN2002a_mixture_1986.19_2003.18,EN2002b_FEO070_1277.14_1284.60,AMI,en,3,FEO070,F,0.68,0.59,7.46,10.05,16.99,what it is true yeah i do not know it is reading week next it should be it should not be any well it is supposed to be next week it is week 6 next week
EN2002a_mixture_2003.81_2018.78,EN2002a_FEO070_1798.18_1809.91,AMI,en,3,FEO070,F,0.66,0.38,11.73,5.71,14.97,i do not know we have one class at least when we like speech perception we do not have any lectures but i think we are having like all other classes so there is not point in having
EN2002a_mixture_2003.81_2018.78,EN2002d_FEO070_1014.30_1027.91,AMI,en,3,FEO070,F,0.66,0.38,13.61,5.71,14.97,i do not know we have one class at least when we like speech perception we do not have any lectures but i think we are having like all other classes so there is not point in having
EN2002a_mixture_2003.81_2018.78,EN2002a_FEO070_2069.57_2074.93,AMI,en,3,FEO070,F,0.66,0.38,5.36,5.71,14.97,i do not know we have one class at least when we like speech perception we do not have any lectures but i think we are having like all other classes so there is not point in having
EN2002a_mixture_2003.81_2018.78,EN2002a_FEO070_1059.79_1077.82,AMI,en,3,FEO070,F,0.66,0.38,18.03,5.71,14.97,i do not know we have one class at least when we like speech perception we do not have any lectures but i think we are having like all other classes so there is not point in having
EN2002a_mixture_2003.81_2018.78,EN2002b_FEO070_1277.14_1284.60,AMI,en,3,FEO070,F,0.66,0.38,7.46,5.71,14.97,i do not know we have one class at least when we like speech perception we do not have any lectures but i think we are having like all other classes so there is not point in having
EN2002a_mixture_2106.03_2125.21,EN2002a_FEO070_1798.18_1809.91,AMI,en,4,FEO070,F,0.81,0.61,11.73,11.65,19.18,0 yeah yeah and now we have 7% of the course already done is quite good so if y if you are okay with having 0
EN2002a_mixture_2106.03_2125.21,EN2002d_FEO070_1014.30_1027.91,AMI,en,4,FEO070,F,0.81,0.61,13.61,11.65,19.18,0 yeah yeah and now we have 7% of the course already done is quite good so if y if you are okay with having 0
EN2002a_mixture_2106.03_2125.21,EN2002a_FEO070_2069.57_2074.93,AMI,en,4,FEO070,F,0.81,0.61,5.36,11.65,19.18,0 yeah yeah and now we have 7% of the course already done is quite good so if y if you are okay with having 0
EN2002a_mixture_2106.03_2125.21,EN2002a_FEO070_1059.79_1077.82,AMI,en,4,FEO070,F,0.81,0.61,18.03,11.65,19.18,0 yeah yeah and now we have 7% of the course already done is quite good so if y if you are okay with having 0
EN2002a_mixture_2106.03_2125.21,EN2002b_FEO070_1277.14_1284.60,AMI,en,4,FEO070,F,0.81,0.61,7.46,11.65,19.18,0 yeah yeah and now we have 7% of the course already done is quite good so if y if you are okay with having 0
EN2002a_mixture_25.34_45.73,EN2002a_FEO070_1798.18_1809.91,AMI,en,4,FEO070,F,0.62,0.37,11.73,7.49,20.39,yeah yeah good start 0 i do not mind as well this was not a good start
EN2002a_mixture_25.34_45.73,EN2002d_FEO070_1014.30_1027.91,AMI,en,4,FEO070,F,0.62,0.37,13.61,7.49,20.39,yeah yeah good start 0 i do not mind as well this was not a good start
EN2002a_mixture_25.34_45.73,EN2002a_FEO070_2069.57_2074.93,AMI,en,4,FEO070,F,0.62,0.37,5.36,7.49,20.39,yeah yeah good start 0 i do not mind as well this was not a good start
EN2002a_mixture_25.34_45.73,EN2002a_FEO070_1059.79_1077.82,AMI,en,4,FEO070,F,0.62,0.37,18.03,7.49,20.39,yeah yeah good start 0 i do not mind as well this was not a good start
EN2002a_mixture_25.34_45.73,EN2002b_FEO070_1277.14_1284.60,AMI,en,4,FEO070,F,0.62,0.37,7.46,7.49,20.39,yeah yeah good start 0 i do not mind as well this was not a good start
EN2002a_mixture_291.74_319.85,EN2002b_MEE073_124.56_131.02,AMI,en,3,MEE073,M,0.66,0.3,6.46,8.33,28.11,yeah actually yeah but maybe tie that in with dialog acts or something as well i mean speaker characterisation tied into i do not know di just some way to sort of leverage that information like we have it we are doing it but what how does it help the browsing or what can it give us in the browsing yeah yeah
EN2002a_mixture_291.74_319.85,EN2002b_MEE073_959.57_965.89,AMI,en,3,MEE073,M,0.66,0.3,6.32,8.33,28.11,yeah actually yeah but maybe tie that in with dialog acts or something as well i mean speaker characterisation tied into i do not know di just some way to sort of leverage that information like we have it we are doing it but what how does it help the browsing or what can it give us in the browsing yeah yeah
EN2002a_mixture_291.74_319.85,EN2002d_MEE073_1441.44_1446.46,AMI,en,3,MEE073,M,0.66,0.3,5.02,8.33,28.11,yeah actually yeah but maybe tie that in with dialog acts or something as well i mean speaker characterisation tied into i do not know di just some way to sort of leverage that information like we have it we are doing it but what how does it help the browsing or what can it give us in the browsing yeah yeah
EN2002a_mixture_291.74_319.85,EN2002b_MEE073_1471.66_1498.32,AMI,en,3,MEE073,M,0.66,0.3,26.66,8.33,28.11,yeah actually yeah but maybe tie that in with dialog acts or something as well i mean speaker characterisation tied into i do not know di just some way to sort of leverage that information like we have it we are doing it but what how does it help the browsing or what can it give us in the browsing yeah yeah
EN2002a_mixture_291.74_319.85,EN2002c_MEE073_858.85_890.28,AMI,en,3,MEE073,M,0.66,0.3,31.43,8.33,28.11,yeah actually yeah but maybe tie that in with dialog acts or something as well i mean speaker characterisation tied into i do not know di just some way to sort of leverage that information like we have it we are doing it but what how does it help the browsing or what can it give us in the browsing yeah yeah
EN2002a_mixture_469.39_494.00,EN2002b_MEE073_124.56_131.02,AMI,en,4,MEE073,M,0.48,0.37,6.46,9.12,24.61,like we have the the right click menu you will have the menu right click it but instead of like have a default double click so if there is a de so it will be a choice from the menu but yeah exactly yeah yeah
EN2002a_mixture_469.39_494.00,EN2002b_MEE073_959.57_965.89,AMI,en,4,MEE073,M,0.48,0.37,6.32,9.12,24.61,like we have the the right click menu you will have the menu right click it but instead of like have a default double click so if there is a de so it will be a choice from the menu but yeah exactly yeah yeah
EN2002a_mixture_469.39_494.00,EN2002d_MEE073_1441.44_1446.46,AMI,en,4,MEE073,M,0.48,0.37,5.02,9.12,24.61,like we have the the right click menu you will have the menu right click it but instead of like have a default double click so if there is a de so it will be a choice from the menu but yeah exactly yeah yeah
EN2002a_mixture_469.39_494.00,EN2002b_MEE073_1471.66_1498.32,AMI,en,4,MEE073,M,0.48,0.37,26.66,9.12,24.61,like we have the the right click menu you will have the menu right click it but instead of like have a default double click so if there is a de so it will be a choice from the menu but yeah exactly yeah yeah
EN2002a_mixture_469.39_494.00,EN2002c_MEE073_858.85_890.28,AMI,en,4,MEE073,M,0.48,0.37,31.43,9.12,24.61,like we have the the right click menu you will have the menu right click it but instead of like have a default double click so if there is a de so it will be a choice from the menu but yeah exactly yeah yeah
EN2002a_mixture_502.31_530.59,EN2002b_FEO072_1351.84_1362.32,AMI,en,4,FEO072,F,0.93,0.71,10.48,20.01,28.28,yeah maybe especially if you have a touch pad it just goes 0 well i will i will check what it does on on double click at the moment cause i think it might do something but but yeah but i do not i do not i d really do not see anything obvious that that would
EN2002a_mixture_502.31_530.59,EN2002d_FEO072_836.02_841.64,AMI,en,4,FEO072,F,0.93,0.71,5.62,20.01,28.28,yeah maybe especially if you have a touch pad it just goes 0 well i will i will check what it does on on double click at the moment cause i think it might do something but but yeah but i do not i do not i d really do not see anything obvious that that would
EN2002a_mixture_502.31_530.59,EN2002a_FEO072_68.77_84.81,AMI,en,4,FEO072,F,0.93,0.71,16.04,20.01,28.28,yeah maybe especially if you have a touch pad it just goes 0 well i will i will check what it does on on double click at the moment cause i think it might do something but but yeah but i do not i do not i d really do not see anything obvious that that would
EN2002a_mixture_502.31_530.59,EN2002d_FEO072_1859.68_1865.28,AMI,en,4,FEO072,F,0.93,0.71,5.6,20.01,28.28,yeah maybe especially if you have a touch pad it just goes 0 well i will i will check what it does on on double click at the moment cause i think it might do something but but yeah but i do not i do not i d really do not see anything obvious that that would
EN2002a_mixture_502.31_530.59,EN2002a_FEO072_816.53_822.42,AMI,en,4,FEO072,F,0.93,0.71,5.89,20.01,28.28,yeah maybe especially if you have a touch pad it just goes 0 well i will i will check what it does on on double click at the moment cause i think it might do something but but yeah but i do not i do not i d really do not see anything obvious that that would
EN2002a_mixture_565.79_581.10,EN2002c_MEE071_414.29_419.82,AMI,en,4,MEE071,M,0.82,0.45,5.53,6.95,15.31,probably not but we might need them for disfluencies if we try do it in audio but at the moment no but yeah we might want to be able to say 0 just give me what that person is saying
EN2002a_mixture_565.79_581.10,EN2002c_MEE071_1079.14_1090.65,AMI,en,4,MEE071,M,0.82,0.45,11.51,6.95,15.31,probably not but we might need them for disfluencies if we try do it in audio but at the moment no but yeah we might want to be able to say 0 just give me what that person is saying
EN2002a_mixture_565.79_581.10,EN2002a_MEE071_1119.34_1130.62,AMI,en,4,MEE071,M,0.82,0.45,11.28,6.95,15.31,probably not but we might need them for disfluencies if we try do it in audio but at the moment no but yeah we might want to be able to say 0 just give me what that person is saying
EN2002a_mixture_565.79_581.10,EN2002c_MEE071_690.62_699.34,AMI,en,4,MEE071,M,0.82,0.45,8.72,6.95,15.31,probably not but we might need them for disfluencies if we try do it in audio but at the moment no but yeah we might want to be able to say 0 just give me what that person is saying
EN2002a_mixture_715.93_738.45,EN2002c_MEE071_414.29_419.82,AMI,en,3,MEE071,M,0.57,0.49,5.53,10.95,22.52,yeah yeah that will reduce the number of windows we needed would not it which is quite good cause otherwise photoshop has a lot of windows if you ever use photoshop it has got loads and you are always g forever going no get out of the way there is always stuff in the way is not there so
EN2002a_mixture_715.93_738.45,EN2002c_MEE071_1079.14_1090.65,AMI,en,3,MEE071,M,0.57,0.49,11.51,10.95,22.52,yeah yeah that will reduce the number of windows we needed would not it which is quite good cause otherwise photoshop has a lot of windows if you ever use photoshop it has got loads and you are always g forever going no get out of the way there is always stuff in the way is not there so
EN2002a_mixture_715.93_738.45,EN2002a_MEE071_1119.34_1130.62,AMI,en,3,MEE071,M,0.57,0.49,11.28,10.95,22.52,yeah yeah that will reduce the number of windows we needed would not it which is quite good cause otherwise photoshop has a lot of windows if you ever use photoshop it has got loads and you are always g forever going no get out of the way there is always stuff in the way is not there so
EN2002a_mixture_715.93_738.45,EN2002c_MEE071_690.62_699.34,AMI,en,3,MEE071,M,0.57,0.49,8.72,10.95,22.52,yeah yeah that will reduce the number of windows we needed would not it which is quite good cause otherwise photoshop has a lot of windows if you ever use photoshop it has got loads and you are always g forever going no get out of the way there is always stuff in the way is not there so
EN2002a_mixture_932.56_946.85,EN2002b_FEO072_1351.84_1362.32,AMI,en,3,FEO072,F,0.86,0.6,10.48,8.53,14.29,well this is not difficult it is in all the emails not 0404555
EN2002a_mixture_932.56_946.85,EN2002d_FEO072_836.02_841.64,AMI,en,3,FEO072,F,0.86,0.6,5.62,8.53,14.29,well this is not difficult it is in all the emails not 0404555
EN2002a_mixture_932.56_946.85,EN2002a_FEO072_68.77_84.81,AMI,en,3,FEO072,F,0.86,0.6,16.04,8.53,14.29,well this is not difficult it is in all the emails not 0404555
EN2002a_mixture_932.56_946.85,EN2002d_FEO072_1859.68_1865.28,AMI,en,3,FEO072,F,0.86,0.6,5.6,8.53,14.29,well this is not difficult it is in all the emails not 0404555
EN2002a_mixture_932.56_946.85,EN2002a_FEO072_816.53_822.42,AMI,en,3,FEO072,F,0.86,0.6,5.89,8.53,14.29,well this is not difficult it is in all the emails not 0404555
EN2002a_mixture_962.46_982.74,EN2002c_MEE071_414.29_419.82,AMI,en,4,MEE071,M,0.94,0.49,5.53,9.94,20.28,the m browser for meeting hope you hope you never have to look in my directory it is just pure chaos s mine is serious chaos files everywhere
EN2002a_mixture_962.46_982.74,EN2002c_MEE071_1079.14_1090.65,AMI,en,4,MEE071,M,0.94,0.49,11.51,9.94,20.28,the m browser for meeting hope you hope you never have to look in my directory it is just pure chaos s mine is serious chaos files everywhere
EN2002a_mixture_962.46_982.74,EN2002a_MEE071_1119.34_1130.62,AMI,en,4,MEE071,M,0.94,0.49,11.28,9.94,20.28,the m browser for meeting hope you hope you never have to look in my directory it is just pure chaos s mine is serious chaos files everywhere
EN2002a_mixture_962.46_982.74,EN2002c_MEE071_690.62_699.34,AMI,en,4,MEE071,M,0.94,0.49,8.72,9.94,20.28,the m browser for meeting hope you hope you never have to look in my directory it is just pure chaos s mine is serious chaos files everywhere
EN2002b_mixture_1032.62_1060.19,EN2002b_MEE073_124.56_131.02,AMI,en,2,MEE073,M,0.95,0.18,6.46,5.09,27.57,yeah yeah it is just like from past experience i have there is goofy little things that happen and it just does not let you save certain things and it is just kinda trying to to do a different kind of to go to a different window so if you want to go to the actual highlight the transcript or highlight the topic or highlight the summary at that point that is sorta where it starts getting a little bit tricky cause you are working with an event handler within the one panel or list box or whatever it is and
EN2002b_mixture_1032.62_1060.19,EN2002b_MEE073_959.57_965.89,AMI,en,2,MEE073,M,0.95,0.18,6.32,5.09,27.57,yeah yeah it is just like from past experience i have there is goofy little things that happen and it just does not let you save certain things and it is just kinda trying to to do a different kind of to go to a different window so if you want to go to the actual highlight the transcript or highlight the topic or highlight the summary at that point that is sorta where it starts getting a little bit tricky cause you are working with an event handler within the one panel or list box or whatever it is and
EN2002b_mixture_1032.62_1060.19,EN2002d_MEE073_1441.44_1446.46,AMI,en,2,MEE073,M,0.95,0.18,5.02,5.09,27.57,yeah yeah it is just like from past experience i have there is goofy little things that happen and it just does not let you save certain things and it is just kinda trying to to do a different kind of to go to a different window so if you want to go to the actual highlight the transcript or highlight the topic or highlight the summary at that point that is sorta where it starts getting a little bit tricky cause you are working with an event handler within the one panel or list box or whatever it is and
EN2002b_mixture_1032.62_1060.19,EN2002b_MEE073_1471.66_1498.32,AMI,en,2,MEE073,M,0.95,0.18,26.66,5.09,27.57,yeah yeah it is just like from past experience i have there is goofy little things that happen and it just does not let you save certain things and it is just kinda trying to to do a different kind of to go to a different window so if you want to go to the actual highlight the transcript or highlight the topic or highlight the summary at that point that is sorta where it starts getting a little bit tricky cause you are working with an event handler within the one panel or list box or whatever it is and
EN2002b_mixture_1032.62_1060.19,EN2002c_MEE073_858.85_890.28,AMI,en,2,MEE073,M,0.95,0.18,31.43,5.09,27.57,yeah yeah it is just like from past experience i have there is goofy little things that happen and it just does not let you save certain things and it is just kinda trying to to do a different kind of to go to a different window so if you want to go to the actual highlight the transcript or highlight the topic or highlight the summary at that point that is sorta where it starts getting a little bit tricky cause you are working with an event handler within the one panel or list box or whatever it is and
EN2002b_mixture_1122.11_1145.18,EN2002b_FEO072_1351.84_1362.32,AMI,en,3,FEO072,F,0.79,0.23,10.48,5.39,23.07,no but i know what it is called and that comes with a whole load of highlighting extras as well as i said you know if you if you left click on something for example it highlights automatically so maybe it comes with something clever as well yeah no i am sure it has not got pane in it nite
EN2002b_mixture_1122.11_1145.18,EN2002d_FEO072_836.02_841.64,AMI,en,3,FEO072,F,0.79,0.23,5.62,5.39,23.07,no but i know what it is called and that comes with a whole load of highlighting extras as well as i said you know if you if you left click on something for example it highlights automatically so maybe it comes with something clever as well yeah no i am sure it has not got pane in it nite
EN2002b_mixture_1122.11_1145.18,EN2002a_FEO072_68.77_84.81,AMI,en,3,FEO072,F,0.79,0.23,16.04,5.39,23.07,no but i know what it is called and that comes with a whole load of highlighting extras as well as i said you know if you if you left click on something for example it highlights automatically so maybe it comes with something clever as well yeah no i am sure it has not got pane in it nite
EN2002b_mixture_1122.11_1145.18,EN2002d_FEO072_1859.68_1865.28,AMI,en,3,FEO072,F,0.79,0.23,5.6,5.39,23.07,no but i know what it is called and that comes with a whole load of highlighting extras as well as i said you know if you if you left click on something for example it highlights automatically so maybe it comes with something clever as well yeah no i am sure it has not got pane in it nite
EN2002b_mixture_1122.11_1145.18,EN2002a_FEO072_816.53_822.42,AMI,en,3,FEO072,F,0.79,0.23,5.89,5.39,23.07,no but i know what it is called and that comes with a whole load of highlighting extras as well as i said you know if you if you left click on something for example it highlights automatically so maybe it comes with something clever as well yeah no i am sure it has not got pane in it nite
EN2002b_mixture_1146.34_1164.32,EN2002c_MEE071_414.29_419.82,AMI,en,4,MEE071,M,0.79,0.62,5.53,11.21,17.98,text area or something something like that yeah nom text yeah mostly things are called nom yeah nite object model i think nite object model i think that is what
EN2002b_mixture_1146.34_1164.32,EN2002c_MEE071_1079.14_1090.65,AMI,en,4,MEE071,M,0.79,0.62,11.51,11.21,17.98,text area or something something like that yeah nom text yeah mostly things are called nom yeah nite object model i think nite object model i think that is what
EN2002b_mixture_1146.34_1164.32,EN2002a_MEE071_1119.34_1130.62,AMI,en,4,MEE071,M,0.79,0.62,11.28,11.21,17.98,text area or something something like that yeah nom text yeah mostly things are called nom yeah nite object model i think nite object model i think that is what
EN2002b_mixture_1146.34_1164.32,EN2002c_MEE071_690.62_699.34,AMI,en,4,MEE071,M,0.79,0.62,8.72,11.21,17.98,text area or something something like that yeah nom text yeah mostly things are called nom yeah nite object model i think nite object model i think that is what
EN2002b_mixture_1452.70_1471.06,EN2002c_MEE071_414.29_419.82,AMI,en,2,MEE071,M,0.9,0.29,5.53,5.41,18.36,so if we can do it with nite stuff do it with nite stuff i think otherwise you are going to be s java trying to do s it was just so complicated it was ridiculous do not believe it you have to d start defining object models like the nite thing and getting all bizarre w weird things it was mad
EN2002b_mixture_1452.70_1471.06,EN2002c_MEE071_1079.14_1090.65,AMI,en,2,MEE071,M,0.9,0.29,11.51,5.41,18.36,so if we can do it with nite stuff do it with nite stuff i think otherwise you are going to be s java trying to do s it was just so complicated it was ridiculous do not believe it you have to d start defining object models like the nite thing and getting all bizarre w weird things it was mad
EN2002b_mixture_1452.70_1471.06,EN2002a_MEE071_1119.34_1130.62,AMI,en,2,MEE071,M,0.9,0.29,11.28,5.41,18.36,so if we can do it with nite stuff do it with nite stuff i think otherwise you are going to be s java trying to do s it was just so complicated it was ridiculous do not believe it you have to d start defining object models like the nite thing and getting all bizarre w weird things it was mad
EN2002b_mixture_1452.70_1471.06,EN2002c_MEE071_690.62_699.34,AMI,en,2,MEE071,M,0.9,0.29,8.72,5.41,18.36,so if we can do it with nite stuff do it with nite stuff i think otherwise you are going to be s java trying to do s it was just so complicated it was ridiculous do not believe it you have to d start defining object models like the nite thing and getting all bizarre w weird things it was mad
EN2002b_mixture_229.82_251.33,EN2002a_FEO070_1798.18_1809.91,AMI,en,4,FEO070,F,0.94,0.77,11.73,16.51,21.51,she never said that and i am being like i do not know not a native speaker of english i think is but what whatever
EN2002b_mixture_229.82_251.33,EN2002d_FEO070_1014.30_1027.91,AMI,en,4,FEO070,F,0.94,0.77,13.61,16.51,21.51,she never said that and i am being like i do not know not a native speaker of english i think is but what whatever
EN2002b_mixture_229.82_251.33,EN2002a_FEO070_2069.57_2074.93,AMI,en,4,FEO070,F,0.94,0.77,5.36,16.51,21.51,she never said that and i am being like i do not know not a native speaker of english i think is but what whatever
EN2002b_mixture_229.82_251.33,EN2002a_FEO070_1059.79_1077.82,AMI,en,4,FEO070,F,0.94,0.77,18.03,16.51,21.51,she never said that and i am being like i do not know not a native speaker of english i think is but what whatever
EN2002b_mixture_229.82_251.33,EN2002b_FEO070_1277.14_1284.60,AMI,en,4,FEO070,F,0.94,0.77,7.46,16.51,21.51,she never said that and i am being like i do not know not a native speaker of english i think is but what whatever
EN2002b_mixture_307.62_330.78,EN2002b_MEE073_124.56_131.02,AMI,en,4,MEE073,M,0.75,0.49,6.46,11.34,23.16,yep okay right actually d yeah was there anything else we wanted to add to the time line i mean essentially it was what like f you can not see it right there here i will s here is the old one well that is that is the orig this the original one yeah yeah which just copied straight out
EN2002b_mixture_307.62_330.78,EN2002b_MEE073_959.57_965.89,AMI,en,4,MEE073,M,0.75,0.49,6.32,11.34,23.16,yep okay right actually d yeah was there anything else we wanted to add to the time line i mean essentially it was what like f you can not see it right there here i will s here is the old one well that is that is the orig this the original one yeah yeah which just copied straight out
EN2002b_mixture_307.62_330.78,EN2002d_MEE073_1441.44_1446.46,AMI,en,4,MEE073,M,0.75,0.49,5.02,11.34,23.16,yep okay right actually d yeah was there anything else we wanted to add to the time line i mean essentially it was what like f you can not see it right there here i will s here is the old one well that is that is the orig this the original one yeah yeah which just copied straight out
EN2002b_mixture_307.62_330.78,EN2002b_MEE073_1471.66_1498.32,AMI,en,4,MEE073,M,0.75,0.49,26.66,11.34,23.16,yep okay right actually d yeah was there anything else we wanted to add to the time line i mean essentially it was what like f you can not see it right there here i will s here is the old one well that is that is the orig this the original one yeah yeah which just copied straight out
EN2002b_mixture_307.62_330.78,EN2002c_MEE073_858.85_890.28,AMI,en,4,MEE073,M,0.75,0.49,31.43,11.34,23.16,yep okay right actually d yeah was there anything else we wanted to add to the time line i mean essentially it was what like f you can not see it right there here i will s here is the old one well that is that is the orig this the original one yeah yeah which just copied straight out
EN2002b_mixture_330.98_355.97,EN2002a_FEO070_1798.18_1809.91,AMI,en,4,FEO070,F,0.8,0.25,11.73,6.17,24.99,probably want to think about if we want to change our goals and stuff i think it one thing that we could probably skip totally is the removing things from the audio files that is no i do not th that is that is too big yeah no
EN2002b_mixture_330.98_355.97,EN2002d_FEO070_1014.30_1027.91,AMI,en,4,FEO070,F,0.8,0.25,13.61,6.17,24.99,probably want to think about if we want to change our goals and stuff i think it one thing that we could probably skip totally is the removing things from the audio files that is no i do not th that is that is too big yeah no
EN2002b_mixture_330.98_355.97,EN2002a_FEO070_2069.57_2074.93,AMI,en,4,FEO070,F,0.8,0.25,5.36,6.17,24.99,probably want to think about if we want to change our goals and stuff i think it one thing that we could probably skip totally is the removing things from the audio files that is no i do not th that is that is too big yeah no
EN2002b_mixture_330.98_355.97,EN2002a_FEO070_1059.79_1077.82,AMI,en,4,FEO070,F,0.8,0.25,18.03,6.17,24.99,probably want to think about if we want to change our goals and stuff i think it one thing that we could probably skip totally is the removing things from the audio files that is no i do not th that is that is too big yeah no
EN2002b_mixture_330.98_355.97,EN2002b_FEO070_1277.14_1284.60,AMI,en,4,FEO070,F,0.8,0.25,7.46,6.17,24.99,probably want to think about if we want to change our goals and stuff i think it one thing that we could probably skip totally is the removing things from the audio files that is no i do not th that is that is too big yeah no
EN2002b_mixture_481.87_497.90,EN2002b_FEO072_1351.84_1362.32,AMI,en,4,FEO072,F,0.84,0.5,10.48,8.04,16.03,yeah that is right i i really want to do it i mean it is not it is not going to be difficult if at least have all the information pop up that is already in the meta data file that is going to be no work at all so it is definitely going to be something there
EN2002b_mixture_481.87_497.90,EN2002d_FEO072_836.02_841.64,AMI,en,4,FEO072,F,0.84,0.5,5.62,8.04,16.03,yeah that is right i i really want to do it i mean it is not it is not going to be difficult if at least have all the information pop up that is already in the meta data file that is going to be no work at all so it is definitely going to be something there
EN2002b_mixture_481.87_497.90,EN2002a_FEO072_68.77_84.81,AMI,en,4,FEO072,F,0.84,0.5,16.04,8.04,16.03,yeah that is right i i really want to do it i mean it is not it is not going to be difficult if at least have all the information pop up that is already in the meta data file that is going to be no work at all so it is definitely going to be something there
EN2002b_mixture_481.87_497.90,EN2002d_FEO072_1859.68_1865.28,AMI,en,4,FEO072,F,0.84,0.5,5.6,8.04,16.03,yeah that is right i i really want to do it i mean it is not it is not going to be difficult if at least have all the information pop up that is already in the meta data file that is going to be no work at all so it is definitely going to be something there
EN2002b_mixture_481.87_497.90,EN2002a_FEO072_816.53_822.42,AMI,en,4,FEO072,F,0.84,0.5,5.89,8.04,16.03,yeah that is right i i really want to do it i mean it is not it is not going to be difficult if at least have all the information pop up that is already in the meta data file that is going to be no work at all so it is definitely going to be something there
EN2002b_mixture_536.65_560.10,EN2002b_FEO072_1351.84_1362.32,AMI,en,4,FEO072,F,0.63,0.24,10.48,5.52,23.45,we should probably d sorry we should probably do another responsibility of packages as well that is what he hinted that we should also indicate who who is responsible for what from now on well you could put you know yeah i do not know
EN2002b_mixture_536.65_560.10,EN2002d_FEO072_836.02_841.64,AMI,en,4,FEO072,F,0.63,0.24,5.62,5.52,23.45,we should probably d sorry we should probably do another responsibility of packages as well that is what he hinted that we should also indicate who who is responsible for what from now on well you could put you know yeah i do not know
EN2002b_mixture_536.65_560.10,EN2002a_FEO072_68.77_84.81,AMI,en,4,FEO072,F,0.63,0.24,16.04,5.52,23.45,we should probably d sorry we should probably do another responsibility of packages as well that is what he hinted that we should also indicate who who is responsible for what from now on well you could put you know yeah i do not know
EN2002b_mixture_536.65_560.10,EN2002d_FEO072_1859.68_1865.28,AMI,en,4,FEO072,F,0.63,0.24,5.6,5.52,23.45,we should probably d sorry we should probably do another responsibility of packages as well that is what he hinted that we should also indicate who who is responsible for what from now on well you could put you know yeah i do not know
EN2002b_mixture_536.65_560.10,EN2002a_FEO072_816.53_822.42,AMI,en,4,FEO072,F,0.63,0.24,5.89,5.52,23.45,we should probably d sorry we should probably do another responsibility of packages as well that is what he hinted that we should also indicate who who is responsible for what from now on well you could put you know yeah i do not know
EN2002b_mixture_567.90_580.77,EN2002a_FEO070_1798.18_1809.91,AMI,en,2,FEO070,F,1.0,0.42,11.73,5.4,12.87,yeah should we i do not know do you think mike about our things that we had together should we i mean now yeah i mean we have it now like inverted and you have the other but what about the m
EN2002b_mixture_567.90_580.77,EN2002d_FEO070_1014.30_1027.91,AMI,en,2,FEO070,F,1.0,0.42,13.61,5.4,12.87,yeah should we i do not know do you think mike about our things that we had together should we i mean now yeah i mean we have it now like inverted and you have the other but what about the m
EN2002b_mixture_567.90_580.77,EN2002a_FEO070_2069.57_2074.93,AMI,en,2,FEO070,F,1.0,0.42,5.36,5.4,12.87,yeah should we i do not know do you think mike about our things that we had together should we i mean now yeah i mean we have it now like inverted and you have the other but what about the m
EN2002b_mixture_567.90_580.77,EN2002a_FEO070_1059.79_1077.82,AMI,en,2,FEO070,F,1.0,0.42,18.03,5.4,12.87,yeah should we i do not know do you think mike about our things that we had together should we i mean now yeah i mean we have it now like inverted and you have the other but what about the m
EN2002b_mixture_567.90_580.77,EN2002b_FEO070_1277.14_1284.60,AMI,en,2,FEO070,F,1.0,0.42,7.46,5.4,12.87,yeah should we i do not know do you think mike about our things that we had together should we i mean now yeah i mean we have it now like inverted and you have the other but what about the m
EN2002b_mixture_581.98_599.27,EN2002b_MEE073_124.56_131.02,AMI,en,2,MEE073,M,0.83,0.59,6.46,10.21,17.29,0 well if we are skipping the audio one and then things got easier yeah yeah have you taken any more of a look at it have you taken any more of a look at it at the disfluenc okay yeah okay we could probably
EN2002b_mixture_581.98_599.27,EN2002b_MEE073_959.57_965.89,AMI,en,2,MEE073,M,0.83,0.59,6.32,10.21,17.29,0 well if we are skipping the audio one and then things got easier yeah yeah have you taken any more of a look at it have you taken any more of a look at it at the disfluenc okay yeah okay we could probably
EN2002b_mixture_581.98_599.27,EN2002d_MEE073_1441.44_1446.46,AMI,en,2,MEE073,M,0.83,0.59,5.02,10.21,17.29,0 well if we are skipping the audio one and then things got easier yeah yeah have you taken any more of a look at it have you taken any more of a look at it at the disfluenc okay yeah okay we could probably
EN2002b_mixture_581.98_599.27,EN2002b_MEE073_1471.66_1498.32,AMI,en,2,MEE073,M,0.83,0.59,26.66,10.21,17.29,0 well if we are skipping the audio one and then things got easier yeah yeah have you taken any more of a look at it have you taken any more of a look at it at the disfluenc okay yeah okay we could probably
EN2002b_mixture_581.98_599.27,EN2002c_MEE073_858.85_890.28,AMI,en,2,MEE073,M,0.83,0.59,31.43,10.21,17.29,0 well if we are skipping the audio one and then things got easier yeah yeah have you taken any more of a look at it have you taken any more of a look at it at the disfluenc okay yeah okay we could probably
EN2002b_mixture_642.13_668.18,EN2002b_MEE073_124.56_131.02,AMI,en,3,MEE073,M,0.75,0.48,6.46,12.58,26.05,well w well well it does not really matter i mean you could write the sentences 1st as well i mean with the intention that this is done i mean and also some sometimes it is a bit of a motivating factor too i mean you write down the words and the ideas as 0 okay well i will do this i will do that you know it just all falls together
EN2002b_mixture_642.13_668.18,EN2002b_MEE073_959.57_965.89,AMI,en,3,MEE073,M,0.75,0.48,6.32,12.58,26.05,well w well well it does not really matter i mean you could write the sentences 1st as well i mean with the intention that this is done i mean and also some sometimes it is a bit of a motivating factor too i mean you write down the words and the ideas as 0 okay well i will do this i will do that you know it just all falls together
EN2002b_mixture_642.13_668.18,EN2002d_MEE073_1441.44_1446.46,AMI,en,3,MEE073,M,0.75,0.48,5.02,12.58,26.05,well w well well it does not really matter i mean you could write the sentences 1st as well i mean with the intention that this is done i mean and also some sometimes it is a bit of a motivating factor too i mean you write down the words and the ideas as 0 okay well i will do this i will do that you know it just all falls together
EN2002b_mixture_642.13_668.18,EN2002b_MEE073_1471.66_1498.32,AMI,en,3,MEE073,M,0.75,0.48,26.66,12.58,26.05,well w well well it does not really matter i mean you could write the sentences 1st as well i mean with the intention that this is done i mean and also some sometimes it is a bit of a motivating factor too i mean you write down the words and the ideas as 0 okay well i will do this i will do that you know it just all falls together
EN2002b_mixture_642.13_668.18,EN2002c_MEE073_858.85_890.28,AMI,en,3,MEE073,M,0.75,0.48,31.43,12.58,26.05,well w well well it does not really matter i mean you could write the sentences 1st as well i mean with the intention that this is done i mean and also some sometimes it is a bit of a motivating factor too i mean you write down the words and the ideas as 0 okay well i will do this i will do that you know it just all falls together
EN2002c_mixture_1329.71_1359.52,EN2002b_FEO072_1351.84_1362.32,AMI,en,3,FEO072,F,0.77,0.63,10.48,18.71,29.81,there is yeah in the in in one of the papers they have m names such as better understanding or whatever even w one of them is yeah one of them is even even better understanding or something i i love that yeah i love that yeah yep
EN2002c_mixture_1329.71_1359.52,EN2002d_FEO072_836.02_841.64,AMI,en,3,FEO072,F,0.77,0.63,5.62,18.71,29.81,there is yeah in the in in one of the papers they have m names such as better understanding or whatever even w one of them is yeah one of them is even even better understanding or something i i love that yeah i love that yeah yep
EN2002c_mixture_1329.71_1359.52,EN2002a_FEO072_68.77_84.81,AMI,en,3,FEO072,F,0.77,0.63,16.04,18.71,29.81,there is yeah in the in in one of the papers they have m names such as better understanding or whatever even w one of them is yeah one of them is even even better understanding or something i i love that yeah i love that yeah yep
EN2002c_mixture_1329.71_1359.52,EN2002d_FEO072_1859.68_1865.28,AMI,en,3,FEO072,F,0.77,0.63,5.6,18.71,29.81,there is yeah in the in in one of the papers they have m names such as better understanding or whatever even w one of them is yeah one of them is even even better understanding or something i i love that yeah i love that yeah yep
EN2002c_mixture_1329.71_1359.52,EN2002a_FEO072_816.53_822.42,AMI,en,3,FEO072,F,0.77,0.63,5.89,18.71,29.81,there is yeah in the in in one of the papers they have m names such as better understanding or whatever even w one of them is yeah one of them is even even better understanding or something i i love that yeah i love that yeah yep
EN2002c_mixture_1584.61_1606.11,EN2002b_FEO072_1351.84_1362.32,AMI,en,3,FEO072,F,0.66,0.4,10.48,8.58,21.5,yeah that is what i am thinking too yeah well do we want to do we want to sort of but then the main idea was more like to to speed it up speed the search up because n x t over the over the whole of the corpus was just not feasible but it would be
EN2002c_mixture_1584.61_1606.11,EN2002d_FEO072_836.02_841.64,AMI,en,3,FEO072,F,0.66,0.4,5.62,8.58,21.5,yeah that is what i am thinking too yeah well do we want to do we want to sort of but then the main idea was more like to to speed it up speed the search up because n x t over the over the whole of the corpus was just not feasible but it would be
EN2002c_mixture_1584.61_1606.11,EN2002a_FEO072_68.77_84.81,AMI,en,3,FEO072,F,0.66,0.4,16.04,8.58,21.5,yeah that is what i am thinking too yeah well do we want to do we want to sort of but then the main idea was more like to to speed it up speed the search up because n x t over the over the whole of the corpus was just not feasible but it would be
EN2002c_mixture_1584.61_1606.11,EN2002d_FEO072_1859.68_1865.28,AMI,en,3,FEO072,F,0.66,0.4,5.6,8.58,21.5,yeah that is what i am thinking too yeah well do we want to do we want to sort of but then the main idea was more like to to speed it up speed the search up because n x t over the over the whole of the corpus was just not feasible but it would be
EN2002c_mixture_1584.61_1606.11,EN2002a_FEO072_816.53_822.42,AMI,en,3,FEO072,F,0.66,0.4,5.89,8.58,21.5,yeah that is what i am thinking too yeah well do we want to do we want to sort of but then the main idea was more like to to speed it up speed the search up because n x t over the over the whole of the corpus was just not feasible but it would be
EN2002c_mixture_1607.28_1627.59,EN2002b_FEO072_1351.84_1362.32,AMI,en,3,FEO072,F,0.81,0.63,10.48,12.72,20.31,no but the general inverted file 0 yeah yeah yeah yeah that would just be a nice extra yeah i i was not sure if it was or not true it is true so what it is only interim
EN2002c_mixture_1607.28_1627.59,EN2002d_FEO072_836.02_841.64,AMI,en,3,FEO072,F,0.81,0.63,5.62,12.72,20.31,no but the general inverted file 0 yeah yeah yeah yeah that would just be a nice extra yeah i i was not sure if it was or not true it is true so what it is only interim
EN2002c_mixture_1607.28_1627.59,EN2002a_FEO072_68.77_84.81,AMI,en,3,FEO072,F,0.81,0.63,16.04,12.72,20.31,no but the general inverted file 0 yeah yeah yeah yeah that would just be a nice extra yeah i i was not sure if it was or not true it is true so what it is only interim
EN2002c_mixture_1607.28_1627.59,EN2002d_FEO072_1859.68_1865.28,AMI,en,3,FEO072,F,0.81,0.63,5.6,12.72,20.31,no but the general inverted file 0 yeah yeah yeah yeah that would just be a nice extra yeah i i was not sure if it was or not true it is true so what it is only interim
EN2002c_mixture_1607.28_1627.59,EN2002a_FEO072_816.53_822.42,AMI,en,3,FEO072,F,0.81,0.63,5.89,12.72,20.31,no but the general inverted file 0 yeah yeah yeah yeah that would just be a nice extra yeah i i was not sure if it was or not true it is true so what it is only interim
EN2002c_mixture_1842.40_1871.59,EN2002b_FEO072_1351.84_1362.32,AMI,en,3,FEO072,F,1.0,0.24,10.48,7.01,29.19,so to come back to the start up screen i am i am i am i am very unsure about what that should look like i mean we want to for the part where you can choose choose the the meeting what kind of information do you want to have about the meeting i mean the u the the longer name obviously if there is one cause they do not all have a longer name what the users that spoke the users that took part but then that is probably pretty much the same for the same group
EN2002c_mixture_1842.40_1871.59,EN2002d_FEO072_836.02_841.64,AMI,en,3,FEO072,F,1.0,0.24,5.62,7.01,29.19,so to come back to the start up screen i am i am i am i am very unsure about what that should look like i mean we want to for the part where you can choose choose the the meeting what kind of information do you want to have about the meeting i mean the u the the longer name obviously if there is one cause they do not all have a longer name what the users that spoke the users that took part but then that is probably pretty much the same for the same group
EN2002c_mixture_1842.40_1871.59,EN2002a_FEO072_68.77_84.81,AMI,en,3,FEO072,F,1.0,0.24,16.04,7.01,29.19,so to come back to the start up screen i am i am i am i am very unsure about what that should look like i mean we want to for the part where you can choose choose the the meeting what kind of information do you want to have about the meeting i mean the u the the longer name obviously if there is one cause they do not all have a longer name what the users that spoke the users that took part but then that is probably pretty much the same for the same group
EN2002c_mixture_1842.40_1871.59,EN2002d_FEO072_1859.68_1865.28,AMI,en,3,FEO072,F,1.0,0.24,5.6,7.01,29.19,so to come back to the start up screen i am i am i am i am very unsure about what that should look like i mean we want to for the part where you can choose choose the the meeting what kind of information do you want to have about the meeting i mean the u the the longer name obviously if there is one cause they do not all have a longer name what the users that spoke the users that took part but then that is probably pretty much the same for the same group
EN2002c_mixture_1842.40_1871.59,EN2002a_FEO072_816.53_822.42,AMI,en,3,FEO072,F,1.0,0.24,5.89,7.01,29.19,so to come back to the start up screen i am i am i am i am very unsure about what that should look like i mean we want to for the part where you can choose choose the the meeting what kind of information do you want to have about the meeting i mean the u the the longer name obviously if there is one cause they do not all have a longer name what the users that spoke the users that took part but then that is probably pretty much the same for the same group
EN2002c_mixture_1872.56_1891.52,EN2002b_MEE073_124.56_131.02,AMI,en,3,MEE073,M,0.68,0.31,6.46,5.86,18.96,p probably for the most part i mean there will be a set of people that do and then a sub set for each meeting probably search for stuff or start working or no or or browse okay like search browse
EN2002c_mixture_1872.56_1891.52,EN2002b_MEE073_959.57_965.89,AMI,en,3,MEE073,M,0.68,0.31,6.32,5.86,18.96,p probably for the most part i mean there will be a set of people that do and then a sub set for each meeting probably search for stuff or start working or no or or browse okay like search browse
EN2002c_mixture_1872.56_1891.52,EN2002d_MEE073_1441.44_1446.46,AMI,en,3,MEE073,M,0.68,0.31,5.02,5.86,18.96,p probably for the most part i mean there will be a set of people that do and then a sub set for each meeting probably search for stuff or start working or no or or browse okay like search browse
EN2002c_mixture_1872.56_1891.52,EN2002b_MEE073_1471.66_1498.32,AMI,en,3,MEE073,M,0.68,0.31,26.66,5.86,18.96,p probably for the most part i mean there will be a set of people that do and then a sub set for each meeting probably search for stuff or start working or no or or browse okay like search browse
EN2002c_mixture_1872.56_1891.52,EN2002c_MEE073_858.85_890.28,AMI,en,3,MEE073,M,0.68,0.31,31.43,5.86,18.96,p probably for the most part i mean there will be a set of people that do and then a sub set for each meeting probably search for stuff or start working or no or or browse okay like search browse
EN2002c_mixture_2050.15_2079.43,EN2002b_MEE073_124.56_131.02,AMI,en,3,MEE073,M,0.67,0.23,6.46,6.79,29.28,no no that is not what i am suggesting no i am just saying like these are just like a lot of programs well kind of lame programs do have that sort of thing 1st just cause they do not want people to have to go through all the menus and search themselves and just like do commonly used tasks or just exit and just let me use the program you know as well so
EN2002c_mixture_2050.15_2079.43,EN2002b_MEE073_959.57_965.89,AMI,en,3,MEE073,M,0.67,0.23,6.32,6.79,29.28,no no that is not what i am suggesting no i am just saying like these are just like a lot of programs well kind of lame programs do have that sort of thing 1st just cause they do not want people to have to go through all the menus and search themselves and just like do commonly used tasks or just exit and just let me use the program you know as well so
EN2002c_mixture_2050.15_2079.43,EN2002d_MEE073_1441.44_1446.46,AMI,en,3,MEE073,M,0.67,0.23,5.02,6.79,29.28,no no that is not what i am suggesting no i am just saying like these are just like a lot of programs well kind of lame programs do have that sort of thing 1st just cause they do not want people to have to go through all the menus and search themselves and just like do commonly used tasks or just exit and just let me use the program you know as well so
EN2002c_mixture_2050.15_2079.43,EN2002b_MEE073_1471.66_1498.32,AMI,en,3,MEE073,M,0.67,0.23,26.66,6.79,29.28,no no that is not what i am suggesting no i am just saying like these are just like a lot of programs well kind of lame programs do have that sort of thing 1st just cause they do not want people to have to go through all the menus and search themselves and just like do commonly used tasks or just exit and just let me use the program you know as well so
EN2002c_mixture_2050.15_2079.43,EN2002c_MEE073_858.85_890.28,AMI,en,3,MEE073,M,0.67,0.23,31.43,6.79,29.28,no no that is not what i am suggesting no i am just saying like these are just like a lot of programs well kind of lame programs do have that sort of thing 1st just cause they do not want people to have to go through all the menus and search themselves and just like do commonly used tasks or just exit and just let me use the program you know as well so
EN2002c_mixture_2298.14_2314.91,EN2002b_FEO072_1351.84_1362.32,AMI,en,3,FEO072,F,1.0,0.51,10.48,8.54,16.77,yeah it would just be nice to have some basic information on on each of the meetings yeah i am thinking that that updates depending on what you have got highlighted yeah maybe that is the best idea then so you have got a drop down menu a search a search button not search go button
EN2002c_mixture_2298.14_2314.91,EN2002d_FEO072_836.02_841.64,AMI,en,3,FEO072,F,1.0,0.51,5.62,8.54,16.77,yeah it would just be nice to have some basic information on on each of the meetings yeah i am thinking that that updates depending on what you have got highlighted yeah maybe that is the best idea then so you have got a drop down menu a search a search button not search go button
EN2002c_mixture_2298.14_2314.91,EN2002a_FEO072_68.77_84.81,AMI,en,3,FEO072,F,1.0,0.51,16.04,8.54,16.77,yeah it would just be nice to have some basic information on on each of the meetings yeah i am thinking that that updates depending on what you have got highlighted yeah maybe that is the best idea then so you have got a drop down menu a search a search button not search go button
EN2002c_mixture_2298.14_2314.91,EN2002d_FEO072_1859.68_1865.28,AMI,en,3,FEO072,F,1.0,0.51,5.6,8.54,16.77,yeah it would just be nice to have some basic information on on each of the meetings yeah i am thinking that that updates depending on what you have got highlighted yeah maybe that is the best idea then so you have got a drop down menu a search a search button not search go button
EN2002c_mixture_2298.14_2314.91,EN2002a_FEO072_816.53_822.42,AMI,en,3,FEO072,F,1.0,0.51,5.89,8.54,16.77,yeah it would just be nice to have some basic information on on each of the meetings yeah i am thinking that that updates depending on what you have got highlighted yeah maybe that is the best idea then so you have got a drop down menu a search a search button not search go button
EN2002c_mixture_2484.54_2495.51,EN2002c_MEE071_414.29_419.82,AMI,en,3,MEE071,M,0.72,0.61,5.53,6.71,10.97,friday morning 30 clock i do not know maybe i do i am not sure what i am doing this weekend
EN2002c_mixture_2484.54_2495.51,EN2002c_MEE071_1079.14_1090.65,AMI,en,3,MEE071,M,0.72,0.61,11.51,6.71,10.97,friday morning 30 clock i do not know maybe i do i am not sure what i am doing this weekend
EN2002c_mixture_2484.54_2495.51,EN2002a_MEE071_1119.34_1130.62,AMI,en,3,MEE071,M,0.72,0.61,11.28,6.71,10.97,friday morning 30 clock i do not know maybe i do i am not sure what i am doing this weekend
EN2002c_mixture_2484.54_2495.51,EN2002c_MEE071_690.62_699.34,AMI,en,3,MEE071,M,0.72,0.61,8.72,6.71,10.97,friday morning 30 clock i do not know maybe i do i am not sure what i am doing this weekend
EN2002c_mixture_2497.66_2527.57,EN2002b_MEE073_124.56_131.02,AMI,en,3,MEE073,M,0.67,0.29,6.46,8.72,29.91,cause i think she has got a class at 11 we have all got cla well 3 of us have class at 12 could go or if we could try one we could try shortly after well yea yeah well yeah well it would not be a long meeting then or no would you want to no probably not if one is bad for you then it will not okay right okay
EN2002c_mixture_2497.66_2527.57,EN2002b_MEE073_959.57_965.89,AMI,en,3,MEE073,M,0.67,0.29,6.32,8.72,29.91,cause i think she has got a class at 11 we have all got cla well 3 of us have class at 12 could go or if we could try one we could try shortly after well yea yeah well yeah well it would not be a long meeting then or no would you want to no probably not if one is bad for you then it will not okay right okay
EN2002c_mixture_2497.66_2527.57,EN2002d_MEE073_1441.44_1446.46,AMI,en,3,MEE073,M,0.67,0.29,5.02,8.72,29.91,cause i think she has got a class at 11 we have all got cla well 3 of us have class at 12 could go or if we could try one we could try shortly after well yea yeah well yeah well it would not be a long meeting then or no would you want to no probably not if one is bad for you then it will not okay right okay
EN2002c_mixture_2497.66_2527.57,EN2002b_MEE073_1471.66_1498.32,AMI,en,3,MEE073,M,0.67,0.29,26.66,8.72,29.91,cause i think she has got a class at 11 we have all got cla well 3 of us have class at 12 could go or if we could try one we could try shortly after well yea yeah well yeah well it would not be a long meeting then or no would you want to no probably not if one is bad for you then it will not okay right okay
EN2002c_mixture_2497.66_2527.57,EN2002c_MEE073_858.85_890.28,AMI,en,3,MEE073,M,0.67,0.29,31.43,8.72,29.91,cause i think she has got a class at 11 we have all got cla well 3 of us have class at 12 could go or if we could try one we could try shortly after well yea yeah well yeah well it would not be a long meeting then or no would you want to no probably not if one is bad for you then it will not okay right okay
EN2002c_mixture_2544.06_2568.34,EN2002b_FEO072_1351.84_1362.32,AMI,en,3,FEO072,F,0.89,0.66,10.48,15.93,24.28,right i will write i will write this meeting up and i will send it to pernilla as well no because she is not here i collect meeting summaries yeah no we should probably do that at end depending on
EN2002c_mixture_2544.06_2568.34,EN2002d_FEO072_836.02_841.64,AMI,en,3,FEO072,F,0.89,0.66,5.62,15.93,24.28,right i will write i will write this meeting up and i will send it to pernilla as well no because she is not here i collect meeting summaries yeah no we should probably do that at end depending on
EN2002c_mixture_2544.06_2568.34,EN2002a_FEO072_68.77_84.81,AMI,en,3,FEO072,F,0.89,0.66,16.04,15.93,24.28,right i will write i will write this meeting up and i will send it to pernilla as well no because she is not here i collect meeting summaries yeah no we should probably do that at end depending on
EN2002c_mixture_2544.06_2568.34,EN2002d_FEO072_1859.68_1865.28,AMI,en,3,FEO072,F,0.89,0.66,5.6,15.93,24.28,right i will write i will write this meeting up and i will send it to pernilla as well no because she is not here i collect meeting summaries yeah no we should probably do that at end depending on
EN2002c_mixture_2544.06_2568.34,EN2002a_FEO072_816.53_822.42,AMI,en,3,FEO072,F,0.89,0.66,5.89,15.93,24.28,right i will write i will write this meeting up and i will send it to pernilla as well no because she is not here i collect meeting summaries yeah no we should probably do that at end depending on
EN2002c_mixture_2808.19_2818.27,EN2002b_MEE073_124.56_131.02,AMI,en,3,MEE073,M,0.95,0.71,6.46,7.14,10.08,well right now it is not doing anything so i don i do not know i do not know what what it is doing but yeah well i thou yeah yeah i think so yeah
EN2002c_mixture_2808.19_2818.27,EN2002b_MEE073_959.57_965.89,AMI,en,3,MEE073,M,0.95,0.71,6.32,7.14,10.08,well right now it is not doing anything so i don i do not know i do not know what what it is doing but yeah well i thou yeah yeah i think so yeah
EN2002c_mixture_2808.19_2818.27,EN2002d_MEE073_1441.44_1446.46,AMI,en,3,MEE073,M,0.95,0.71,5.02,7.14,10.08,well right now it is not doing anything so i don i do not know i do not know what what it is doing but yeah well i thou yeah yeah i think so yeah
EN2002c_mixture_2808.19_2818.27,EN2002b_MEE073_1471.66_1498.32,AMI,en,3,MEE073,M,0.95,0.71,26.66,7.14,10.08,well right now it is not doing anything so i don i do not know i do not know what what it is doing but yeah well i thou yeah yeah i think so yeah
EN2002c_mixture_2808.19_2818.27,EN2002c_MEE073_858.85_890.28,AMI,en,3,MEE073,M,0.95,0.71,31.43,7.14,10.08,well right now it is not doing anything so i don i do not know i do not know what what it is doing but yeah well i thou yeah yeah i think so yeah
EN2002c_mixture_2819.89_2845.62,EN2002c_MEE071_414.29_419.82,AMI,en,3,MEE071,M,0.56,0.34,5.53,8.72,25.73,so if it m so yeah if you return 75 wh where do you stop how do you rank them or something or returns 20 even if it returns 20 do you cut off at 10 do you rank them do you what is the threshold something like that would be look through them all yeah one at a time and
EN2002c_mixture_2819.89_2845.62,EN2002c_MEE071_1079.14_1090.65,AMI,en,3,MEE071,M,0.56,0.34,11.51,8.72,25.73,so if it m so yeah if you return 75 wh where do you stop how do you rank them or something or returns 20 even if it returns 20 do you cut off at 10 do you rank them do you what is the threshold something like that would be look through them all yeah one at a time and
EN2002c_mixture_2819.89_2845.62,EN2002a_MEE071_1119.34_1130.62,AMI,en,3,MEE071,M,0.56,0.34,11.28,8.72,25.73,so if it m so yeah if you return 75 wh where do you stop how do you rank them or something or returns 20 even if it returns 20 do you cut off at 10 do you rank them do you what is the threshold something like that would be look through them all yeah one at a time and
EN2002c_mixture_2819.89_2845.62,EN2002c_MEE071_690.62_699.34,AMI,en,3,MEE071,M,0.56,0.34,8.72,8.72,25.73,so if it m so yeah if you return 75 wh where do you stop how do you rank them or something or returns 20 even if it returns 20 do you cut off at 10 do you rank them do you what is the threshold something like that would be look through them all yeah one at a time and
EN2002c_mixture_471.97_490.08,EN2002c_MEE071_414.29_419.82,AMI,en,2,MEE071,M,0.77,0.31,5.53,5.67,18.11,yeah okay so i will w i will just leave in lots of methods that saint that will just return one number at a time that will be the easiest way to do yeah okay yeah that is fine yeah get talk time i think it is called at the moment something like that yeah
EN2002c_mixture_471.97_490.08,EN2002c_MEE071_1079.14_1090.65,AMI,en,2,MEE071,M,0.77,0.31,11.51,5.67,18.11,yeah okay so i will w i will just leave in lots of methods that saint that will just return one number at a time that will be the easiest way to do yeah okay yeah that is fine yeah get talk time i think it is called at the moment something like that yeah
EN2002c_mixture_471.97_490.08,EN2002a_MEE071_1119.34_1130.62,AMI,en,2,MEE071,M,0.77,0.31,11.28,5.67,18.11,yeah okay so i will w i will just leave in lots of methods that saint that will just return one number at a time that will be the easiest way to do yeah okay yeah that is fine yeah get talk time i think it is called at the moment something like that yeah
EN2002c_mixture_471.97_490.08,EN2002c_MEE071_690.62_699.34,AMI,en,2,MEE071,M,0.77,0.31,8.72,5.67,18.11,yeah okay so i will w i will just leave in lots of methods that saint that will just return one number at a time that will be the easiest way to do yeah okay yeah that is fine yeah get talk time i think it is called at the moment something like that yeah
EN2002c_mixture_565.39_588.10,EN2002b_FEO072_1351.84_1362.32,AMI,en,3,FEO072,F,0.56,0.27,10.48,6.19,22.71,that was not what yeah yeah because at the moment if you right click on a topic window on one of the topics you have the option of pop popping open a window which gives you a list of all the meetings containing that topic so
EN2002c_mixture_565.39_588.10,EN2002d_FEO072_836.02_841.64,AMI,en,3,FEO072,F,0.56,0.27,5.62,6.19,22.71,that was not what yeah yeah because at the moment if you right click on a topic window on one of the topics you have the option of pop popping open a window which gives you a list of all the meetings containing that topic so
EN2002c_mixture_565.39_588.10,EN2002a_FEO072_68.77_84.81,AMI,en,3,FEO072,F,0.56,0.27,16.04,6.19,22.71,that was not what yeah yeah because at the moment if you right click on a topic window on one of the topics you have the option of pop popping open a window which gives you a list of all the meetings containing that topic so
EN2002c_mixture_565.39_588.10,EN2002d_FEO072_1859.68_1865.28,AMI,en,3,FEO072,F,0.56,0.27,5.6,6.19,22.71,that was not what yeah yeah because at the moment if you right click on a topic window on one of the topics you have the option of pop popping open a window which gives you a list of all the meetings containing that topic so
EN2002c_mixture_565.39_588.10,EN2002a_FEO072_816.53_822.42,AMI,en,3,FEO072,F,0.56,0.27,5.89,6.19,22.71,that was not what yeah yeah because at the moment if you right click on a topic window on one of the topics you have the option of pop popping open a window which gives you a list of all the meetings containing that topic so
EN2002c_mixture_603.47_622.38,EN2002b_FEO072_1351.84_1362.32,AMI,en,2,FEO072,F,0.84,0.35,10.48,6.64,18.91,so how how would you d how would you calculate that would you do the summarisation as you populate it you know just yeah for the global 0 right so 0 so that that is all sta stored together 0 right okay okay
EN2002c_mixture_603.47_622.38,EN2002d_FEO072_836.02_841.64,AMI,en,2,FEO072,F,0.84,0.35,5.62,6.64,18.91,so how how would you d how would you calculate that would you do the summarisation as you populate it you know just yeah for the global 0 right so 0 so that that is all sta stored together 0 right okay okay
EN2002c_mixture_603.47_622.38,EN2002a_FEO072_68.77_84.81,AMI,en,2,FEO072,F,0.84,0.35,16.04,6.64,18.91,so how how would you d how would you calculate that would you do the summarisation as you populate it you know just yeah for the global 0 right so 0 so that that is all sta stored together 0 right okay okay
EN2002c_mixture_603.47_622.38,EN2002d_FEO072_1859.68_1865.28,AMI,en,2,FEO072,F,0.84,0.35,5.6,6.64,18.91,so how how would you d how would you calculate that would you do the summarisation as you populate it you know just yeah for the global 0 right so 0 so that that is all sta stored together 0 right okay okay
EN2002c_mixture_603.47_622.38,EN2002a_FEO072_816.53_822.42,AMI,en,2,FEO072,F,0.84,0.35,5.89,6.64,18.91,so how how would you d how would you calculate that would you do the summarisation as you populate it you know just yeah for the global 0 right so 0 so that that is all sta stored together 0 right okay okay
EN2002c_mixture_632.85_654.31,EN2002c_MEE071_414.29_419.82,AMI,en,3,MEE071,M,0.79,0.35,5.53,7.57,21.46,what we want yeah i thought the other stuff was more important anyway so i did that 1st no design the gui 1st and cause it it w the problem is if you change the classes it the object is serial numbers change and you can not re load the object so all the processing has to be done over again and i have not quite finished it so
EN2002c_mixture_632.85_654.31,EN2002c_MEE071_1079.14_1090.65,AMI,en,3,MEE071,M,0.79,0.35,11.51,7.57,21.46,what we want yeah i thought the other stuff was more important anyway so i did that 1st no design the gui 1st and cause it it w the problem is if you change the classes it the object is serial numbers change and you can not re load the object so all the processing has to be done over again and i have not quite finished it so
EN2002c_mixture_632.85_654.31,EN2002a_MEE071_1119.34_1130.62,AMI,en,3,MEE071,M,0.79,0.35,11.28,7.57,21.46,what we want yeah i thought the other stuff was more important anyway so i did that 1st no design the gui 1st and cause it it w the problem is if you change the classes it the object is serial numbers change and you can not re load the object so all the processing has to be done over again and i have not quite finished it so
EN2002c_mixture_632.85_654.31,EN2002c_MEE071_690.62_699.34,AMI,en,3,MEE071,M,0.79,0.35,8.72,7.57,21.46,what we want yeah i thought the other stuff was more important anyway so i did that 1st no design the gui 1st and cause it it w the problem is if you change the classes it the object is serial numbers change and you can not re load the object so all the processing has to be done over again and i have not quite finished it so
EN2002c_mixture_708.96_733.30,EN2002b_MEE073_124.56_131.02,AMI,en,3,MEE073,M,0.54,0.22,6.46,5.28,24.34,yeah yeah actually i can up load my stuff as well i just have to make one change to your file just to load this one instead of the the default so it is 2 lines of code so what do you mean
EN2002c_mixture_708.96_733.30,EN2002b_MEE073_959.57_965.89,AMI,en,3,MEE073,M,0.54,0.22,6.32,5.28,24.34,yeah yeah actually i can up load my stuff as well i just have to make one change to your file just to load this one instead of the the default so it is 2 lines of code so what do you mean
EN2002c_mixture_708.96_733.30,EN2002d_MEE073_1441.44_1446.46,AMI,en,3,MEE073,M,0.54,0.22,5.02,5.28,24.34,yeah yeah actually i can up load my stuff as well i just have to make one change to your file just to load this one instead of the the default so it is 2 lines of code so what do you mean
EN2002c_mixture_708.96_733.30,EN2002b_MEE073_1471.66_1498.32,AMI,en,3,MEE073,M,0.54,0.22,26.66,5.28,24.34,yeah yeah actually i can up load my stuff as well i just have to make one change to your file just to load this one instead of the the default so it is 2 lines of code so what do you mean
EN2002c_mixture_708.96_733.30,EN2002c_MEE073_858.85_890.28,AMI,en,3,MEE073,M,0.54,0.22,31.43,5.28,24.34,yeah yeah actually i can up load my stuff as well i just have to make one change to your file just to load this one instead of the the default so it is 2 lines of code so what do you mean
EN2002c_mixture_748.74_771.06,EN2002b_MEE073_124.56_131.02,AMI,en,2,MEE073,M,0.85,0.43,6.46,9.49,22.32,i have a copy yes i am yeah but i will yeah i was going to update that one just cause yeah it just makes sense that then you then you can test out yeah right right yeah and then update yep yeah yeah i have not i have not made any changes to it yet so yeah yeah i will just make that one and i will let you know
EN2002c_mixture_748.74_771.06,EN2002b_MEE073_959.57_965.89,AMI,en,2,MEE073,M,0.85,0.43,6.32,9.49,22.32,i have a copy yes i am yeah but i will yeah i was going to update that one just cause yeah it just makes sense that then you then you can test out yeah right right yeah and then update yep yeah yeah i have not i have not made any changes to it yet so yeah yeah i will just make that one and i will let you know
EN2002c_mixture_748.74_771.06,EN2002d_MEE073_1441.44_1446.46,AMI,en,2,MEE073,M,0.85,0.43,5.02,9.49,22.32,i have a copy yes i am yeah but i will yeah i was going to update that one just cause yeah it just makes sense that then you then you can test out yeah right right yeah and then update yep yeah yeah i have not i have not made any changes to it yet so yeah yeah i will just make that one and i will let you know
EN2002c_mixture_748.74_771.06,EN2002b_MEE073_1471.66_1498.32,AMI,en,2,MEE073,M,0.85,0.43,26.66,9.49,22.32,i have a copy yes i am yeah but i will yeah i was going to update that one just cause yeah it just makes sense that then you then you can test out yeah right right yeah and then update yep yeah yeah i have not i have not made any changes to it yet so yeah yeah i will just make that one and i will let you know
EN2002c_mixture_748.74_771.06,EN2002c_MEE073_858.85_890.28,AMI,en,2,MEE073,M,0.85,0.43,31.43,9.49,22.32,i have a copy yes i am yeah but i will yeah i was going to update that one just cause yeah it just makes sense that then you then you can test out yeah right right yeah and then update yep yeah yeah i have not i have not made any changes to it yet so yeah yeah i will just make that one and i will let you know
EN2002d_mixture_113.25_124.54,EN2002a_FEO070_1798.18_1809.91,AMI,en,4,FEO070,F,0.89,0.75,11.73,8.46,11.29,what was that a answer well okay i was just about to
EN2002d_mixture_113.25_124.54,EN2002d_FEO070_1014.30_1027.91,AMI,en,4,FEO070,F,0.89,0.75,13.61,8.46,11.29,what was that a answer well okay i was just about to
EN2002d_mixture_113.25_124.54,EN2002a_FEO070_2069.57_2074.93,AMI,en,4,FEO070,F,0.89,0.75,5.36,8.46,11.29,what was that a answer well okay i was just about to
EN2002d_mixture_113.25_124.54,EN2002a_FEO070_1059.79_1077.82,AMI,en,4,FEO070,F,0.89,0.75,18.03,8.46,11.29,what was that a answer well okay i was just about to
EN2002d_mixture_113.25_124.54,EN2002b_FEO070_1277.14_1284.60,AMI,en,4,FEO070,F,0.89,0.75,7.46,8.46,11.29,what was that a answer well okay i was just about to
EN2002d_mixture_1138.46_1159.36,EN2002b_MEE073_124.56_131.02,AMI,en,4,MEE073,M,0.98,0.44,6.46,9.29,20.9,so c did we have a date for when we actually want the system done i thought i thought we said th i thought we ch yeah i thought we change it to the 10th or something cause the thing is i mean we can keep working on little things f you know and sh 0 well we should do this or do this should we
EN2002d_mixture_1138.46_1159.36,EN2002b_MEE073_959.57_965.89,AMI,en,4,MEE073,M,0.98,0.44,6.32,9.29,20.9,so c did we have a date for when we actually want the system done i thought i thought we said th i thought we ch yeah i thought we change it to the 10th or something cause the thing is i mean we can keep working on little things f you know and sh 0 well we should do this or do this should we
EN2002d_mixture_1138.46_1159.36,EN2002d_MEE073_1441.44_1446.46,AMI,en,4,MEE073,M,0.98,0.44,5.02,9.29,20.9,so c did we have a date for when we actually want the system done i thought i thought we said th i thought we ch yeah i thought we change it to the 10th or something cause the thing is i mean we can keep working on little things f you know and sh 0 well we should do this or do this should we
EN2002d_mixture_1138.46_1159.36,EN2002b_MEE073_1471.66_1498.32,AMI,en,4,MEE073,M,0.98,0.44,26.66,9.29,20.9,so c did we have a date for when we actually want the system done i thought i thought we said th i thought we ch yeah i thought we change it to the 10th or something cause the thing is i mean we can keep working on little things f you know and sh 0 well we should do this or do this should we
EN2002d_mixture_1138.46_1159.36,EN2002c_MEE073_858.85_890.28,AMI,en,4,MEE073,M,0.98,0.44,31.43,9.29,20.9,so c did we have a date for when we actually want the system done i thought i thought we said th i thought we ch yeah i thought we change it to the 10th or something cause the thing is i mean we can keep working on little things f you know and sh 0 well we should do this or do this should we
EN2002d_mixture_1161.02_1190.63,EN2002b_MEE073_124.56_131.02,AMI,en,2,MEE073,M,0.86,0.24,6.46,7.1,29.61,so i do not know do we want to set an actual hard deadline for like did when exactly were we going to start the evaluation kay well we yeah i guess well we can still come up with like test cases or whatever for for the people and just yeah come up with scenarios that sort of thing i mean that is that is fairly straight forward and could actually be fun yeah exactly that is true just brain storm yeah yeah
EN2002d_mixture_1161.02_1190.63,EN2002b_MEE073_959.57_965.89,AMI,en,2,MEE073,M,0.86,0.24,6.32,7.1,29.61,so i do not know do we want to set an actual hard deadline for like did when exactly were we going to start the evaluation kay well we yeah i guess well we can still come up with like test cases or whatever for for the people and just yeah come up with scenarios that sort of thing i mean that is that is fairly straight forward and could actually be fun yeah exactly that is true just brain storm yeah yeah
EN2002d_mixture_1161.02_1190.63,EN2002d_MEE073_1441.44_1446.46,AMI,en,2,MEE073,M,0.86,0.24,5.02,7.1,29.61,so i do not know do we want to set an actual hard deadline for like did when exactly were we going to start the evaluation kay well we yeah i guess well we can still come up with like test cases or whatever for for the people and just yeah come up with scenarios that sort of thing i mean that is that is fairly straight forward and could actually be fun yeah exactly that is true just brain storm yeah yeah
EN2002d_mixture_1161.02_1190.63,EN2002b_MEE073_1471.66_1498.32,AMI,en,2,MEE073,M,0.86,0.24,26.66,7.1,29.61,so i do not know do we want to set an actual hard deadline for like did when exactly were we going to start the evaluation kay well we yeah i guess well we can still come up with like test cases or whatever for for the people and just yeah come up with scenarios that sort of thing i mean that is that is fairly straight forward and could actually be fun yeah exactly that is true just brain storm yeah yeah
EN2002d_mixture_1161.02_1190.63,EN2002c_MEE073_858.85_890.28,AMI,en,2,MEE073,M,0.86,0.24,31.43,7.1,29.61,so i do not know do we want to set an actual hard deadline for like did when exactly were we going to start the evaluation kay well we yeah i guess well we can still come up with like test cases or whatever for for the people and just yeah come up with scenarios that sort of thing i mean that is that is fairly straight forward and could actually be fun yeah exactly that is true just brain storm yeah yeah
EN2002d_mixture_1193.07_1220.51,EN2002a_FEO070_1798.18_1809.91,AMI,en,3,FEO070,F,0.68,0.51,11.73,14.08,27.44,yeah no so we yeah that would be more reasonable cause the i l is friday what 0 yeah you have your presenta right whatever it is too much now well but yeah monday
EN2002d_mixture_1193.07_1220.51,EN2002d_FEO070_1014.30_1027.91,AMI,en,3,FEO070,F,0.68,0.51,13.61,14.08,27.44,yeah no so we yeah that would be more reasonable cause the i l is friday what 0 yeah you have your presenta right whatever it is too much now well but yeah monday
EN2002d_mixture_1193.07_1220.51,EN2002a_FEO070_2069.57_2074.93,AMI,en,3,FEO070,F,0.68,0.51,5.36,14.08,27.44,yeah no so we yeah that would be more reasonable cause the i l is friday what 0 yeah you have your presenta right whatever it is too much now well but yeah monday
EN2002d_mixture_1193.07_1220.51,EN2002a_FEO070_1059.79_1077.82,AMI,en,3,FEO070,F,0.68,0.51,18.03,14.08,27.44,yeah no so we yeah that would be more reasonable cause the i l is friday what 0 yeah you have your presenta right whatever it is too much now well but yeah monday
EN2002d_mixture_1193.07_1220.51,EN2002b_FEO070_1277.14_1284.60,AMI,en,3,FEO070,F,0.68,0.51,7.46,14.08,27.44,yeah no so we yeah that would be more reasonable cause the i l is friday what 0 yeah you have your presenta right whatever it is too much now well but yeah monday
EN2002d_mixture_1521.63_1537.63,EN2002a_FEO070_1798.18_1809.91,AMI,en,3,FEO070,F,0.79,0.42,11.73,6.71,16.0,in our timeline we r put in 25th and that is the friday i think yeah i am just that is why i am trying to find his his dates whatever
EN2002d_mixture_1521.63_1537.63,EN2002d_FEO070_1014.30_1027.91,AMI,en,3,FEO070,F,0.79,0.42,13.61,6.71,16.0,in our timeline we r put in 25th and that is the friday i think yeah i am just that is why i am trying to find his his dates whatever
EN2002d_mixture_1521.63_1537.63,EN2002a_FEO070_2069.57_2074.93,AMI,en,3,FEO070,F,0.79,0.42,5.36,6.71,16.0,in our timeline we r put in 25th and that is the friday i think yeah i am just that is why i am trying to find his his dates whatever
EN2002d_mixture_1521.63_1537.63,EN2002a_FEO070_1059.79_1077.82,AMI,en,3,FEO070,F,0.79,0.42,18.03,6.71,16.0,in our timeline we r put in 25th and that is the friday i think yeah i am just that is why i am trying to find his his dates whatever
EN2002d_mixture_1521.63_1537.63,EN2002b_FEO070_1277.14_1284.60,AMI,en,3,FEO070,F,0.79,0.42,7.46,6.71,16.0,in our timeline we r put in 25th and that is the friday i think yeah i am just that is why i am trying to find his his dates whatever
EN2002d_mixture_1618.96_1645.29,EN2002a_FEO070_1798.18_1809.91,AMI,en,3,FEO070,F,0.64,0.37,11.73,9.68,26.33,i mean how long we are this 12 yeah cause this i mean we have interim report of 7 pages and that is we can y yeah we could p probably just expand that
EN2002d_mixture_1618.96_1645.29,EN2002d_FEO070_1014.30_1027.91,AMI,en,3,FEO070,F,0.64,0.37,13.61,9.68,26.33,i mean how long we are this 12 yeah cause this i mean we have interim report of 7 pages and that is we can y yeah we could p probably just expand that
EN2002d_mixture_1618.96_1645.29,EN2002a_FEO070_2069.57_2074.93,AMI,en,3,FEO070,F,0.64,0.37,5.36,9.68,26.33,i mean how long we are this 12 yeah cause this i mean we have interim report of 7 pages and that is we can y yeah we could p probably just expand that
EN2002d_mixture_1618.96_1645.29,EN2002a_FEO070_1059.79_1077.82,AMI,en,3,FEO070,F,0.64,0.37,18.03,9.68,26.33,i mean how long we are this 12 yeah cause this i mean we have interim report of 7 pages and that is we can y yeah we could p probably just expand that
EN2002d_mixture_1618.96_1645.29,EN2002b_FEO070_1277.14_1284.60,AMI,en,3,FEO070,F,0.64,0.37,7.46,9.68,26.33,i mean how long we are this 12 yeah cause this i mean we have interim report of 7 pages and that is we can y yeah we could p probably just expand that
EN2002d_mixture_1766.92_1784.56,EN2002b_FEO072_1351.84_1362.32,AMI,en,2,FEO072,F,0.85,0.35,10.48,6.21,17.64,well y y this this is the icon by the way yeah maybe you want to do left handed yeah one left click highlights the the result in whatever you have got open
EN2002d_mixture_1766.92_1784.56,EN2002d_FEO072_836.02_841.64,AMI,en,2,FEO072,F,0.85,0.35,5.62,6.21,17.64,well y y this this is the icon by the way yeah maybe you want to do left handed yeah one left click highlights the the result in whatever you have got open
EN2002d_mixture_1766.92_1784.56,EN2002a_FEO072_68.77_84.81,AMI,en,2,FEO072,F,0.85,0.35,16.04,6.21,17.64,well y y this this is the icon by the way yeah maybe you want to do left handed yeah one left click highlights the the result in whatever you have got open
EN2002d_mixture_1766.92_1784.56,EN2002d_FEO072_1859.68_1865.28,AMI,en,2,FEO072,F,0.85,0.35,5.6,6.21,17.64,well y y this this is the icon by the way yeah maybe you want to do left handed yeah one left click highlights the the result in whatever you have got open
EN2002d_mixture_1766.92_1784.56,EN2002a_FEO072_816.53_822.42,AMI,en,2,FEO072,F,0.85,0.35,5.89,6.21,17.64,well y y this this is the icon by the way yeah maybe you want to do left handed yeah one left click highlights the the result in whatever you have got open
EN2002d_mixture_2016.66_2029.80,EN2002b_FEO072_1351.84_1362.32,AMI,en,3,FEO072,F,0.72,0.46,10.48,6.05,13.14,just just take that away the the local check box because yeah because in the start up screen you can not have a
EN2002d_mixture_2016.66_2029.80,EN2002d_FEO072_836.02_841.64,AMI,en,3,FEO072,F,0.72,0.46,5.62,6.05,13.14,just just take that away the the local check box because yeah because in the start up screen you can not have a
EN2002d_mixture_2016.66_2029.80,EN2002a_FEO072_68.77_84.81,AMI,en,3,FEO072,F,0.72,0.46,16.04,6.05,13.14,just just take that away the the local check box because yeah because in the start up screen you can not have a
EN2002d_mixture_2016.66_2029.80,EN2002d_FEO072_1859.68_1865.28,AMI,en,3,FEO072,F,0.72,0.46,5.6,6.05,13.14,just just take that away the the local check box because yeah because in the start up screen you can not have a
EN2002d_mixture_2016.66_2029.80,EN2002a_FEO072_816.53_822.42,AMI,en,3,FEO072,F,0.72,0.46,5.89,6.05,13.14,just just take that away the the local check box because yeah because in the start up screen you can not have a
EN2002d_mixture_362.67_390.69,EN2002c_MEE071_414.29_419.82,AMI,en,3,MEE071,M,0.64,0.34,5.53,9.49,28.02,no looked alright the only the only thing is the it is not the start up screen is not too pretty but the the s it does not matter too much no it is not it is not it is not a it is not the top priority is it yeah i think it would look better on windows as well actually cause it java uses the native windows does not it so
EN2002d_mixture_362.67_390.69,EN2002c_MEE071_1079.14_1090.65,AMI,en,3,MEE071,M,0.64,0.34,11.51,9.49,28.02,no looked alright the only the only thing is the it is not the start up screen is not too pretty but the the s it does not matter too much no it is not it is not it is not a it is not the top priority is it yeah i think it would look better on windows as well actually cause it java uses the native windows does not it so
EN2002d_mixture_362.67_390.69,EN2002a_MEE071_1119.34_1130.62,AMI,en,3,MEE071,M,0.64,0.34,11.28,9.49,28.02,no looked alright the only the only thing is the it is not the start up screen is not too pretty but the the s it does not matter too much no it is not it is not it is not a it is not the top priority is it yeah i think it would look better on windows as well actually cause it java uses the native windows does not it so
EN2002d_mixture_362.67_390.69,EN2002c_MEE071_690.62_699.34,AMI,en,3,MEE071,M,0.64,0.34,8.72,9.49,28.02,no looked alright the only the only thing is the it is not the start up screen is not too pretty but the the s it does not matter too much no it is not it is not it is not a it is not the top priority is it yeah i think it would look better on windows as well actually cause it java uses the native windows does not it so
EN2002d_mixture_392.78_410.94,EN2002b_MEE073_124.56_131.02,AMI,en,4,MEE073,M,0.62,0.45,6.46,8.16,18.16,yeah actually can we run it on windows 0 yeah okay were you using like a gui builder or just all from code okay and that is
EN2002d_mixture_392.78_410.94,EN2002b_MEE073_959.57_965.89,AMI,en,4,MEE073,M,0.62,0.45,6.32,8.16,18.16,yeah actually can we run it on windows 0 yeah okay were you using like a gui builder or just all from code okay and that is
EN2002d_mixture_392.78_410.94,EN2002d_MEE073_1441.44_1446.46,AMI,en,4,MEE073,M,0.62,0.45,5.02,8.16,18.16,yeah actually can we run it on windows 0 yeah okay were you using like a gui builder or just all from code okay and that is
EN2002d_mixture_392.78_410.94,EN2002b_MEE073_1471.66_1498.32,AMI,en,4,MEE073,M,0.62,0.45,26.66,8.16,18.16,yeah actually can we run it on windows 0 yeah okay were you using like a gui builder or just all from code okay and that is
EN2002d_mixture_392.78_410.94,EN2002c_MEE073_858.85_890.28,AMI,en,4,MEE073,M,0.62,0.45,31.43,8.16,18.16,yeah actually can we run it on windows 0 yeah okay were you using like a gui builder or just all from code okay and that is
EN2002d_mixture_590.94_597.38,EN2002b_FEO072_1351.84_1362.32,AMI,en,3,FEO072,F,0.83,0.81,10.48,5.2,6.44,i mean do we do we care if you know why not w i think you know it would be it would be difficult
EN2002d_mixture_590.94_597.38,EN2002d_FEO072_836.02_841.64,AMI,en,3,FEO072,F,0.83,0.81,5.62,5.2,6.44,i mean do we do we care if you know why not w i think you know it would be it would be difficult
EN2002d_mixture_590.94_597.38,EN2002a_FEO072_68.77_84.81,AMI,en,3,FEO072,F,0.83,0.81,16.04,5.2,6.44,i mean do we do we care if you know why not w i think you know it would be it would be difficult
EN2002d_mixture_590.94_597.38,EN2002d_FEO072_1859.68_1865.28,AMI,en,3,FEO072,F,0.83,0.81,5.6,5.2,6.44,i mean do we do we care if you know why not w i think you know it would be it would be difficult
EN2002d_mixture_590.94_597.38,EN2002a_FEO072_816.53_822.42,AMI,en,3,FEO072,F,0.83,0.81,5.89,5.2,6.44,i mean do we do we care if you know why not w i think you know it would be it would be difficult
EN2002d_mixture_65.86_86.54,EN2002a_FEO070_1798.18_1809.91,AMI,en,4,FEO070,F,1.0,0.29,11.73,5.9,20.68,okay keep an eye if i am dropping this cause just seem ah as i said it does not seem very s perhaps sweater or maybe if i set it here on the this brand thing are they on yeah on
EN2002d_mixture_65.86_86.54,EN2002d_FEO070_1014.30_1027.91,AMI,en,4,FEO070,F,1.0,0.29,13.61,5.9,20.68,okay keep an eye if i am dropping this cause just seem ah as i said it does not seem very s perhaps sweater or maybe if i set it here on the this brand thing are they on yeah on
EN2002d_mixture_65.86_86.54,EN2002a_FEO070_2069.57_2074.93,AMI,en,4,FEO070,F,1.0,0.29,5.36,5.9,20.68,okay keep an eye if i am dropping this cause just seem ah as i said it does not seem very s perhaps sweater or maybe if i set it here on the this brand thing are they on yeah on
EN2002d_mixture_65.86_86.54,EN2002a_FEO070_1059.79_1077.82,AMI,en,4,FEO070,F,1.0,0.29,18.03,5.9,20.68,okay keep an eye if i am dropping this cause just seem ah as i said it does not seem very s perhaps sweater or maybe if i set it here on the this brand thing are they on yeah on
EN2002d_mixture_65.86_86.54,EN2002b_FEO070_1277.14_1284.60,AMI,en,4,FEO070,F,1.0,0.29,7.46,5.9,20.68,okay keep an eye if i am dropping this cause just seem ah as i said it does not seem very s perhaps sweater or maybe if i set it here on the this brand thing are they on yeah on
EN2002d_mixture_739.44_767.49,EN2002c_MEE071_414.29_419.82,AMI,en,3,MEE071,M,0.89,0.37,5.53,10.31,28.05,and statement which is boring and also the other thing that they have is if somebody quotes something so if i quote a joke to you they separate that so they put they put the the dialog act and then they put a double a colon and they put that aside just ignored anyth any quoted material cause it has got nothing to do with i just scrapped it yeah yeah yeah somebody else is joke so yeah you have to be original about your material otherwise we do not credit it to you
EN2002d_mixture_739.44_767.49,EN2002c_MEE071_1079.14_1090.65,AMI,en,3,MEE071,M,0.89,0.37,11.51,10.31,28.05,and statement which is boring and also the other thing that they have is if somebody quotes something so if i quote a joke to you they separate that so they put they put the the dialog act and then they put a double a colon and they put that aside just ignored anyth any quoted material cause it has got nothing to do with i just scrapped it yeah yeah yeah somebody else is joke so yeah you have to be original about your material otherwise we do not credit it to you
EN2002d_mixture_739.44_767.49,EN2002a_MEE071_1119.34_1130.62,AMI,en,3,MEE071,M,0.89,0.37,11.28,10.31,28.05,and statement which is boring and also the other thing that they have is if somebody quotes something so if i quote a joke to you they separate that so they put they put the the dialog act and then they put a double a colon and they put that aside just ignored anyth any quoted material cause it has got nothing to do with i just scrapped it yeah yeah yeah somebody else is joke so yeah you have to be original about your material otherwise we do not credit it to you
EN2002d_mixture_739.44_767.49,EN2002c_MEE071_690.62_699.34,AMI,en,3,MEE071,M,0.89,0.37,8.72,10.31,28.05,and statement which is boring and also the other thing that they have is if somebody quotes something so if i quote a joke to you they separate that so they put they put the the dialog act and then they put a double a colon and they put that aside just ignored anyth any quoted material cause it has got nothing to do with i just scrapped it yeah yeah yeah somebody else is joke so yeah you have to be original about your material otherwise we do not credit it to you
EN2002d_mixture_842.69_870.20,EN2002b_FEO072_1351.84_1362.32,AMI,en,4,FEO072,F,0.85,0.65,10.48,17.93,27.51,well no the thing is in yeah in the the top left at the moment they have got an x which is you know n x t and it is sort of a bit cheeky to use that so no we want something original what do you suggest we could the only thing i could think of was an m but
EN2002d_mixture_842.69_870.20,EN2002d_FEO072_836.02_841.64,AMI,en,4,FEO072,F,0.85,0.65,5.62,17.93,27.51,well no the thing is in yeah in the the top left at the moment they have got an x which is you know n x t and it is sort of a bit cheeky to use that so no we want something original what do you suggest we could the only thing i could think of was an m but
EN2002d_mixture_842.69_870.20,EN2002a_FEO072_68.77_84.81,AMI,en,4,FEO072,F,0.85,0.65,16.04,17.93,27.51,well no the thing is in yeah in the the top left at the moment they have got an x which is you know n x t and it is sort of a bit cheeky to use that so no we want something original what do you suggest we could the only thing i could think of was an m but
EN2002d_mixture_842.69_870.20,EN2002d_FEO072_1859.68_1865.28,AMI,en,4,FEO072,F,0.85,0.65,5.6,17.93,27.51,well no the thing is in yeah in the the top left at the moment they have got an x which is you know n x t and it is sort of a bit cheeky to use that so no we want something original what do you suggest we could the only thing i could think of was an m but
EN2002d_mixture_842.69_870.20,EN2002a_FEO072_816.53_822.42,AMI,en,4,FEO072,F,0.85,0.65,5.89,17.93,27.51,well no the thing is in yeah in the the top left at the moment they have got an x which is you know n x t and it is sort of a bit cheeky to use that so no we want something original what do you suggest we could the only thing i could think of was an m but
EN2002d_mixture_871.57_892.53,EN2002a_FEO070_1798.18_1809.91,AMI,en,4,FEO070,F,0.99,0.71,11.73,14.84,20.96,we have the g big yellow one maybe no huh yeah yeah that would be good ah no
EN2002d_mixture_871.57_892.53,EN2002d_FEO070_1014.30_1027.91,AMI,en,4,FEO070,F,0.99,0.71,13.61,14.84,20.96,we have the g big yellow one maybe no huh yeah yeah that would be good ah no
EN2002d_mixture_871.57_892.53,EN2002a_FEO070_2069.57_2074.93,AMI,en,4,FEO070,F,0.99,0.71,5.36,14.84,20.96,we have the g big yellow one maybe no huh yeah yeah that would be good ah no
EN2002d_mixture_871.57_892.53,EN2002a_FEO070_1059.79_1077.82,AMI,en,4,FEO070,F,0.99,0.71,18.03,14.84,20.96,we have the g big yellow one maybe no huh yeah yeah that would be good ah no
EN2002d_mixture_871.57_892.53,EN2002b_FEO070_1277.14_1284.60,AMI,en,4,FEO070,F,0.99,0.71,7.46,14.84,20.96,we have the g big yellow one maybe no huh yeah yeah that would be good ah no
ES2004a_mixture_356.08_368.08,ES2004a_MEE014_850.96_862.22,AMI,en,4,MEE014,M,0.77,0.64,11.26,7.67,12.0,thanks alright okay well since you guys have chosen the ones i wanted to do i will have to have to go for something a bit random
ES2004a_mixture_356.08_368.08,ES2004d_MEE014_392.32_398.24,AMI,en,4,MEE014,M,0.77,0.64,5.92,7.67,12.0,thanks alright okay well since you guys have chosen the ones i wanted to do i will have to have to go for something a bit random
ES2004a_mixture_356.08_368.08,ES2004c_MEE014_1220.69_1249.62,AMI,en,4,MEE014,M,0.77,0.64,28.93,7.67,12.0,thanks alright okay well since you guys have chosen the ones i wanted to do i will have to have to go for something a bit random
ES2004a_mixture_356.08_368.08,ES2004b_MEE014_212.37_218.53,AMI,en,4,MEE014,M,0.77,0.64,6.16,7.67,12.0,thanks alright okay well since you guys have chosen the ones i wanted to do i will have to have to go for something a bit random
ES2004a_mixture_356.08_368.08,ES2004b_MEE014_1406.91_1423.79,AMI,en,4,MEE014,M,0.77,0.64,16.88,7.67,12.0,thanks alright okay well since you guys have chosen the ones i wanted to do i will have to have to go for something a bit random
ES2004a_mixture_390.41_406.30,ES2004a_MEE014_850.96_862.22,AMI,en,3,MEE014,M,1.0,0.42,11.26,6.68,15.89,yeah it can be a crocodile it can be a crocodile well it was it was an at 1st firstly it was an attempt at a t rex and then it sort of changed into a pelican but it can be a crocodile now actually
ES2004a_mixture_390.41_406.30,ES2004d_MEE014_392.32_398.24,AMI,en,3,MEE014,M,1.0,0.42,5.92,6.68,15.89,yeah it can be a crocodile it can be a crocodile well it was it was an at 1st firstly it was an attempt at a t rex and then it sort of changed into a pelican but it can be a crocodile now actually
ES2004a_mixture_390.41_406.30,ES2004c_MEE014_1220.69_1249.62,AMI,en,3,MEE014,M,1.0,0.42,28.93,6.68,15.89,yeah it can be a crocodile it can be a crocodile well it was it was an at 1st firstly it was an attempt at a t rex and then it sort of changed into a pelican but it can be a crocodile now actually
ES2004a_mixture_390.41_406.30,ES2004b_MEE014_212.37_218.53,AMI,en,3,MEE014,M,1.0,0.42,6.16,6.68,15.89,yeah it can be a crocodile it can be a crocodile well it was it was an at 1st firstly it was an attempt at a t rex and then it sort of changed into a pelican but it can be a crocodile now actually
ES2004a_mixture_390.41_406.30,ES2004b_MEE014_1406.91_1423.79,AMI,en,3,MEE014,M,1.0,0.42,16.88,6.68,15.89,yeah it can be a crocodile it can be a crocodile well it was it was an at 1st firstly it was an attempt at a t rex and then it sort of changed into a pelican but it can be a crocodile now actually
ES2004a_mixture_492.88_518.75,ES2004c_FEE016_290.88_306.43,AMI,en,4,FEE016,F,1.0,0.31,15.55,7.91,25.87,and somewhere there is a body behind that is my dreadful that is the worst yet that is it is meant to be an eagle you can tell it is a flying animal could have been a seagull i never thought of a seagull an eagle again i am thinking on my feet goodness i suppose they are all so independent i would put that one down again da dum
ES2004a_mixture_492.88_518.75,ES2004d_FEE016_488.34_523.96,AMI,en,4,FEE016,F,1.0,0.31,35.62,7.91,25.87,and somewhere there is a body behind that is my dreadful that is the worst yet that is it is meant to be an eagle you can tell it is a flying animal could have been a seagull i never thought of a seagull an eagle again i am thinking on my feet goodness i suppose they are all so independent i would put that one down again da dum
ES2004a_mixture_492.88_518.75,ES2004a_FEE016_474.38_479.47,AMI,en,4,FEE016,F,1.0,0.31,5.09,7.91,25.87,and somewhere there is a body behind that is my dreadful that is the worst yet that is it is meant to be an eagle you can tell it is a flying animal could have been a seagull i never thought of a seagull an eagle again i am thinking on my feet goodness i suppose they are all so independent i would put that one down again da dum
ES2004a_mixture_492.88_518.75,ES2004d_FEE016_671.90_679.52,AMI,en,4,FEE016,F,1.0,0.31,7.62,7.91,25.87,and somewhere there is a body behind that is my dreadful that is the worst yet that is it is meant to be an eagle you can tell it is a flying animal could have been a seagull i never thought of a seagull an eagle again i am thinking on my feet goodness i suppose they are all so independent i would put that one down again da dum
ES2004a_mixture_492.88_518.75,ES2004b_FEE016_976.05_1026.56,AMI,en,4,FEE016,F,1.0,0.31,50.51,7.91,25.87,and somewhere there is a body behind that is my dreadful that is the worst yet that is it is meant to be an eagle you can tell it is a flying animal could have been a seagull i never thought of a seagull an eagle again i am thinking on my feet goodness i suppose they are all so independent i would put that one down again da dum
ES2004a_mixture_519.74_536.80,ES2004c_FEE016_290.88_306.43,AMI,en,3,FEE016,F,0.97,0.33,15.55,5.65,17.06,indepen independent right did you say they are good at golf are they 00 right okay i am not good at golf i would say they are quite free spirited flying around everywhere doing their own thing
ES2004a_mixture_519.74_536.80,ES2004d_FEE016_488.34_523.96,AMI,en,3,FEE016,F,0.97,0.33,35.62,5.65,17.06,indepen independent right did you say they are good at golf are they 00 right okay i am not good at golf i would say they are quite free spirited flying around everywhere doing their own thing
ES2004a_mixture_519.74_536.80,ES2004a_FEE016_474.38_479.47,AMI,en,3,FEE016,F,0.97,0.33,5.09,5.65,17.06,indepen independent right did you say they are good at golf are they 00 right okay i am not good at golf i would say they are quite free spirited flying around everywhere doing their own thing
ES2004a_mixture_519.74_536.80,ES2004d_FEE016_671.90_679.52,AMI,en,3,FEE016,F,0.97,0.33,7.62,5.65,17.06,indepen independent right did you say they are good at golf are they 00 right okay i am not good at golf i would say they are quite free spirited flying around everywhere doing their own thing
ES2004a_mixture_519.74_536.80,ES2004b_FEE016_976.05_1026.56,AMI,en,3,FEE016,F,0.97,0.33,50.51,5.65,17.06,indepen independent right did you say they are good at golf are they 00 right okay i am not good at golf i would say they are quite free spirited flying around everywhere doing their own thing
ES2004a_mixture_563.10_588.02,ES2004c_FEE013_144.70_165.44,AMI,en,4,FEE013,F,0.67,0.3,20.74,7.53,24.92,that was fun right finance wise we have got a selling price at €25 which i do not actually know what that is in pounds at all any ideas d 1517 okay that is expensive
ES2004a_mixture_563.10_588.02,ES2004b_FEE013_161.17_166.91,AMI,en,4,FEE013,F,0.67,0.3,5.74,7.53,24.92,that was fun right finance wise we have got a selling price at €25 which i do not actually know what that is in pounds at all any ideas d 1517 okay that is expensive
ES2004a_mixture_563.10_588.02,ES2004a_FEE013_95.66_115.95,AMI,en,4,FEE013,F,0.67,0.3,20.29,7.53,24.92,that was fun right finance wise we have got a selling price at €25 which i do not actually know what that is in pounds at all any ideas d 1517 okay that is expensive
ES2004a_mixture_563.10_588.02,ES2004b_FEE013_144.78_159.50,AMI,en,4,FEE013,F,0.67,0.3,14.72,7.53,24.92,that was fun right finance wise we have got a selling price at €25 which i do not actually know what that is in pounds at all any ideas d 1517 okay that is expensive
ES2004a_mixture_563.10_588.02,ES2004c_FEE013_1912.67_1920.76,AMI,en,4,FEE013,F,0.67,0.3,8.09,7.53,24.92,that was fun right finance wise we have got a selling price at €25 which i do not actually know what that is in pounds at all any ideas d 1517 okay that is expensive
ES2004a_mixture_815.22_834.54,ES2004c_FEE013_144.70_165.44,AMI,en,4,FEE013,F,0.58,0.54,20.74,10.48,19.32,my grandad can answer his mobile phone but he could not even dream of texting or something like that i do not think they tape things i do not think they use
ES2004a_mixture_815.22_834.54,ES2004b_FEE013_161.17_166.91,AMI,en,4,FEE013,F,0.58,0.54,5.74,10.48,19.32,my grandad can answer his mobile phone but he could not even dream of texting or something like that i do not think they tape things i do not think they use
ES2004a_mixture_815.22_834.54,ES2004a_FEE013_95.66_115.95,AMI,en,4,FEE013,F,0.58,0.54,20.29,10.48,19.32,my grandad can answer his mobile phone but he could not even dream of texting or something like that i do not think they tape things i do not think they use
ES2004a_mixture_815.22_834.54,ES2004b_FEE013_144.78_159.50,AMI,en,4,FEE013,F,0.58,0.54,14.72,10.48,19.32,my grandad can answer his mobile phone but he could not even dream of texting or something like that i do not think they tape things i do not think they use
ES2004a_mixture_815.22_834.54,ES2004c_FEE013_1912.67_1920.76,AMI,en,4,FEE013,F,0.58,0.54,8.09,10.48,19.32,my grandad can answer his mobile phone but he could not even dream of texting or something like that i do not think they tape things i do not think they use
ES2004a_mixture_884.29_912.41,ES2004a_MEE014_850.96_862.22,AMI,en,4,MEE014,M,0.51,0.19,11.26,5.28,28.12,yeah i do not i do not know how for 20 fi or €12 50 how much of a excellent screen you could get you would you would have to sort of keep it down to a black and white l c d thing anyway i would assume
ES2004a_mixture_884.29_912.41,ES2004d_MEE014_392.32_398.24,AMI,en,4,MEE014,M,0.51,0.19,5.92,5.28,28.12,yeah i do not i do not know how for 20 fi or €12 50 how much of a excellent screen you could get you would you would have to sort of keep it down to a black and white l c d thing anyway i would assume
ES2004a_mixture_884.29_912.41,ES2004c_MEE014_1220.69_1249.62,AMI,en,4,MEE014,M,0.51,0.19,28.93,5.28,28.12,yeah i do not i do not know how for 20 fi or €12 50 how much of a excellent screen you could get you would you would have to sort of keep it down to a black and white l c d thing anyway i would assume
ES2004a_mixture_884.29_912.41,ES2004b_MEE014_212.37_218.53,AMI,en,4,MEE014,M,0.51,0.19,6.16,5.28,28.12,yeah i do not i do not know how for 20 fi or €12 50 how much of a excellent screen you could get you would you would have to sort of keep it down to a black and white l c d thing anyway i would assume
ES2004a_mixture_884.29_912.41,ES2004b_MEE014_1406.91_1423.79,AMI,en,4,MEE014,M,0.51,0.19,16.88,5.28,28.12,yeah i do not i do not know how for 20 fi or €12 50 how much of a excellent screen you could get you would you would have to sort of keep it down to a black and white l c d thing anyway i would assume
ES2004a_mixture_948.28_959.39,ES2004c_MEO015_1598.70_1607.84,AMI,en,4,MEO015,M,0.86,0.61,9.14,6.73,11.11,s it might it might save a b bit of space it is i instead of looking bulky it might look small but it might have its cost implications
ES2004a_mixture_948.28_959.39,ES2004b_MEO015_636.71_653.05,AMI,en,4,MEO015,M,0.86,0.61,16.34,6.73,11.11,s it might it might save a b bit of space it is i instead of looking bulky it might look small but it might have its cost implications
ES2004a_mixture_948.28_959.39,ES2004d_MEO015_698.59_704.35,AMI,en,4,MEO015,M,0.86,0.61,5.76,6.73,11.11,s it might it might save a b bit of space it is i instead of looking bulky it might look small but it might have its cost implications
ES2004a_mixture_948.28_959.39,ES2004d_MEO015_1713.26_1725.81,AMI,en,4,MEO015,M,0.86,0.61,12.55,6.73,11.11,s it might it might save a b bit of space it is i instead of looking bulky it might look small but it might have its cost implications
ES2004a_mixture_948.28_959.39,ES2004b_MEO015_667.39_706.57,AMI,en,4,MEO015,M,0.86,0.61,39.18,6.73,11.11,s it might it might save a b bit of space it is i instead of looking bulky it might look small but it might have its cost implications
ES2004b_mixture_1496.05_1519.96,ES2004a_MEE014_850.96_862.22,AMI,en,3,MEE014,M,0.63,0.32,11.26,7.77,23.91,yeah i yeah i was just thinking about how you could combat that cause without without doing something where you have to move your arm around to change the channel and it becomes yeah yeah speech recognition but yeah
ES2004b_mixture_1496.05_1519.96,ES2004d_MEE014_392.32_398.24,AMI,en,3,MEE014,M,0.63,0.32,5.92,7.77,23.91,yeah i yeah i was just thinking about how you could combat that cause without without doing something where you have to move your arm around to change the channel and it becomes yeah yeah speech recognition but yeah
ES2004b_mixture_1496.05_1519.96,ES2004c_MEE014_1220.69_1249.62,AMI,en,3,MEE014,M,0.63,0.32,28.93,7.77,23.91,yeah i yeah i was just thinking about how you could combat that cause without without doing something where you have to move your arm around to change the channel and it becomes yeah yeah speech recognition but yeah
ES2004b_mixture_1496.05_1519.96,ES2004b_MEE014_212.37_218.53,AMI,en,3,MEE014,M,0.63,0.32,6.16,7.77,23.91,yeah i yeah i was just thinking about how you could combat that cause without without doing something where you have to move your arm around to change the channel and it becomes yeah yeah speech recognition but yeah
ES2004b_mixture_1496.05_1519.96,ES2004b_MEE014_1406.91_1423.79,AMI,en,3,MEE014,M,0.63,0.32,16.88,7.77,23.91,yeah i yeah i was just thinking about how you could combat that cause without without doing something where you have to move your arm around to change the channel and it becomes yeah yeah speech recognition but yeah
ES2004b_mixture_2202.30_2226.21,ES2004c_FEE013_144.70_165.44,AMI,en,3,FEE013,F,0.79,0.22,20.74,5.21,23.91,it is kinda takes the place of having a button to press for the date and having the button to press for the channel things like that it could be it c it yes it could be adv advertisement feature rather than design feature you know drawing attention to that
ES2004b_mixture_2202.30_2226.21,ES2004b_FEE013_161.17_166.91,AMI,en,3,FEE013,F,0.79,0.22,5.74,5.21,23.91,it is kinda takes the place of having a button to press for the date and having the button to press for the channel things like that it could be it c it yes it could be adv advertisement feature rather than design feature you know drawing attention to that
ES2004b_mixture_2202.30_2226.21,ES2004a_FEE013_95.66_115.95,AMI,en,3,FEE013,F,0.79,0.22,20.29,5.21,23.91,it is kinda takes the place of having a button to press for the date and having the button to press for the channel things like that it could be it c it yes it could be adv advertisement feature rather than design feature you know drawing attention to that
ES2004b_mixture_2202.30_2226.21,ES2004b_FEE013_144.78_159.50,AMI,en,3,FEE013,F,0.79,0.22,14.72,5.21,23.91,it is kinda takes the place of having a button to press for the date and having the button to press for the channel things like that it could be it c it yes it could be adv advertisement feature rather than design feature you know drawing attention to that
ES2004b_mixture_2202.30_2226.21,ES2004c_FEE013_1912.67_1920.76,AMI,en,3,FEE013,F,0.79,0.22,8.09,5.21,23.91,it is kinda takes the place of having a button to press for the date and having the button to press for the channel things like that it could be it c it yes it could be adv advertisement feature rather than design feature you know drawing attention to that
ES2004b_mixture_2248.69_2268.48,ES2004c_FEE013_144.70_165.44,AMI,en,4,FEE013,F,0.8,0.41,20.74,8.18,19.79,we have got the buttons but i think we will work through that with the design of it yes yes and we have talked about there being an alarm or something a beeping for being lost
ES2004b_mixture_2248.69_2268.48,ES2004b_FEE013_161.17_166.91,AMI,en,4,FEE013,F,0.8,0.41,5.74,8.18,19.79,we have got the buttons but i think we will work through that with the design of it yes yes and we have talked about there being an alarm or something a beeping for being lost
ES2004b_mixture_2248.69_2268.48,ES2004a_FEE013_95.66_115.95,AMI,en,4,FEE013,F,0.8,0.41,20.29,8.18,19.79,we have got the buttons but i think we will work through that with the design of it yes yes and we have talked about there being an alarm or something a beeping for being lost
ES2004b_mixture_2248.69_2268.48,ES2004b_FEE013_144.78_159.50,AMI,en,4,FEE013,F,0.8,0.41,14.72,8.18,19.79,we have got the buttons but i think we will work through that with the design of it yes yes and we have talked about there being an alarm or something a beeping for being lost
ES2004b_mixture_2248.69_2268.48,ES2004c_FEE013_1912.67_1920.76,AMI,en,4,FEE013,F,0.8,0.41,8.09,8.18,19.79,we have got the buttons but i think we will work through that with the design of it yes yes and we have talked about there being an alarm or something a beeping for being lost
ES2004b_mixture_807.25_820.83,ES2004c_FEE016_290.88_306.43,AMI,en,3,FEE016,F,0.92,0.42,15.55,5.74,13.58,i will have t i will have to move it will not i whoops will it manage bit more 0 dear
ES2004b_mixture_807.25_820.83,ES2004d_FEE016_488.34_523.96,AMI,en,3,FEE016,F,0.92,0.42,35.62,5.74,13.58,i will have t i will have to move it will not i whoops will it manage bit more 0 dear
ES2004b_mixture_807.25_820.83,ES2004a_FEE016_474.38_479.47,AMI,en,3,FEE016,F,0.92,0.42,5.09,5.74,13.58,i will have t i will have to move it will not i whoops will it manage bit more 0 dear
ES2004b_mixture_807.25_820.83,ES2004d_FEE016_671.90_679.52,AMI,en,3,FEE016,F,0.92,0.42,7.62,5.74,13.58,i will have t i will have to move it will not i whoops will it manage bit more 0 dear
ES2004b_mixture_807.25_820.83,ES2004b_FEE016_976.05_1026.56,AMI,en,3,FEE016,F,0.92,0.42,50.51,5.74,13.58,i will have t i will have to move it will not i whoops will it manage bit more 0 dear
ES2004c_mixture_1151.91_1181.09,ES2004c_FEE016_290.88_306.43,AMI,en,4,FEE016,F,0.68,0.42,15.55,12.2,29.18,it does mark quite easily too if you let it fall i have got a mobile phone myself which is titanium and it does mark very easily if you drop it i was just wondering if we make the basic mold out of plastic but have like a rubber cover that goes over that would give the spongy feel that also allows us to kind of have different fasciae for the phone like a rubber sleeve almost yeah
ES2004c_mixture_1151.91_1181.09,ES2004d_FEE016_488.34_523.96,AMI,en,4,FEE016,F,0.68,0.42,35.62,12.2,29.18,it does mark quite easily too if you let it fall i have got a mobile phone myself which is titanium and it does mark very easily if you drop it i was just wondering if we make the basic mold out of plastic but have like a rubber cover that goes over that would give the spongy feel that also allows us to kind of have different fasciae for the phone like a rubber sleeve almost yeah
ES2004c_mixture_1151.91_1181.09,ES2004a_FEE016_474.38_479.47,AMI,en,4,FEE016,F,0.68,0.42,5.09,12.2,29.18,it does mark quite easily too if you let it fall i have got a mobile phone myself which is titanium and it does mark very easily if you drop it i was just wondering if we make the basic mold out of plastic but have like a rubber cover that goes over that would give the spongy feel that also allows us to kind of have different fasciae for the phone like a rubber sleeve almost yeah
ES2004c_mixture_1151.91_1181.09,ES2004d_FEE016_671.90_679.52,AMI,en,4,FEE016,F,0.68,0.42,7.62,12.2,29.18,it does mark quite easily too if you let it fall i have got a mobile phone myself which is titanium and it does mark very easily if you drop it i was just wondering if we make the basic mold out of plastic but have like a rubber cover that goes over that would give the spongy feel that also allows us to kind of have different fasciae for the phone like a rubber sleeve almost yeah
ES2004c_mixture_1151.91_1181.09,ES2004b_FEE016_976.05_1026.56,AMI,en,4,FEE016,F,0.68,0.42,50.51,12.2,29.18,it does mark quite easily too if you let it fall i have got a mobile phone myself which is titanium and it does mark very easily if you drop it i was just wondering if we make the basic mold out of plastic but have like a rubber cover that goes over that would give the spongy feel that also allows us to kind of have different fasciae for the phone like a rubber sleeve almost yeah
ES2004c_mixture_1284.93_1311.92,ES2004a_MEE014_850.96_862.22,AMI,en,4,MEE014,M,0.81,0.28,11.26,7.53,26.99,w also with the yeah you could have a flat screen inside yeah but i am just wondering whether we want an l c d screen inside it would not be like full color it would just be black and white but there would be touch touch buttons so you would not be pressing down on em w or we could have rubber buttons which are made of this material which is anti r s i
ES2004c_mixture_1284.93_1311.92,ES2004d_MEE014_392.32_398.24,AMI,en,4,MEE014,M,0.81,0.28,5.92,7.53,26.99,w also with the yeah you could have a flat screen inside yeah but i am just wondering whether we want an l c d screen inside it would not be like full color it would just be black and white but there would be touch touch buttons so you would not be pressing down on em w or we could have rubber buttons which are made of this material which is anti r s i
ES2004c_mixture_1284.93_1311.92,ES2004c_MEE014_1220.69_1249.62,AMI,en,4,MEE014,M,0.81,0.28,28.93,7.53,26.99,w also with the yeah you could have a flat screen inside yeah but i am just wondering whether we want an l c d screen inside it would not be like full color it would just be black and white but there would be touch touch buttons so you would not be pressing down on em w or we could have rubber buttons which are made of this material which is anti r s i
ES2004c_mixture_1284.93_1311.92,ES2004b_MEE014_212.37_218.53,AMI,en,4,MEE014,M,0.81,0.28,6.16,7.53,26.99,w also with the yeah you could have a flat screen inside yeah but i am just wondering whether we want an l c d screen inside it would not be like full color it would just be black and white but there would be touch touch buttons so you would not be pressing down on em w or we could have rubber buttons which are made of this material which is anti r s i
ES2004c_mixture_1284.93_1311.92,ES2004b_MEE014_1406.91_1423.79,AMI,en,4,MEE014,M,0.81,0.28,16.88,7.53,26.99,w also with the yeah you could have a flat screen inside yeah but i am just wondering whether we want an l c d screen inside it would not be like full color it would just be black and white but there would be touch touch buttons so you would not be pressing down on em w or we could have rubber buttons which are made of this material which is anti r s i
ES2004c_mixture_1448.49_1466.90,ES2004c_FEE016_290.88_306.43,AMI,en,3,FEE016,F,0.74,0.4,15.55,7.44,18.41,yeah i know what you mean it is with us using the ideas for a mobile ph it is with us using the ideas for mobile phones i kinda got sidetracked onto that i think okay trying to think of other features we can build in that would not cost too much but maybe we will leave that one on the side
ES2004c_mixture_1448.49_1466.90,ES2004d_FEE016_488.34_523.96,AMI,en,3,FEE016,F,0.74,0.4,35.62,7.44,18.41,yeah i know what you mean it is with us using the ideas for a mobile ph it is with us using the ideas for mobile phones i kinda got sidetracked onto that i think okay trying to think of other features we can build in that would not cost too much but maybe we will leave that one on the side
ES2004c_mixture_1448.49_1466.90,ES2004a_FEE016_474.38_479.47,AMI,en,3,FEE016,F,0.74,0.4,5.09,7.44,18.41,yeah i know what you mean it is with us using the ideas for a mobile ph it is with us using the ideas for mobile phones i kinda got sidetracked onto that i think okay trying to think of other features we can build in that would not cost too much but maybe we will leave that one on the side
ES2004c_mixture_1448.49_1466.90,ES2004d_FEE016_671.90_679.52,AMI,en,3,FEE016,F,0.74,0.4,7.62,7.44,18.41,yeah i know what you mean it is with us using the ideas for a mobile ph it is with us using the ideas for mobile phones i kinda got sidetracked onto that i think okay trying to think of other features we can build in that would not cost too much but maybe we will leave that one on the side
ES2004c_mixture_1448.49_1466.90,ES2004b_FEE016_976.05_1026.56,AMI,en,3,FEE016,F,0.74,0.4,50.51,7.44,18.41,yeah i know what you mean it is with us using the ideas for a mobile ph it is with us using the ideas for mobile phones i kinda got sidetracked onto that i think okay trying to think of other features we can build in that would not cost too much but maybe we will leave that one on the side
ES2004c_mixture_1549.26_1575.97,ES2004c_MEO015_1598.70_1607.84,AMI,en,4,MEO015,M,0.84,0.26,9.14,6.86,26.71,okay and 2nd as already discussed with william we are going to have m maybe a g g u i interface in the f in the middle of the flip top and g graphic user interface basically which is what we d do in computer have icons or touch pad or whatever which is like you have on a l icons or something y you have is a good example of g u i graphic user interface
ES2004c_mixture_1549.26_1575.97,ES2004b_MEO015_636.71_653.05,AMI,en,4,MEO015,M,0.84,0.26,16.34,6.86,26.71,okay and 2nd as already discussed with william we are going to have m maybe a g g u i interface in the f in the middle of the flip top and g graphic user interface basically which is what we d do in computer have icons or touch pad or whatever which is like you have on a l icons or something y you have is a good example of g u i graphic user interface
ES2004c_mixture_1549.26_1575.97,ES2004d_MEO015_698.59_704.35,AMI,en,4,MEO015,M,0.84,0.26,5.76,6.86,26.71,okay and 2nd as already discussed with william we are going to have m maybe a g g u i interface in the f in the middle of the flip top and g graphic user interface basically which is what we d do in computer have icons or touch pad or whatever which is like you have on a l icons or something y you have is a good example of g u i graphic user interface
ES2004c_mixture_1549.26_1575.97,ES2004d_MEO015_1713.26_1725.81,AMI,en,4,MEO015,M,0.84,0.26,12.55,6.86,26.71,okay and 2nd as already discussed with william we are going to have m maybe a g g u i interface in the f in the middle of the flip top and g graphic user interface basically which is what we d do in computer have icons or touch pad or whatever which is like you have on a l icons or something y you have is a good example of g u i graphic user interface
ES2004c_mixture_1549.26_1575.97,ES2004b_MEO015_667.39_706.57,AMI,en,4,MEO015,M,0.84,0.26,39.18,6.86,26.71,okay and 2nd as already discussed with william we are going to have m maybe a g g u i interface in the f in the middle of the flip top and g graphic user interface basically which is what we d do in computer have icons or touch pad or whatever which is like you have on a l icons or something y you have is a good example of g u i graphic user interface
ES2004c_mixture_1627.01_1652.47,ES2004c_FEE013_144.70_165.44,AMI,en,4,FEE013,F,0.71,0.31,20.74,7.95,25.46,yeah that is what i was just saying and then have the and then have the l c d at the top and then be able to touch that for the other controls so have the the volume and the program things like that on the lower side okay
ES2004c_mixture_1627.01_1652.47,ES2004b_FEE013_161.17_166.91,AMI,en,4,FEE013,F,0.71,0.31,5.74,7.95,25.46,yeah that is what i was just saying and then have the and then have the l c d at the top and then be able to touch that for the other controls so have the the volume and the program things like that on the lower side okay
ES2004c_mixture_1627.01_1652.47,ES2004a_FEE013_95.66_115.95,AMI,en,4,FEE013,F,0.71,0.31,20.29,7.95,25.46,yeah that is what i was just saying and then have the and then have the l c d at the top and then be able to touch that for the other controls so have the the volume and the program things like that on the lower side okay
ES2004c_mixture_1627.01_1652.47,ES2004b_FEE013_144.78_159.50,AMI,en,4,FEE013,F,0.71,0.31,14.72,7.95,25.46,yeah that is what i was just saying and then have the and then have the l c d at the top and then be able to touch that for the other controls so have the the volume and the program things like that on the lower side okay
ES2004c_mixture_1627.01_1652.47,ES2004c_FEE013_1912.67_1920.76,AMI,en,4,FEE013,F,0.71,0.31,8.09,7.95,25.46,yeah that is what i was just saying and then have the and then have the l c d at the top and then be able to touch that for the other controls so have the the volume and the program things like that on the lower side okay
ES2004c_mixture_807.97_819.17,ES2004c_FEE013_144.70_165.44,AMI,en,3,FEE013,F,0.85,0.46,20.74,5.17,11.2,can we think about that cause if we are doing the kinetic thing and it is well add it in to think about
ES2004c_mixture_807.97_819.17,ES2004b_FEE013_161.17_166.91,AMI,en,3,FEE013,F,0.85,0.46,5.74,5.17,11.2,can we think about that cause if we are doing the kinetic thing and it is well add it in to think about
ES2004c_mixture_807.97_819.17,ES2004a_FEE013_95.66_115.95,AMI,en,3,FEE013,F,0.85,0.46,20.29,5.17,11.2,can we think about that cause if we are doing the kinetic thing and it is well add it in to think about
ES2004c_mixture_807.97_819.17,ES2004b_FEE013_144.78_159.50,AMI,en,3,FEE013,F,0.85,0.46,14.72,5.17,11.2,can we think about that cause if we are doing the kinetic thing and it is well add it in to think about
ES2004c_mixture_807.97_819.17,ES2004c_FEE013_1912.67_1920.76,AMI,en,3,FEE013,F,0.85,0.46,8.09,5.17,11.2,can we think about that cause if we are doing the kinetic thing and it is well add it in to think about
ES2004d_mixture_1194.72_1204.38,ES2004c_FEE016_290.88_306.43,AMI,en,4,FEE016,F,0.74,0.6,15.55,5.83,9.66,but it has a slightly flattened bottom so it can sit so it can rest it would just be a flat bottom with one curve like a domed thing
ES2004d_mixture_1194.72_1204.38,ES2004d_FEE016_488.34_523.96,AMI,en,4,FEE016,F,0.74,0.6,35.62,5.83,9.66,but it has a slightly flattened bottom so it can sit so it can rest it would just be a flat bottom with one curve like a domed thing
ES2004d_mixture_1194.72_1204.38,ES2004a_FEE016_474.38_479.47,AMI,en,4,FEE016,F,0.74,0.6,5.09,5.83,9.66,but it has a slightly flattened bottom so it can sit so it can rest it would just be a flat bottom with one curve like a domed thing
ES2004d_mixture_1194.72_1204.38,ES2004d_FEE016_671.90_679.52,AMI,en,4,FEE016,F,0.74,0.6,7.62,5.83,9.66,but it has a slightly flattened bottom so it can sit so it can rest it would just be a flat bottom with one curve like a domed thing
ES2004d_mixture_1194.72_1204.38,ES2004b_FEE016_976.05_1026.56,AMI,en,4,FEE016,F,0.74,0.6,50.51,5.83,9.66,but it has a slightly flattened bottom so it can sit so it can rest it would just be a flat bottom with one curve like a domed thing
ES2004d_mixture_1402.78_1424.03,ES2004a_MEE014_850.96_862.22,AMI,en,4,MEE014,M,0.78,0.35,11.26,7.43,21.25,c it might you might you might be assuming that that is in euros it could be in dollars and then it would be fine because the exchange range would make it about 12 no
ES2004d_mixture_1402.78_1424.03,ES2004d_MEE014_392.32_398.24,AMI,en,4,MEE014,M,0.78,0.35,5.92,7.43,21.25,c it might you might you might be assuming that that is in euros it could be in dollars and then it would be fine because the exchange range would make it about 12 no
ES2004d_mixture_1402.78_1424.03,ES2004c_MEE014_1220.69_1249.62,AMI,en,4,MEE014,M,0.78,0.35,28.93,7.43,21.25,c it might you might you might be assuming that that is in euros it could be in dollars and then it would be fine because the exchange range would make it about 12 no
ES2004d_mixture_1402.78_1424.03,ES2004b_MEE014_212.37_218.53,AMI,en,4,MEE014,M,0.78,0.35,6.16,7.43,21.25,c it might you might you might be assuming that that is in euros it could be in dollars and then it would be fine because the exchange range would make it about 12 no
ES2004d_mixture_1402.78_1424.03,ES2004b_MEE014_1406.91_1423.79,AMI,en,4,MEE014,M,0.78,0.35,16.88,7.43,21.25,c it might you might you might be assuming that that is in euros it could be in dollars and then it would be fine because the exchange range would make it about 12 no
ES2004d_mixture_1443.76_1457.22,ES2004c_MEO015_1598.70_1607.84,AMI,en,3,MEO015,M,0.65,0.44,9.14,5.95,13.46,what i feel is customers never said anything about the battery it is internal nobody looks into the battery but shape and colors that is something we should not comprimi
ES2004d_mixture_1443.76_1457.22,ES2004b_MEO015_636.71_653.05,AMI,en,3,MEO015,M,0.65,0.44,16.34,5.95,13.46,what i feel is customers never said anything about the battery it is internal nobody looks into the battery but shape and colors that is something we should not comprimi
ES2004d_mixture_1443.76_1457.22,ES2004d_MEO015_698.59_704.35,AMI,en,3,MEO015,M,0.65,0.44,5.76,5.95,13.46,what i feel is customers never said anything about the battery it is internal nobody looks into the battery but shape and colors that is something we should not comprimi
ES2004d_mixture_1443.76_1457.22,ES2004d_MEO015_1713.26_1725.81,AMI,en,3,MEO015,M,0.65,0.44,12.55,5.95,13.46,what i feel is customers never said anything about the battery it is internal nobody looks into the battery but shape and colors that is something we should not comprimi
ES2004d_mixture_1443.76_1457.22,ES2004b_MEO015_667.39_706.57,AMI,en,3,MEO015,M,0.65,0.44,39.18,5.95,13.46,what i feel is customers never said anything about the battery it is internal nobody looks into the battery but shape and colors that is something we should not comprimi
ES2004d_mixture_1546.86_1564.68,ES2004c_FEE013_144.70_165.44,AMI,en,3,FEE013,F,0.97,0.49,20.74,8.69,17.82,make the price fit and then say if we would had our budget we would have had this because it also sets it apart from the crowd they like their gadgets they like something that is completely different it is s something completely different associated with your company right okay so
ES2004d_mixture_1546.86_1564.68,ES2004b_FEE013_161.17_166.91,AMI,en,3,FEE013,F,0.97,0.49,5.74,8.69,17.82,make the price fit and then say if we would had our budget we would have had this because it also sets it apart from the crowd they like their gadgets they like something that is completely different it is s something completely different associated with your company right okay so
ES2004d_mixture_1546.86_1564.68,ES2004a_FEE013_95.66_115.95,AMI,en,3,FEE013,F,0.97,0.49,20.29,8.69,17.82,make the price fit and then say if we would had our budget we would have had this because it also sets it apart from the crowd they like their gadgets they like something that is completely different it is s something completely different associated with your company right okay so
ES2004d_mixture_1546.86_1564.68,ES2004b_FEE013_144.78_159.50,AMI,en,3,FEE013,F,0.97,0.49,14.72,8.69,17.82,make the price fit and then say if we would had our budget we would have had this because it also sets it apart from the crowd they like their gadgets they like something that is completely different it is s something completely different associated with your company right okay so
ES2004d_mixture_1546.86_1564.68,ES2004c_FEE013_1912.67_1920.76,AMI,en,3,FEE013,F,0.97,0.49,8.09,8.69,17.82,make the price fit and then say if we would had our budget we would have had this because it also sets it apart from the crowd they like their gadgets they like something that is completely different it is s something completely different associated with your company right okay so
ES2004d_mixture_1689.06_1712.41,ES2004c_FEE016_290.88_306.43,AMI,en,4,FEE016,F,0.68,0.28,15.55,6.52,23.35,although we had our separate tasks there was so much interaction so much that we needed to bounce off each other and i have certainly felt heard listened to in that in relevant areas we have been able to you know give and take and adjust our remit where necessary
ES2004d_mixture_1689.06_1712.41,ES2004d_FEE016_488.34_523.96,AMI,en,4,FEE016,F,0.68,0.28,35.62,6.52,23.35,although we had our separate tasks there was so much interaction so much that we needed to bounce off each other and i have certainly felt heard listened to in that in relevant areas we have been able to you know give and take and adjust our remit where necessary
ES2004d_mixture_1689.06_1712.41,ES2004a_FEE016_474.38_479.47,AMI,en,4,FEE016,F,0.68,0.28,5.09,6.52,23.35,although we had our separate tasks there was so much interaction so much that we needed to bounce off each other and i have certainly felt heard listened to in that in relevant areas we have been able to you know give and take and adjust our remit where necessary
ES2004d_mixture_1689.06_1712.41,ES2004d_FEE016_671.90_679.52,AMI,en,4,FEE016,F,0.68,0.28,7.62,6.52,23.35,although we had our separate tasks there was so much interaction so much that we needed to bounce off each other and i have certainly felt heard listened to in that in relevant areas we have been able to you know give and take and adjust our remit where necessary
ES2004d_mixture_1689.06_1712.41,ES2004b_FEE016_976.05_1026.56,AMI,en,4,FEE016,F,0.68,0.28,50.51,6.52,23.35,although we had our separate tasks there was so much interaction so much that we needed to bounce off each other and i have certainly felt heard listened to in that in relevant areas we have been able to you know give and take and adjust our remit where necessary
ES2004d_mixture_1806.75_1825.53,ES2004c_FEE016_290.88_306.43,AMI,en,4,FEE016,F,0.72,0.29,15.55,5.37,18.78,maybe we should think of branching out into children is toys and fake mobile phones as a side line and fake r c s how do we evaluate the materials we had for communicating and sharing information
ES2004d_mixture_1806.75_1825.53,ES2004d_FEE016_488.34_523.96,AMI,en,4,FEE016,F,0.72,0.29,35.62,5.37,18.78,maybe we should think of branching out into children is toys and fake mobile phones as a side line and fake r c s how do we evaluate the materials we had for communicating and sharing information
ES2004d_mixture_1806.75_1825.53,ES2004a_FEE016_474.38_479.47,AMI,en,4,FEE016,F,0.72,0.29,5.09,5.37,18.78,maybe we should think of branching out into children is toys and fake mobile phones as a side line and fake r c s how do we evaluate the materials we had for communicating and sharing information
ES2004d_mixture_1806.75_1825.53,ES2004d_FEE016_671.90_679.52,AMI,en,4,FEE016,F,0.72,0.29,7.62,5.37,18.78,maybe we should think of branching out into children is toys and fake mobile phones as a side line and fake r c s how do we evaluate the materials we had for communicating and sharing information
ES2004d_mixture_1806.75_1825.53,ES2004b_FEE016_976.05_1026.56,AMI,en,4,FEE016,F,0.72,0.29,50.51,5.37,18.78,maybe we should think of branching out into children is toys and fake mobile phones as a side line and fake r c s how do we evaluate the materials we had for communicating and sharing information
ES2004d_mixture_2039.71_2056.66,ES2004c_FEE013_144.70_165.44,AMI,en,2,FEE013,F,0.88,0.39,20.74,6.64,16.95,well it is innovation for money is sake the the people have to keep buying yeah and you can not get you have got your handset that works fine but you can not get the battery anymore for that type of phone because the phones have moved on things like that yes
ES2004d_mixture_2039.71_2056.66,ES2004b_FEE013_161.17_166.91,AMI,en,2,FEE013,F,0.88,0.39,5.74,6.64,16.95,well it is innovation for money is sake the the people have to keep buying yeah and you can not get you have got your handset that works fine but you can not get the battery anymore for that type of phone because the phones have moved on things like that yes
ES2004d_mixture_2039.71_2056.66,ES2004a_FEE013_95.66_115.95,AMI,en,2,FEE013,F,0.88,0.39,20.29,6.64,16.95,well it is innovation for money is sake the the people have to keep buying yeah and you can not get you have got your handset that works fine but you can not get the battery anymore for that type of phone because the phones have moved on things like that yes
ES2004d_mixture_2039.71_2056.66,ES2004b_FEE013_144.78_159.50,AMI,en,2,FEE013,F,0.88,0.39,14.72,6.64,16.95,well it is innovation for money is sake the the people have to keep buying yeah and you can not get you have got your handset that works fine but you can not get the battery anymore for that type of phone because the phones have moved on things like that yes
ES2004d_mixture_2039.71_2056.66,ES2004c_FEE013_1912.67_1920.76,AMI,en,2,FEE013,F,0.88,0.39,8.09,6.64,16.95,well it is innovation for money is sake the the people have to keep buying yeah and you can not get you have got your handset that works fine but you can not get the battery anymore for that type of phone because the phones have moved on things like that yes
ES2004d_mixture_330.78_358.20,ES2004a_MEE014_850.96_862.22,AMI,en,3,MEE014,M,0.8,0.39,11.26,10.69,27.42,yeah yeah something like that yeah on the front on the front side of that yeah so when you have actually got it open it would be facing the t v and then finally on to the interface the top screen as we said is would be an inset black and white l c d s touch screen which yeah would
ES2004d_mixture_330.78_358.20,ES2004d_MEE014_392.32_398.24,AMI,en,3,MEE014,M,0.8,0.39,5.92,10.69,27.42,yeah yeah something like that yeah on the front on the front side of that yeah so when you have actually got it open it would be facing the t v and then finally on to the interface the top screen as we said is would be an inset black and white l c d s touch screen which yeah would
ES2004d_mixture_330.78_358.20,ES2004c_MEE014_1220.69_1249.62,AMI,en,3,MEE014,M,0.8,0.39,28.93,10.69,27.42,yeah yeah something like that yeah on the front on the front side of that yeah so when you have actually got it open it would be facing the t v and then finally on to the interface the top screen as we said is would be an inset black and white l c d s touch screen which yeah would
ES2004d_mixture_330.78_358.20,ES2004b_MEE014_212.37_218.53,AMI,en,3,MEE014,M,0.8,0.39,6.16,10.69,27.42,yeah yeah something like that yeah on the front on the front side of that yeah so when you have actually got it open it would be facing the t v and then finally on to the interface the top screen as we said is would be an inset black and white l c d s touch screen which yeah would
ES2004d_mixture_330.78_358.20,ES2004b_MEE014_1406.91_1423.79,AMI,en,3,MEE014,M,0.8,0.39,16.88,10.69,27.42,yeah yeah something like that yeah on the front on the front side of that yeah so when you have actually got it open it would be facing the t v and then finally on to the interface the top screen as we said is would be an inset black and white l c d s touch screen which yeah would
ES2004d_mixture_398.69_422.08,ES2004a_MEE014_850.96_862.22,AMI,en,4,MEE014,M,0.75,0.41,11.26,9.53,23.39,no d not not actually no not interfering with l the whole look of the the product when it is on the thing and finally that is how we put the fashion back into electronics as that is that is the company logo
ES2004d_mixture_398.69_422.08,ES2004d_MEE014_392.32_398.24,AMI,en,4,MEE014,M,0.75,0.41,5.92,9.53,23.39,no d not not actually no not interfering with l the whole look of the the product when it is on the thing and finally that is how we put the fashion back into electronics as that is that is the company logo
ES2004d_mixture_398.69_422.08,ES2004c_MEE014_1220.69_1249.62,AMI,en,4,MEE014,M,0.75,0.41,28.93,9.53,23.39,no d not not actually no not interfering with l the whole look of the the product when it is on the thing and finally that is how we put the fashion back into electronics as that is that is the company logo
ES2004d_mixture_398.69_422.08,ES2004b_MEE014_212.37_218.53,AMI,en,4,MEE014,M,0.75,0.41,6.16,9.53,23.39,no d not not actually no not interfering with l the whole look of the the product when it is on the thing and finally that is how we put the fashion back into electronics as that is that is the company logo
ES2004d_mixture_398.69_422.08,ES2004b_MEE014_1406.91_1423.79,AMI,en,4,MEE014,M,0.75,0.41,16.88,9.53,23.39,no d not not actually no not interfering with l the whole look of the the product when it is on the thing and finally that is how we put the fashion back into electronics as that is that is the company logo
ES2004d_mixture_90.84_111.03,ES2004a_MEE014_850.96_862.22,AMI,en,3,MEE014,M,0.68,0.36,11.26,7.24,20.19,is that for us okay yeah shall i show i will show though do you do you want to do you want to sh do you want to hold it and i will i will show you the presentation can i just nick your
ES2004d_mixture_90.84_111.03,ES2004d_MEE014_392.32_398.24,AMI,en,3,MEE014,M,0.68,0.36,5.92,7.24,20.19,is that for us okay yeah shall i show i will show though do you do you want to do you want to sh do you want to hold it and i will i will show you the presentation can i just nick your
ES2004d_mixture_90.84_111.03,ES2004c_MEE014_1220.69_1249.62,AMI,en,3,MEE014,M,0.68,0.36,28.93,7.24,20.19,is that for us okay yeah shall i show i will show though do you do you want to do you want to sh do you want to hold it and i will i will show you the presentation can i just nick your
ES2004d_mixture_90.84_111.03,ES2004b_MEE014_212.37_218.53,AMI,en,3,MEE014,M,0.68,0.36,6.16,7.24,20.19,is that for us okay yeah shall i show i will show though do you do you want to do you want to sh do you want to hold it and i will i will show you the presentation can i just nick your
ES2004d_mixture_90.84_111.03,ES2004b_MEE014_1406.91_1423.79,AMI,en,3,MEE014,M,0.68,0.36,16.88,7.24,20.19,is that for us okay yeah shall i show i will show though do you do you want to do you want to sh do you want to hold it and i will i will show you the presentation can i just nick your
ES2004d_mixture_925.22_945.41,ES2004c_FEE016_290.88_306.43,AMI,en,3,FEE016,F,0.89,0.44,15.55,8.87,20.19,and finally last but not least easy to locate now we talked about voice recognition we talked about a beeper have we really have the designers come to any dec real decision on that it was the i am here thing yep and are we happy with the costs on that that is going to be feasible cost wise
ES2004d_mixture_925.22_945.41,ES2004d_FEE016_488.34_523.96,AMI,en,3,FEE016,F,0.89,0.44,35.62,8.87,20.19,and finally last but not least easy to locate now we talked about voice recognition we talked about a beeper have we really have the designers come to any dec real decision on that it was the i am here thing yep and are we happy with the costs on that that is going to be feasible cost wise
ES2004d_mixture_925.22_945.41,ES2004a_FEE016_474.38_479.47,AMI,en,3,FEE016,F,0.89,0.44,5.09,8.87,20.19,and finally last but not least easy to locate now we talked about voice recognition we talked about a beeper have we really have the designers come to any dec real decision on that it was the i am here thing yep and are we happy with the costs on that that is going to be feasible cost wise
ES2004d_mixture_925.22_945.41,ES2004d_FEE016_671.90_679.52,AMI,en,3,FEE016,F,0.89,0.44,7.62,8.87,20.19,and finally last but not least easy to locate now we talked about voice recognition we talked about a beeper have we really have the designers come to any dec real decision on that it was the i am here thing yep and are we happy with the costs on that that is going to be feasible cost wise
ES2004d_mixture_925.22_945.41,ES2004b_FEE016_976.05_1026.56,AMI,en,3,FEE016,F,0.89,0.44,50.51,8.87,20.19,and finally last but not least easy to locate now we talked about voice recognition we talked about a beeper have we really have the designers come to any dec real decision on that it was the i am here thing yep and are we happy with the costs on that that is going to be feasible cost wise
ES2004d_mixture_956.00_975.68,ES2004a_MEE014_850.96_862.22,AMI,en,3,MEE014,M,0.57,0.37,11.26,7.26,19.68,i think it would probably be a a stand it would be a stand it would be quite loud so it would be s p yeah yeah yeah one
ES2004d_mixture_956.00_975.68,ES2004d_MEE014_392.32_398.24,AMI,en,3,MEE014,M,0.57,0.37,5.92,7.26,19.68,i think it would probably be a a stand it would be a stand it would be quite loud so it would be s p yeah yeah yeah one
ES2004d_mixture_956.00_975.68,ES2004c_MEE014_1220.69_1249.62,AMI,en,3,MEE014,M,0.57,0.37,28.93,7.26,19.68,i think it would probably be a a stand it would be a stand it would be quite loud so it would be s p yeah yeah yeah one
ES2004d_mixture_956.00_975.68,ES2004b_MEE014_212.37_218.53,AMI,en,3,MEE014,M,0.57,0.37,6.16,7.26,19.68,i think it would probably be a a stand it would be a stand it would be quite loud so it would be s p yeah yeah yeah one
ES2004d_mixture_956.00_975.68,ES2004b_MEE014_1406.91_1423.79,AMI,en,3,MEE014,M,0.57,0.37,16.88,7.26,19.68,i think it would probably be a a stand it would be a stand it would be quite loud so it would be s p yeah yeah yeah one
IS1009a_mixture_663.80_684.01,IS1009d_FIO089_1559.17_1566.91,AMI,en,4,FIO089,F,0.71,0.48,7.74,9.66,20.21,well because you are s because you are silly because people are silly i mean it could be on well i if it were like on top of your bookcase and you usually kept it on the coffee table you know well maybe we have to move along okay
IS1009a_mixture_663.80_684.01,IS1009b_FIO089_875.55_882.70,AMI,en,4,FIO089,F,0.71,0.48,7.15,9.66,20.21,well because you are s because you are silly because people are silly i mean it could be on well i if it were like on top of your bookcase and you usually kept it on the coffee table you know well maybe we have to move along okay
IS1009a_mixture_663.80_684.01,IS1009d_FIO089_1459.33_1468.02,AMI,en,4,FIO089,F,0.71,0.48,8.69,9.66,20.21,well because you are s because you are silly because people are silly i mean it could be on well i if it were like on top of your bookcase and you usually kept it on the coffee table you know well maybe we have to move along okay
IS1009a_mixture_663.80_684.01,IS1009b_FIO089_479.63_509.90,AMI,en,4,FIO089,F,0.71,0.48,30.27,9.66,20.21,well because you are s because you are silly because people are silly i mean it could be on well i if it were like on top of your bookcase and you usually kept it on the coffee table you know well maybe we have to move along okay
IS1009a_mixture_663.80_684.01,IS1009d_FIO089_1709.12_1718.08,AMI,en,4,FIO089,F,0.71,0.48,8.96,9.66,20.21,well because you are s because you are silly because people are silly i mean it could be on well i if it were like on top of your bookcase and you usually kept it on the coffee table you know well maybe we have to move along okay
IS1009b_mixture_1904.37_1927.28,IS1009a_FIE088_107.86_118.21,AMI,en,4,FIE088,F,0.84,0.28,10.35,6.51,22.91,you know yes that is right and but like if if then everybody is is is tired of the fluorescent blue and of the striped or whatever they have as another one in the package then they can go to the store and for a few francs or euros whatever they can buy an alternate package with another 2 colors in it you know for example you know
IS1009b_mixture_1904.37_1927.28,IS1009a_FIE088_259.98_272.57,AMI,en,4,FIE088,F,0.84,0.28,12.59,6.51,22.91,you know yes that is right and but like if if then everybody is is is tired of the fluorescent blue and of the striped or whatever they have as another one in the package then they can go to the store and for a few francs or euros whatever they can buy an alternate package with another 2 colors in it you know for example you know
IS1009b_mixture_1904.37_1927.28,IS1009c_FIE088_1660.26_1666.48,AMI,en,4,FIE088,F,0.84,0.28,6.22,6.51,22.91,you know yes that is right and but like if if then everybody is is is tired of the fluorescent blue and of the striped or whatever they have as another one in the package then they can go to the store and for a few francs or euros whatever they can buy an alternate package with another 2 colors in it you know for example you know
IS1009b_mixture_1904.37_1927.28,IS1009d_FIE088_270.34_277.52,AMI,en,4,FIE088,F,0.84,0.28,7.18,6.51,22.91,you know yes that is right and but like if if then everybody is is is tired of the fluorescent blue and of the striped or whatever they have as another one in the package then they can go to the store and for a few francs or euros whatever they can buy an alternate package with another 2 colors in it you know for example you know
IS1009b_mixture_1904.37_1927.28,IS1009b_FIE088_1709.84_1721.18,AMI,en,4,FIE088,F,0.84,0.28,11.34,6.51,22.91,you know yes that is right and but like if if then everybody is is is tired of the fluorescent blue and of the striped or whatever they have as another one in the package then they can go to the store and for a few francs or euros whatever they can buy an alternate package with another 2 colors in it you know for example you know
IS1009b_mixture_1945.47_1970.66,IS1009a_FIE088_107.86_118.21,AMI,en,4,FIE088,F,1.0,0.25,10.35,6.42,25.19,well i think i think the idea here is to to to d design one remote and what the only change is going to be the funct d t yeah the functional functional cosmetics if you want to put it that way having maybe larger buttons or buttons that light up or buttons that are slightly differently shaped for people either for children
IS1009b_mixture_1945.47_1970.66,IS1009a_FIE088_259.98_272.57,AMI,en,4,FIE088,F,1.0,0.25,12.59,6.42,25.19,well i think i think the idea here is to to to d design one remote and what the only change is going to be the funct d t yeah the functional functional cosmetics if you want to put it that way having maybe larger buttons or buttons that light up or buttons that are slightly differently shaped for people either for children
IS1009b_mixture_1945.47_1970.66,IS1009c_FIE088_1660.26_1666.48,AMI,en,4,FIE088,F,1.0,0.25,6.22,6.42,25.19,well i think i think the idea here is to to to d design one remote and what the only change is going to be the funct d t yeah the functional functional cosmetics if you want to put it that way having maybe larger buttons or buttons that light up or buttons that are slightly differently shaped for people either for children
IS1009b_mixture_1945.47_1970.66,IS1009d_FIE088_270.34_277.52,AMI,en,4,FIE088,F,1.0,0.25,7.18,6.42,25.19,well i think i think the idea here is to to to d design one remote and what the only change is going to be the funct d t yeah the functional functional cosmetics if you want to put it that way having maybe larger buttons or buttons that light up or buttons that are slightly differently shaped for people either for children
IS1009b_mixture_1945.47_1970.66,IS1009b_FIE088_1709.84_1721.18,AMI,en,4,FIE088,F,1.0,0.25,11.34,6.42,25.19,well i think i think the idea here is to to to d design one remote and what the only change is going to be the funct d t yeah the functional functional cosmetics if you want to put it that way having maybe larger buttons or buttons that light up or buttons that are slightly differently shaped for people either for children
IS1009b_mixture_1985.04_2014.63,IS1009a_FIE088_107.86_118.21,AMI,en,4,FIE088,F,0.75,0.51,10.35,14.98,29.59,but i think i i think to sum it up the target group is basically everybody if money permits we can address some features for some subgroups within that do we agree do we do we agree on on that in principle like money will tell whether we will be able to do that or not okay so now i understand it is lunch break
IS1009b_mixture_1985.04_2014.63,IS1009a_FIE088_259.98_272.57,AMI,en,4,FIE088,F,0.75,0.51,12.59,14.98,29.59,but i think i i think to sum it up the target group is basically everybody if money permits we can address some features for some subgroups within that do we agree do we do we agree on on that in principle like money will tell whether we will be able to do that or not okay so now i understand it is lunch break
IS1009b_mixture_1985.04_2014.63,IS1009c_FIE088_1660.26_1666.48,AMI,en,4,FIE088,F,0.75,0.51,6.22,14.98,29.59,but i think i i think to sum it up the target group is basically everybody if money permits we can address some features for some subgroups within that do we agree do we do we agree on on that in principle like money will tell whether we will be able to do that or not okay so now i understand it is lunch break
IS1009b_mixture_1985.04_2014.63,IS1009d_FIE088_270.34_277.52,AMI,en,4,FIE088,F,0.75,0.51,7.18,14.98,29.59,but i think i i think to sum it up the target group is basically everybody if money permits we can address some features for some subgroups within that do we agree do we do we agree on on that in principle like money will tell whether we will be able to do that or not okay so now i understand it is lunch break
IS1009b_mixture_1985.04_2014.63,IS1009b_FIE088_1709.84_1721.18,AMI,en,4,FIE088,F,0.75,0.51,11.34,14.98,29.59,but i think i i think to sum it up the target group is basically everybody if money permits we can address some features for some subgroups within that do we agree do we do we agree on on that in principle like money will tell whether we will be able to do that or not okay so now i understand it is lunch break
IS1009c_mixture_1687.20_1699.99,IS1009c_FIO087_410.37_415.97,AMI,en,4,FIO087,F,0.68,0.61,5.6,7.8,12.79,and supplements like different types of features buttons like can have a f mute button or a swapping button recogniser yes
IS1009c_mixture_1687.20_1699.99,IS1009c_FIO087_498.50_507.12,AMI,en,4,FIO087,F,0.68,0.61,8.62,7.8,12.79,and supplements like different types of features buttons like can have a f mute button or a swapping button recogniser yes
IS1009c_mixture_1687.20_1699.99,IS1009c_FIO087_418.08_439.74,AMI,en,4,FIO087,F,0.68,0.61,21.66,7.8,12.79,and supplements like different types of features buttons like can have a f mute button or a swapping button recogniser yes
IS1009c_mixture_1687.20_1699.99,IS1009d_FIO087_481.10_487.76,AMI,en,4,FIO087,F,0.68,0.61,6.66,7.8,12.79,and supplements like different types of features buttons like can have a f mute button or a swapping button recogniser yes
IS1009c_mixture_1687.20_1699.99,IS1009b_FIO087_1239.86_1268.08,AMI,en,4,FIO087,F,0.68,0.61,28.22,7.8,12.79,and supplements like different types of features buttons like can have a f mute button or a swapping button recogniser yes
IS1009d_mixture_1676.40_1702.96,IS1009d_FIO089_1559.17_1566.91,AMI,en,3,FIO089,F,1.0,0.24,7.74,6.41,26.56,well then again if we are going to do the speech recognition thing we are gon there going to be some buttons that are going to have to be added for that for the recording of the the speech so that that is where we are going to have to do maybe we can eliminate one of the mute buttons instead of having 2 mute buttons and then maybe we can do something with the
IS1009d_mixture_1676.40_1702.96,IS1009b_FIO089_875.55_882.70,AMI,en,3,FIO089,F,1.0,0.24,7.15,6.41,26.56,well then again if we are going to do the speech recognition thing we are gon there going to be some buttons that are going to have to be added for that for the recording of the the speech so that that is where we are going to have to do maybe we can eliminate one of the mute buttons instead of having 2 mute buttons and then maybe we can do something with the
IS1009d_mixture_1676.40_1702.96,IS1009d_FIO089_1459.33_1468.02,AMI,en,3,FIO089,F,1.0,0.24,8.69,6.41,26.56,well then again if we are going to do the speech recognition thing we are gon there going to be some buttons that are going to have to be added for that for the recording of the the speech so that that is where we are going to have to do maybe we can eliminate one of the mute buttons instead of having 2 mute buttons and then maybe we can do something with the
IS1009d_mixture_1676.40_1702.96,IS1009b_FIO089_479.63_509.90,AMI,en,3,FIO089,F,1.0,0.24,30.27,6.41,26.56,well then again if we are going to do the speech recognition thing we are gon there going to be some buttons that are going to have to be added for that for the recording of the the speech so that that is where we are going to have to do maybe we can eliminate one of the mute buttons instead of having 2 mute buttons and then maybe we can do something with the
IS1009d_mixture_1676.40_1702.96,IS1009d_FIO089_1709.12_1718.08,AMI,en,3,FIO089,F,1.0,0.24,8.96,6.41,26.56,well then again if we are going to do the speech recognition thing we are gon there going to be some buttons that are going to have to be added for that for the recording of the the speech so that that is where we are going to have to do maybe we can eliminate one of the mute buttons instead of having 2 mute buttons and then maybe we can do something with the
IS1009d_mixture_1776.11_1793.11,IS1009a_FIE088_107.86_118.21,AMI,en,4,FIE088,F,0.75,0.4,10.35,6.81,17.0,and then the next question is are we happy with the leadership of this project and i think team work i think was very very good i think we really yeah
IS1009d_mixture_1776.11_1793.11,IS1009a_FIE088_259.98_272.57,AMI,en,4,FIE088,F,0.75,0.4,12.59,6.81,17.0,and then the next question is are we happy with the leadership of this project and i think team work i think was very very good i think we really yeah
IS1009d_mixture_1776.11_1793.11,IS1009c_FIE088_1660.26_1666.48,AMI,en,4,FIE088,F,0.75,0.4,6.22,6.81,17.0,and then the next question is are we happy with the leadership of this project and i think team work i think was very very good i think we really yeah
IS1009d_mixture_1776.11_1793.11,IS1009d_FIE088_270.34_277.52,AMI,en,4,FIE088,F,0.75,0.4,7.18,6.81,17.0,and then the next question is are we happy with the leadership of this project and i think team work i think was very very good i think we really yeah
IS1009d_mixture_1776.11_1793.11,IS1009b_FIE088_1709.84_1721.18,AMI,en,4,FIE088,F,0.75,0.4,11.34,6.81,17.0,and then the next question is are we happy with the leadership of this project and i think team work i think was very very good i think we really yeah
IS1009d_mixture_1847.17_1871.57,IS1009a_FIE088_107.86_118.21,AMI,en,4,FIE088,F,0.79,0.37,10.35,9.06,24.4,are the costs within budget yes yes is the project evaluated yes then celebration so i i thank you all very much i think this was very good and
IS1009d_mixture_1847.17_1871.57,IS1009a_FIE088_259.98_272.57,AMI,en,4,FIE088,F,0.79,0.37,12.59,9.06,24.4,are the costs within budget yes yes is the project evaluated yes then celebration so i i thank you all very much i think this was very good and
IS1009d_mixture_1847.17_1871.57,IS1009c_FIE088_1660.26_1666.48,AMI,en,4,FIE088,F,0.79,0.37,6.22,9.06,24.4,are the costs within budget yes yes is the project evaluated yes then celebration so i i thank you all very much i think this was very good and
IS1009d_mixture_1847.17_1871.57,IS1009d_FIE088_270.34_277.52,AMI,en,4,FIE088,F,0.79,0.37,7.18,9.06,24.4,are the costs within budget yes yes is the project evaluated yes then celebration so i i thank you all very much i think this was very good and
IS1009d_mixture_1847.17_1871.57,IS1009b_FIE088_1709.84_1721.18,AMI,en,4,FIE088,F,0.79,0.37,11.34,9.06,24.4,are the costs within budget yes yes is the project evaluated yes then celebration so i i thank you all very much i think this was very good and
IS1009d_mixture_687.30_703.94,IS1009d_FIO089_1559.17_1566.91,AMI,en,3,FIO089,F,0.86,0.52,7.74,8.7,16.64,and these on both sides they are mute so you can push either one okay and this brings the menu up on the screen this brings the menu up on the screen and the orange ones are
IS1009d_mixture_687.30_703.94,IS1009b_FIO089_875.55_882.70,AMI,en,3,FIO089,F,0.86,0.52,7.15,8.7,16.64,and these on both sides they are mute so you can push either one okay and this brings the menu up on the screen this brings the menu up on the screen and the orange ones are
IS1009d_mixture_687.30_703.94,IS1009d_FIO089_1459.33_1468.02,AMI,en,3,FIO089,F,0.86,0.52,8.69,8.7,16.64,and these on both sides they are mute so you can push either one okay and this brings the menu up on the screen this brings the menu up on the screen and the orange ones are
IS1009d_mixture_687.30_703.94,IS1009b_FIO089_479.63_509.90,AMI,en,3,FIO089,F,0.86,0.52,30.27,8.7,16.64,and these on both sides they are mute so you can push either one okay and this brings the menu up on the screen this brings the menu up on the screen and the orange ones are
IS1009d_mixture_687.30_703.94,IS1009d_FIO089_1709.12_1718.08,AMI,en,3,FIO089,F,0.86,0.52,8.96,8.7,16.64,and these on both sides they are mute so you can push either one okay and this brings the menu up on the screen this brings the menu up on the screen and the orange ones are
TS3003b_mixture_1561.87_1588.17,TS3003b_MTD012ME_453.25_467.22,AMI,en,3,MTD012ME,M,0.61,0.31,13.97,8.16,26.3,i think if you if you only l nah think if you are going to include teletext you do i think many people like to use that cause if you should if you want to switch from channel one to like 35 you do not want to push the next channel button 35 times
TS3003b_mixture_1561.87_1588.17,TS3003c_MTD012ME_401.92_422.35,AMI,en,3,MTD012ME,M,0.61,0.31,20.43,8.16,26.3,i think if you if you only l nah think if you are going to include teletext you do i think many people like to use that cause if you should if you want to switch from channel one to like 35 you do not want to push the next channel button 35 times
TS3003b_mixture_1561.87_1588.17,TS3003d_MTD012ME_1609.68_1622.54,AMI,en,3,MTD012ME,M,0.61,0.31,12.86,8.16,26.3,i think if you if you only l nah think if you are going to include teletext you do i think many people like to use that cause if you should if you want to switch from channel one to like 35 you do not want to push the next channel button 35 times
TS3003b_mixture_1561.87_1588.17,TS3003b_MTD012ME_357.76_364.36,AMI,en,3,MTD012ME,M,0.61,0.31,6.6,8.16,26.3,i think if you if you only l nah think if you are going to include teletext you do i think many people like to use that cause if you should if you want to switch from channel one to like 35 you do not want to push the next channel button 35 times
TS3003b_mixture_1561.87_1588.17,TS3003c_MTD012ME_1468.74_1475.27,AMI,en,3,MTD012ME,M,0.61,0.31,6.53,8.16,26.3,i think if you if you only l nah think if you are going to include teletext you do i think many people like to use that cause if you should if you want to switch from channel one to like 35 you do not want to push the next channel button 35 times
TS3003b_mixture_889.39_906.83,TS3003d_MTD009PM_1133.04_1140.78,AMI,en,4,MTD009PM,M,0.67,0.33,7.74,5.77,17.44,yeah that is right maybe we can 1st listen to your presentation and then we have a little discussion about the requirements and design
TS3003b_mixture_889.39_906.83,TS3003a_MTD009PM_50.08_58.14,AMI,en,4,MTD009PM,M,0.67,0.33,8.06,5.77,17.44,yeah that is right maybe we can 1st listen to your presentation and then we have a little discussion about the requirements and design
TS3003b_mixture_889.39_906.83,TS3003b_MTD009PM_187.79_198.19,AMI,en,4,MTD009PM,M,0.67,0.33,10.4,5.77,17.44,yeah that is right maybe we can 1st listen to your presentation and then we have a little discussion about the requirements and design
TS3003b_mixture_889.39_906.83,TS3003b_MTD009PM_72.72_92.64,AMI,en,4,MTD009PM,M,0.67,0.33,19.92,5.77,17.44,yeah that is right maybe we can 1st listen to your presentation and then we have a little discussion about the requirements and design
TS3003b_mixture_889.39_906.83,TS3003a_MTD009PM_596.78_607.44,AMI,en,4,MTD009PM,M,0.67,0.33,10.66,5.77,17.44,yeah that is right maybe we can 1st listen to your presentation and then we have a little discussion about the requirements and design
TS3003c_mixture_1488.78_1500.98,TS3003d_MTD009PM_1133.04_1140.78,AMI,en,2,MTD009PM,M,0.79,0.41,7.74,5.04,12.2,on which you can apply yeah remote controls on which you can apply different case covers for example
TS3003c_mixture_1488.78_1500.98,TS3003a_MTD009PM_50.08_58.14,AMI,en,2,MTD009PM,M,0.79,0.41,8.06,5.04,12.2,on which you can apply yeah remote controls on which you can apply different case covers for example
TS3003c_mixture_1488.78_1500.98,TS3003b_MTD009PM_187.79_198.19,AMI,en,2,MTD009PM,M,0.79,0.41,10.4,5.04,12.2,on which you can apply yeah remote controls on which you can apply different case covers for example
TS3003c_mixture_1488.78_1500.98,TS3003b_MTD009PM_72.72_92.64,AMI,en,2,MTD009PM,M,0.79,0.41,19.92,5.04,12.2,on which you can apply yeah remote controls on which you can apply different case covers for example
TS3003c_mixture_1488.78_1500.98,TS3003a_MTD009PM_596.78_607.44,AMI,en,2,MTD009PM,M,0.79,0.41,10.66,5.04,12.2,on which you can apply yeah remote controls on which you can apply different case covers for example
TS3003c_mixture_1983.47_2001.10,TS3003c_MTD011UID_593.37_609.73,AMI,en,2,MTD011UID,M,1.0,0.38,16.36,6.67,17.63,yeah we can make it that is the top so this top this down maybe it is possible to make this side like let us see
TS3003c_mixture_1983.47_2001.10,TS3003c_MTD011UID_522.78_539.31,AMI,en,2,MTD011UID,M,1.0,0.38,16.53,6.67,17.63,yeah we can make it that is the top so this top this down maybe it is possible to make this side like let us see
TS3003c_mixture_1983.47_2001.10,TS3003b_MTD011UID_708.93_714.91,AMI,en,2,MTD011UID,M,1.0,0.38,5.98,6.67,17.63,yeah we can make it that is the top so this top this down maybe it is possible to make this side like let us see
TS3003c_mixture_1983.47_2001.10,TS3003c_MTD011UID_1052.61_1073.33,AMI,en,2,MTD011UID,M,1.0,0.38,20.72,6.67,17.63,yeah we can make it that is the top so this top this down maybe it is possible to make this side like let us see
TS3003c_mixture_1983.47_2001.10,TS3003d_MTD011UID_798.51_804.03,AMI,en,2,MTD011UID,M,1.0,0.38,5.52,6.67,17.63,yeah we can make it that is the top so this top this down maybe it is possible to make this side like let us see
TS3003c_mixture_971.11_997.73,TS3003b_MTD0010ID_944.10_959.90,AMI,en,2,MTD0010ID,M,0.74,0.27,15.8,7.24,26.62,yes w there there are 4 options we could use the basic normal battery a hand dynamo but i do not think that is really an option you do not want to swing before you can watch television solar cells but not every room is very light so it is not a very good option or the kinetic energy
TS3003c_mixture_971.11_997.73,TS3003b_MTD0010ID_959.91_983.38,AMI,en,2,MTD0010ID,M,0.74,0.27,23.47,7.24,26.62,yes w there there are 4 options we could use the basic normal battery a hand dynamo but i do not think that is really an option you do not want to swing before you can watch television solar cells but not every room is very light so it is not a very good option or the kinetic energy
TS3003c_mixture_971.11_997.73,TS3003c_MTD0010ID_814.21_836.04,AMI,en,2,MTD0010ID,M,0.74,0.27,21.83,7.24,26.62,yes w there there are 4 options we could use the basic normal battery a hand dynamo but i do not think that is really an option you do not want to swing before you can watch television solar cells but not every room is very light so it is not a very good option or the kinetic energy
TS3003c_mixture_971.11_997.73,TS3003d_MTD0010ID_2080.93_2086.96,AMI,en,2,MTD0010ID,M,0.74,0.27,6.03,7.24,26.62,yes w there there are 4 options we could use the basic normal battery a hand dynamo but i do not think that is really an option you do not want to swing before you can watch television solar cells but not every room is very light so it is not a very good option or the kinetic energy
TS3003c_mixture_971.11_997.73,TS3003d_MTD0010ID_1227.04_1232.99,AMI,en,2,MTD0010ID,M,0.74,0.27,5.95,7.24,26.62,yes w there there are 4 options we could use the basic normal battery a hand dynamo but i do not think that is really an option you do not want to swing before you can watch television solar cells but not every room is very light so it is not a very good option or the kinetic energy
TS3003d_mixture_1061.60_1076.19,TS3003b_MTD0010ID_944.10_959.90,AMI,en,4,MTD0010ID,M,0.63,0.42,15.8,6.08,14.59,what if you have to scroll to page 88888 yeah okay
TS3003d_mixture_1061.60_1076.19,TS3003b_MTD0010ID_959.91_983.38,AMI,en,4,MTD0010ID,M,0.63,0.42,23.47,6.08,14.59,what if you have to scroll to page 88888 yeah okay
TS3003d_mixture_1061.60_1076.19,TS3003c_MTD0010ID_814.21_836.04,AMI,en,4,MTD0010ID,M,0.63,0.42,21.83,6.08,14.59,what if you have to scroll to page 88888 yeah okay
TS3003d_mixture_1061.60_1076.19,TS3003d_MTD0010ID_2080.93_2086.96,AMI,en,4,MTD0010ID,M,0.63,0.42,6.03,6.08,14.59,what if you have to scroll to page 88888 yeah okay
TS3003d_mixture_1061.60_1076.19,TS3003d_MTD0010ID_1227.04_1232.99,AMI,en,4,MTD0010ID,M,0.63,0.42,5.95,6.08,14.59,what if you have to scroll to page 88888 yeah okay
TS3003d_mixture_1475.54_1498.93,TS3003d_MTD009PM_1133.04_1140.78,AMI,en,3,MTD009PM,M,0.68,0.28,7.74,6.5,23.39,no but i think i think the most that is right we can let l we can stick it out a bit like a old old buttons maybe that is recognizable for them as well yeah that is a good one
TS3003d_mixture_1475.54_1498.93,TS3003a_MTD009PM_50.08_58.14,AMI,en,3,MTD009PM,M,0.68,0.28,8.06,6.5,23.39,no but i think i think the most that is right we can let l we can stick it out a bit like a old old buttons maybe that is recognizable for them as well yeah that is a good one
TS3003d_mixture_1475.54_1498.93,TS3003b_MTD009PM_187.79_198.19,AMI,en,3,MTD009PM,M,0.68,0.28,10.4,6.5,23.39,no but i think i think the most that is right we can let l we can stick it out a bit like a old old buttons maybe that is recognizable for them as well yeah that is a good one
TS3003d_mixture_1475.54_1498.93,TS3003b_MTD009PM_72.72_92.64,AMI,en,3,MTD009PM,M,0.68,0.28,19.92,6.5,23.39,no but i think i think the most that is right we can let l we can stick it out a bit like a old old buttons maybe that is recognizable for them as well yeah that is a good one
TS3003d_mixture_1475.54_1498.93,TS3003a_MTD009PM_596.78_607.44,AMI,en,3,MTD009PM,M,0.68,0.28,10.66,6.5,23.39,no but i think i think the most that is right we can let l we can stick it out a bit like a old old buttons maybe that is recognizable for them as well yeah that is a good one
TS3003d_mixture_1700.90_1722.18,TS3003d_MTD009PM_1133.04_1140.78,AMI,en,4,MTD009PM,M,0.7,0.44,7.74,9.28,21.28,very subtitles buttons yeah 7 yeah so we have got ¢20 for our docking station huh yeah that is right
TS3003d_mixture_1700.90_1722.18,TS3003a_MTD009PM_50.08_58.14,AMI,en,4,MTD009PM,M,0.7,0.44,8.06,9.28,21.28,very subtitles buttons yeah 7 yeah so we have got ¢20 for our docking station huh yeah that is right
TS3003d_mixture_1700.90_1722.18,TS3003b_MTD009PM_187.79_198.19,AMI,en,4,MTD009PM,M,0.7,0.44,10.4,9.28,21.28,very subtitles buttons yeah 7 yeah so we have got ¢20 for our docking station huh yeah that is right
TS3003d_mixture_1700.90_1722.18,TS3003b_MTD009PM_72.72_92.64,AMI,en,4,MTD009PM,M,0.7,0.44,19.92,9.28,21.28,very subtitles buttons yeah 7 yeah so we have got ¢20 for our docking station huh yeah that is right
TS3003d_mixture_1700.90_1722.18,TS3003a_MTD009PM_596.78_607.44,AMI,en,4,MTD009PM,M,0.7,0.44,10.66,9.28,21.28,very subtitles buttons yeah 7 yeah so we have got ¢20 for our docking station huh yeah that is right
TS3003d_mixture_2016.37_2025.42,TS3003d_MTD009PM_1133.04_1140.78,AMI,en,4,MTD009PM,M,0.81,0.57,7.74,5.14,9.05,no it is because of the finance sheet yeah the room was yeah
TS3003d_mixture_2016.37_2025.42,TS3003a_MTD009PM_50.08_58.14,AMI,en,4,MTD009PM,M,0.81,0.57,8.06,5.14,9.05,no it is because of the finance sheet yeah the room was yeah
TS3003d_mixture_2016.37_2025.42,TS3003b_MTD009PM_187.79_198.19,AMI,en,4,MTD009PM,M,0.81,0.57,10.4,5.14,9.05,no it is because of the finance sheet yeah the room was yeah
TS3003d_mixture_2016.37_2025.42,TS3003b_MTD009PM_72.72_92.64,AMI,en,4,MTD009PM,M,0.81,0.57,19.92,5.14,9.05,no it is because of the finance sheet yeah the room was yeah
TS3003d_mixture_2016.37_2025.42,TS3003a_MTD009PM_596.78_607.44,AMI,en,4,MTD009PM,M,0.81,0.57,10.66,5.14,9.05,no it is because of the finance sheet yeah the room was yeah
TS3003d_mixture_2564.19_2579.77,TS3003d_MTD009PM_1133.04_1140.78,AMI,en,4,MTD009PM,M,0.69,0.36,7.74,5.58,15.58,yeah questionnaire i think you all get a questionnaire in in your room and then i will meet you in i think about 10 minutes or something okay thank you
TS3003d_mixture_2564.19_2579.77,TS3003a_MTD009PM_50.08_58.14,AMI,en,4,MTD009PM,M,0.69,0.36,8.06,5.58,15.58,yeah questionnaire i think you all get a questionnaire in in your room and then i will meet you in i think about 10 minutes or something okay thank you
TS3003d_mixture_2564.19_2579.77,TS3003b_MTD009PM_187.79_198.19,AMI,en,4,MTD009PM,M,0.69,0.36,10.4,5.58,15.58,yeah questionnaire i think you all get a questionnaire in in your room and then i will meet you in i think about 10 minutes or something okay thank you
TS3003d_mixture_2564.19_2579.77,TS3003b_MTD009PM_72.72_92.64,AMI,en,4,MTD009PM,M,0.69,0.36,19.92,5.58,15.58,yeah questionnaire i think you all get a questionnaire in in your room and then i will meet you in i think about 10 minutes or something okay thank you
TS3003d_mixture_2564.19_2579.77,TS3003a_MTD009PM_596.78_607.44,AMI,en,4,MTD009PM,M,0.69,0.36,10.66,5.58,15.58,yeah questionnaire i think you all get a questionnaire in in your room and then i will meet you in i think about 10 minutes or something okay thank you
TS3003d_mixture_383.36_402.53,TS3003b_MTD0010ID_944.10_959.90,AMI,en,3,MTD0010ID,M,0.84,0.26,15.8,5.05,19.17,yeah they are it is rather hard to draw on the white board but they are supposed to be equal sized round with a with a little logo on it for the for the volume the the triangle and stuff just for recognition
TS3003d_mixture_383.36_402.53,TS3003b_MTD0010ID_959.91_983.38,AMI,en,3,MTD0010ID,M,0.84,0.26,23.47,5.05,19.17,yeah they are it is rather hard to draw on the white board but they are supposed to be equal sized round with a with a little logo on it for the for the volume the the triangle and stuff just for recognition
TS3003d_mixture_383.36_402.53,TS3003c_MTD0010ID_814.21_836.04,AMI,en,3,MTD0010ID,M,0.84,0.26,21.83,5.05,19.17,yeah they are it is rather hard to draw on the white board but they are supposed to be equal sized round with a with a little logo on it for the for the volume the the triangle and stuff just for recognition
TS3003d_mixture_383.36_402.53,TS3003d_MTD0010ID_2080.93_2086.96,AMI,en,3,MTD0010ID,M,0.84,0.26,6.03,5.05,19.17,yeah they are it is rather hard to draw on the white board but they are supposed to be equal sized round with a with a little logo on it for the for the volume the the triangle and stuff just for recognition
TS3003d_mixture_383.36_402.53,TS3003d_MTD0010ID_1227.04_1232.99,AMI,en,3,MTD0010ID,M,0.84,0.26,5.95,5.05,19.17,yeah they are it is rather hard to draw on the white board but they are supposed to be equal sized round with a with a little logo on it for the for the volume the the triangle and stuff just for recognition
TS3003d_mixture_604.34_629.24,TS3003c_MTD011UID_593.37_609.73,AMI,en,3,MTD011UID,M,0.57,0.22,16.36,5.42,24.9,yeah there were 2 for one big button but they are more expensive than the small ones yeah so it is just a
TS3003d_mixture_604.34_629.24,TS3003c_MTD011UID_522.78_539.31,AMI,en,3,MTD011UID,M,0.57,0.22,16.53,5.42,24.9,yeah there were 2 for one big button but they are more expensive than the small ones yeah so it is just a
TS3003d_mixture_604.34_629.24,TS3003b_MTD011UID_708.93_714.91,AMI,en,3,MTD011UID,M,0.57,0.22,5.98,5.42,24.9,yeah there were 2 for one big button but they are more expensive than the small ones yeah so it is just a
TS3003d_mixture_604.34_629.24,TS3003c_MTD011UID_1052.61_1073.33,AMI,en,3,MTD011UID,M,0.57,0.22,20.72,5.42,24.9,yeah there were 2 for one big button but they are more expensive than the small ones yeah so it is just a
TS3003d_mixture_604.34_629.24,TS3003d_MTD011UID_798.51_804.03,AMI,en,3,MTD011UID,M,0.57,0.22,5.52,5.42,24.9,yeah there were 2 for one big button but they are more expensive than the small ones yeah so it is just a